xcodx.io/build
Pick a framework and start building in your browser
Every compiler is already wired up — JSX, Vue SFCs, TypeScript and SCSS build on a worker thread the moment you save, with nothing to install and no config to write.
01 index
2 framework playgrounds
Each page is generated from a single JSON file in data/. Adding the next one is adding the next file.
framework
React
Write React components in a VS Code-style browser IDE. JSX compiles instantly via Sucrase, npm installs through import maps, and the preview updates as you type.
/build/react
frameworkVue
Write real .vue Single-File Components in a VS Code-style browser IDE. @vue/compiler-sfc compiles them client-side, so script setup and scoped styles just work.
/build/vue
