Releases
0.1.2
Compare
Sorry, something went wrong.
No results found
Features
File-Based Routing : Routes defined by directory structure — no decorators needed
Dynamic Routes : [user_id] directories automatically become {user_id} parameters
Cache-All Routes : [...slug] captures unlimited path segments
Route Groups : (auth) directories organize code without affecting URLs
Hot Reload : Instant rebuild on file changes during development
Production Build Cache : Pre-compiled routes for lightning-fast startup
Beautiful Error Pages : Syntax highlighting, line numbers, and helpful suggestions
Custom Handlers : Bring your own docs.py and not-found.py
Custom Middleware : Intercept requests with middleware.py
Static File Serving : Drop files in /public — served automatically
Built-in Documentation : Auto-generated API docs at /docs
CLI Tools : init, build, run, dev, clean, status commands
Zero Config : Works out of the box — but fully customizable when you need it
Type Hints : Full typing support for excellent IDE autocompletion
You can’t perform that action at this time.