Demos
Live interactive demos of every BTST plugin — run directly in your browser with StackBlitz.
Each demo is a standalone Next.js project that showcases a BTST plugin with:
- Seeded data so you can explore immediately without any setup
- API Docs generated by the OpenAPI plugin (
/api/data/reference) - Route Docs generated by the Route Docs plugin (
/pages/route-docs) - In-memory adapter — all data is ephemeral and resets on server restart
| Demo | Plugin | Start path |
|---|---|---|
| Blog | @btst/stack/plugins/blog | /pages/blog |
| AI Chat | @btst/stack/plugins/ai-chat | /pages/chat |
| CMS | @btst/stack/plugins/cms | /pages/cms |
| Form Builder | @btst/stack/plugins/form-builder | /pages/form-builder |
| Kanban | @btst/stack/plugins/kanban | /pages/kanban |
| UI Builder | @btst/stack/plugins/ui-builder | /pages/ui-builder |
Running locally
Each demo is in the demos/ folder of the monorepo:
cd demos/blog
pnpm install
pnpm dev