blixt 0.3.0

Blixt core framework — compile-time templates, type-safe SQL, Datastar SSE integration
docs.rs failed to build blixt-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: blixt-0.5.0

Stack

Axum HTTP server (~700k req/s)
Askama Compile-time HTML templates
SQLx Compile-time checked SQL queries
Datastar SSE-based client interactivity (no JS framework)
Tailwind v4 Auto-downloaded, zero Node.js

Quick start

cargo install blixt-cli

blixt new my_app

cd my_app

blixt dev

CLI

blixt new <name>              Create a new project
blixt dev                     Dev server with file watching + Tailwind HMR
blixt build                   Production build (single binary)
blixt generate controller     Generate controller + templates
blixt generate model          Generate model + migration
blixt generate scaffold       Generate full CRUD
blixt db migrate              Run migrations
blixt db rollback             Rollback last migration

License

MIT