Get Started
npm run dev serves the gallery at http://localhost:5455 (index.html → src/showcase.ts).
src/language/ — counter, todos, posts, desk, …src/interop/ — React / shadcn bridgesrc/reference/cheatsheet.poi (every supported construct)The Vite plugin (compiler/vite.ts poi()) transforms *.poi → ESM. JSX runtime resolves via the poi/runtime alias to compiler/runtime.js.
npm run build # production playground → dist/web/
npm run preview # serve the build