Skip to content

v0.1.2

Choose a tag to compare

@inject3r inject3r released this 12 Jun 00:28
· 3 commits to master since this release

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