Includes architecture, infrastructure, AI model comparison, getting started guide, and detailed phase-by-phase development roadmap. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| phase-0-groundwork-and-dev-environment.md | ||
| phase-1-platform-foundation.md | ||
| phase-2-core-experience-build.md | ||
| phase-3-launch-readiness-and-hardening.md | ||
| phase-4-spectrum-and-scale.md | ||
README.md
Codex Phase Documents
Last updated: 2026-02-10
This folder contains the deep execution plan for building Kalei from zero to launch and then Phase 2 growth.
Read in order:
phase-0-groundwork-and-dev-environment.mdphase-1-platform-foundation.mdphase-2-core-experience-build.mdphase-3-launch-readiness-and-hardening.mdphase-4-spectrum-and-scale.md
Phase map
- Phase 0: Groundwork and Dev Environment
- Goal: stable tooling, accounts, repo standards, and local infrastructure.
- Phase 1: Platform Foundation
- Goal: production-quality backend skeleton, auth, entitlements, core data model.
- Phase 2: Core Experience Build
- Goal: ship Mirror, Turn, Lens end-to-end in mobile + API.
- Phase 3: Launch Readiness and Hardening
- Goal: safety, billing, reliability, compliance, app store readiness.
- Phase 4: Spectrum and Scale
- Goal: analytics pipeline, weekly and monthly insights, scaling controls.
Definition of progression
Do not start the next phase until the current phase exit checklist is complete.
If a phase slips, reduce scope but do not skip quality gates for:
- security
- safety
- observability
- data integrity
Tooling policy
These phase docs assume an open-source-first stack:
- Gitea for source control and CI
- GlitchTip for error tracking
- PostHog self-hosted for product analytics
- Ollama (local) and vLLM (staging/prod) for open-weight model serving
Platform exceptions remain for mobile distribution and push:
- Apple App Store and Google Play billing/distribution APIs
- APNs and FCM delivery infrastructure