Online sandbox
Run a real X project, right here.
No installs, no setup. The sandbox spins up a full X starter in your browser, with the editor, terminal, and preview wired together. It lands soon — the slot below is reserved.
Try it online
Test X in your browser
The online sandbox lands here — a starter window where you can run a real X project without installing anything.
Scaffold locally →Until then, it's one command.
The same starter the sandbox will run is a single scaffold away. Everything boots in one Bun process.
Install X →~/my-app — zsh
$bun create thexjs-app@latest my-app✔ created my-app/✔ 12 packages installed in 89ms$cd my-app && bun x dev[x] x dev server running at http://localhost:3000