Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 419 Bytes

File metadata and controls

19 lines (12 loc) · 419 Bytes

Deployment Guide

Hosting Model

  • Frontend: Netlify
  • Backend/Auth/DB/Storage: Supabase

Environments

  • Development: local Vite + Supabase project.
  • Production: managed cloud deployment.

Release Preconditions

  • Migrations applied successfully.
  • Quality gates passing in CI.
  • Security and operations checks complete.

See /docs/plan/M09-release-readiness-and-pilot.md for release checklist progress.