miniwork
v0.1.2
Published
MiniWork - Lightweight full-stack JavaScript framework with real-time database-to-UI sync
Maintainers
Readme
MiniWork
Lightweight full-stack JavaScript framework with real-time database-to-UI synchronization.
Quick Start
bunx miniwork create my-app
cd my-app
bun run devOr with npm:
npx miniwork create my-app
cd my-app
npm run devFeatures
- Bun-powered - Fast runtime and bundler
- SQLite - Zero-config database
- SSR - Server-side rendering with JSX
- HTMX - Progressive enhancement
- SSE - Real-time updates
- View Transitions - Smooth page transitions
Documentation
Visit miniwork.hbhf.is/docs for full documentation.
License
MIT
