Construo Docs¶
Technical documentation for the Construo platform. Architecture, development workflow, operations, security, and planning.
Sections¶
-
Planning
Architecture design, project plan, Phase 0 walkthrough.
-
Getting Started
Local environment setup and development workflow.
-
Architecture
System design — multi-tenancy, auth, offline sync, data model.
-
AI Development
Rules for using Claude and Copilot on this codebase.
Status¶
| Item | Status |
|---|---|
| Architecture design | ✅ Planning |
| Project plan | ✅ Planning |
| Phase 0 walkthrough | ✅ Planning |
| AWS infrastructure | 🔲 Phase 0 — not started |
| Application code | 🔲 Phase 0 — not started |
| CI/CD pipeline | 🔲 Phase 0 — not started |
Running these docs locally¶
cd construo-docs
source .venv/bin/activate # or: uv venv && source .venv/bin/activate && uv pip install zensical pymdown-extensions
zensical serve
Edit any .md file in docs/ — the browser reloads automatically.