1. Introduction
  2. Web framework comparisons
    1. Roadster vs. Loco
    2. Roadster vs. Axum
    3. Roadster vs. Actix
    4. Roadster vs. Leptos
  3. Getting started
  4. Roadster features
    1. Configuration
    2. App context
    3. Database
      1. User SQL migrations
      2. Utility SQL migrations
    4. Services
      1. HTTP Service with Axum
        1. Axum State
        2. Axum Middleware
        3. Initializers
      2. Background jobs
        1. Sidekiq
      3. Grpc service with Tonic
      4. Function service
    5. Auth
      1. JWTs
    6. OpenAPI with Aide
    7. Email
      1. SMTP
      2. Sendgrid
    8. Observability
      1. Tracing
      2. OpenTelemetry
    9. CLI
    10. Health checks
    11. Lifecycle hooks
    12. Testing
  5. Adding a UI
    1. With Leptos
  6. Changelog