FireflyFirefly
DocsGuides
GitHub

Guides

Hands-on walkthroughs built from real example apps in the repo. Each one ships as runnable code under examples/.

Todo APIA CRUD todo REST API with JWT-protected writes, schema validation, DI, rate limiting, CORS and OpenAPI.Blog APIA blog REST API showing nested route groups, schema validation, content negotiation, ETags, and cookies.URL ShortenerBuild a URL shortener with Firefly using form and JSON parsing, route params, redirects, rate limiting, and a custom 404.Todo API with a DatabaseBuild a CRUD todo API that persists data to SQLite with Dapper, using DI, schema-validated handlers and JSON responses.Contacts AppA server-rendered CRUD contacts app showing Firefly's HTML view engine, schema-validated forms, and a JSON API.gRPC GreeterServe a gRPC Greeter service with unary and server-streaming methods alongside HTTP routes in Firefly.Validation with FlameUse Flame schemas to validate and parse request bodies inside a Firefly app.