Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 1.43 KB

File metadata and controls

65 lines (33 loc) · 1.43 KB

Stack

For implementers and operators modifying pyproject.toml, docker-compose.yml, or Makefile. Every pick is a starting point with a written escape hatch. Roles are pinned in Architecture; seam discipline (ports, adapters, BC isolation) means any pick can be swapped without touching the core. Picks marked deferred are not yet warranted, not unwanted.

Pages

  • :material-server-outline:{ .lg .middle } Backend


    Language, HTTP, async DB, agent SDK, validation, settings, IDs, server.

    Read →

  • :material-monitor-dashboard:{ .lg .middle } Frontend


    Framework, lint, format.

    Read →

  • :material-database:{ .lg .middle } Data


    Relational store, event store, vector index, migrations.

    Read →

  • :material-shield-key-outline:{ .lg .middle } Auth


    Authentication wiring, authorization model, policy language.

    Read →

  • :material-chart-line:{ .lg .middle } Observability


    Logging, metrics, tracing, receivers.

    Read →

  • :material-tools:{ .lg .middle } Operations


    Deployment, tooling.

    Read →

  • :material-clock-outline:{ .lg .middle } Deferred


    Picks held until a real consumer demands them.

    Read →