Playground

An in-browser compile-and-preview sandbox.

Coming later. The playground is phase 4 on the roadmap — an in-browser sandbox that compiles a component and previews it live, no install required. It's marked “maybe” until the earlier phases settle.

In the meantime, the fastest way to try banira is locally — it takes about a minute:

try it locally
$ npx banira init my-button src
$ npx banira dev src/my-button.ts -o demo/dist -r demo

Or read Getting started for the full walk-through.