| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
BrowserCode is a browser-based playground for fast-prototyping full-stack apps and sharing them instantly. It runs on BrowserPod, a multi-language WebAssembly sandbox (Node.js, Rust, and Python in preview), with no installs, no servers, and no cloud compute.
BrowserCode is a browser-based coding sandbox. It's a working example of BrowserPod, and includes:
BrowserCode started out as a way to run AI coding CLIs entirely client-side. It's since grown into a full IDE: alongside the CLIs, it can boot and preview web frameworks directly in the browser, so you can prototype an agent's output without ever leaving the tab.
BrowserCode 1.1.0 is our latest beta release. It runs a full code editor, development environment, and unmodified versions of Claude Code and Codex CLI, completely client-side.
Want to try BrowserCode without installing anything? Use the hosted app.
Want to run your own copy, customize the CLIs, or contribute? Clone the repo and run it locally.
Clone the repository and install dependencies
git clone https://github.com/leaningtech/browsercode.git
cd browsercode
npm installGet a BrowserPod API key at browserpod.io and expose it to the app as VITE_API_KEY
echo "VITE_API_KEY=your-key-here" > .envStart the dev server
npm run devOpen the printed local URL in a Chromium-based browser
Other useful scripts:
CLI availability and behavior are configured in src/lib/config/tools.ts — this is the place to start if you want to add or tweak a CLI.
This is BrowserCode beta. Don't be kind to it. Stretch it, bend it, find out what breaks. Here are a few walls you might hit:
| CLI | Status | |
|---|---|---|
![]() |
Claude Code | ✅ Beta open now |
![]() |
Codex CLI | ✅ Beta open now |
| Antigravity | 🚧 Coming soon | |
![]() |
OpenCode | 🚧 Coming soon |
Cloning GitHub repos directly into your BrowserCode workspace is available in beta from the IDE landing page.
| Back | FazBrowse Home | New Git URL |