Current Phase: Phase 1 (MVP Editor) - 85% Complete Next Milestone: Public Beta Launch (1-2 days)
- STATUS.md - What's done, what's next, Phase 1 tasks
- ARCHITECTURE.md - Technical architecture
- ROADMAP.md - Strategic roadmap (all phases)
- FEATURE_TIERS.md - Features by impact
- REQUIREMENTS.md - Product requirements
-
STATUS.md ⭐ START HERE
- Current implementation status (85% Phase 1)
- Phase 1 completion tasks with time estimates
- What works, what's missing
-
- Strategic roadmap: Phase 1-5
- Milestones, timelines, success metrics
- Launch strategy
-
- Features organized by impact: Must Have, Nice to Have, Amazing
- Competitive differentiation (⭐ stars)
- Priority recommendations
- REQUIREMENTS.md
- Product requirements document (PRD)
- Problem statement, goals, target users
- Functional and non-functional requirements
- ARCHITECTURE.md
- System architecture and data flow
- Tech stack and dependencies
- Security boundaries
- Engineering guidelines
-
IMPLEMENTATION_GUIDE.md ⭐ FOR AI ASSISTANTS
- Complete codebase reference
- Implementation patterns
- Common pitfalls
- Debugging tips
-
- Development workflow
- Documentation sync process
- Post-implementation checklist
- Git commit conventions
-
- Prioritized feature list
- Implementation recommendations
- Impact analysis
- What NOT to build yet
- PRICING.md
- Pricing tiers and strategy
- Revenue model
- Competitive positioning
Phase: Phase 1 (MVP Editor) Progress: 85% Complete Timeline: 1-2 days to public beta
- Monaco Editor with 4 modes
- Live preview with debouncing
- Export to SVG, PNG, PDF, MD
- URL-based sharing
- Theme system
- State persistence
- Read-only view page
- Fork functionality
- Keyboard shortcuts
- Mobile testing
- CI/CD pipeline
See STATUS.md for full task breakdown.
Phase 1: MVP Editor ████████████████░░ 85% 🔄 Active
Phase 2: Accounts & Spaces ░░░░░░░░░░░░░░░░░░ 0% ⏸️ Not Started
Phase 3: AI Layer (BYOAI) ░░░░░░░░░░░░░░░░░░ 0% ⏸️ Not Started
Phase 4: Sharing & Gallery ░░░░░░░░░░░░░░░░░░ 0% ⏸️ Not Started
Phase 5: Collaboration & API ░░░░░░░░░░░░░░░░░░ 0% ⏸️ Not Started
See ROADMAP.md for detailed phase descriptions.
| Document | Purpose | When to Use |
|---|---|---|
| STATUS.md | Current status + immediate tasks | Daily work, tracking progress |
| ROADMAP.md | Strategic roadmap | Planning sprints, understanding vision |
| FEATURE_TIERS.md | Features by impact | Prioritization, feature decisions |
| REQUIREMENTS.md | Product requirements | Understanding product scope |
| ARCHITECTURE.md | Technical architecture | Implementation, code decisions |
docs/
├── README.md # This file - documentation index
├── STATUS.md # Current status + Phase 1 tasks
├── ROADMAP.md # Strategic roadmap (Phase 1-5)
├── FEATURE_TIERS.md # Features by impact
├── REQUIREMENTS.md # Product requirements (PRD)
└── ARCHITECTURE.md # Technical architecture
Clean, focused, no duplication.
- STATUS.md - Updated after major milestones or daily during active development
- ROADMAP.md - Updated when phases complete or change
- FEATURE_TIERS.md - Updated when new features are identified
- REQUIREMENTS.md - Updated when product scope changes
- ARCHITECTURE.md - Updated when architecture decisions are made
- Main README - Project overview and setup
- CONTRIBUTING.md - Contribution guidelines
- LICENSE - MIT License
- .env.example - Environment variables
New to the project?
- Read STATUS.md to understand current state
- Review ARCHITECTURE.md for tech overview
- Check ROADMAP.md to see where we're headed
Looking for a task?
- Go to STATUS.md
- Find a task marked ❌ Not Started
- Check the time estimate and priority
- Start working!
Planning a feature?
- Check FEATURE_TIERS.md to understand impact
- Review ROADMAP.md to see which phase it belongs to
- Reference REQUIREMENTS.md for product context
Documentation maintained by Cipher Text Labs Last updated: February 27, 2026