Documentation
Learn how to build real-time web applications with MiniWork. From getting started to advanced patterns, this documentation covers everything you need to know.
Quick Start
Get up and running in minutes:
bunx miniwork create my-app
cd my-app
bun run dev
Browse by Topic
🚀
Getting Started
Installation, setup, and your first MiniWork application
📦
Core Concepts
Routing, components, database, and data loading
⚡
Real-time
Server-Sent Events and HTMX out-of-band swaps
🔒
Security
Authentication, authorization, and security headers
🛠️
CLI & Deployment
Command-line interface and production deployment
📖
API Reference
Complete API documentation for all modules