blixt 0.3.1

Blixt core framework — compile-time templates, type-safe SQL, Datastar SSE integration
Documentation

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