Online sandbox
Run a real X project, right here.
Nothing to install. The sandbox will run a full X starter in your browser with the editor, terminal, and preview wired together. It isn't live yet; the slot below is reserved for it.
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