Skip to content

Fullstack TemplateOpinionated FastAPI + Vue baseline

Contract-first, ADR-driven, observable, and strict by default.

What This Site Covers

Architecture And Governance

Baseline, Not Product

Already implemented

  • FastAPI backend with bounded contexts, typed settings, explicit Unit of Work, Alembic, and observability.
  • Vue frontend with app/pages/features/entities/shared structure, shell routing, and generated OpenAPI bindings.
  • Contract parity checks, ADR validation, repository consistency checks, Docker builds, and local CI-grade hooks.
  • One canonical cross-stack reference slice for system health.

Intentionally not productized

  • No business-specific product surface beyond the reference slice.
  • No pretense that the homepage or ADRs describe a fully implemented commercial platform.
  • No relaxed validation path hidden behind convenience switches.
  • No generated-project magic that weakens source-of-truth ownership.

Fullstack Template documentation portal