Documentation

Part 1: Mental Models

Before you write code, you need a way to think about HTTP.

Part 2: Core Concepts

The framework's primitives: handlers, facts, and guards.

Part 3: Composition

How the pieces fit together to build larger APIs.

Part 4: Real Concerns

Security, static files, and runtime differences.

Part 5: Reference

Testing, API reference, and philosophy.

Helpers

Copy-paste patterns for common tasks. Not built-in—customize for your needs.