Developer Docs
Project Documentation
Download, copy, or print the technical spec and database schema for Replenn.
Technical Specification
MarkdownFull system spec — tech stack, architecture, all API endpoints, subscription plans, AI features, auth flow, and known tech debt.
SPEC.md · ~18 KB
Database Schema
MarkdownComplete MySQL schema — all 15 tables with column definitions, types, constraints, foreign keys, and an entity relationship diagram.
DB_SCHEMA.md · ~10 KB
Downloading the full source code
To export the complete project as a ZIP, use the ⋯ menu in the top-right of the Airo builder and select Download code. The schema file lives at src/server/db/schema.ts and all API handlers are under src/server/api/.