v1.0 โ€” Built on Bun

Real-time SSR Without the Complexity

A next-generation web framework with database-to-UI synchronization via HTMX and Server-Sent Events. Zero client JavaScript bundles, maximum performance.

miniwork โ€” zsh
$ bunx miniwork create my-app
Creating project...
$ cd my-app && bun run dev
Server running at http://localhost:3771
scroll

Everything You Need

Built-in solutions for the most common web development challenges, so you can focus on building your product.

โšก

Real-time SSE

Database changes automatically sync to the UI via Server-Sent Events. No polling, no complexity.

๐Ÿ—„๏ธ

SQLite Built-in

Embedded database with WAL mode, migrations, and automatic change tracking for real-time sync.

๐Ÿš€

Bun Runtime

Blazing fast startup, native TypeScript support, and optimized performance out of the box.

๐Ÿ”’

Authentication

Argon2id password hashing, secure sessions, and role-based access control ready to use.

๐Ÿ›ก๏ธ

Security

Rate limiting, CSP headers, input validation, and comprehensive session protection.

๐Ÿ“

File-based Routing

Intuitive routes with dynamic parameters, layouts, and automatic code splitting.

How It Works

Real-time updates flow seamlessly from your database to the browser.

๐Ÿ—„๏ธ
SQLite
Data changes
๐Ÿ‘๏ธ
Change Tracker
Detects mutations
๐Ÿ“ก
SSE Manager
Broadcasts updates
โœจ
HTMX OOB
DOM swap

Learn MiniWork

Comprehensive guides and API references to help you build with confidence.