Index
Mobius Habits Documentation¶
C-150: Daily Reflections + Citizen Shield
Overview¶
Mobius Habits is the first testnet application for Mobius Systems. It combines daily reflections with weekly cybersecurity rituals to generate integrity signals for the Mobius Integrity Index (MII) and future MIC tokenomics.
Documentation Files¶
- One-Pager - Executive summary for stakeholders
- Government Briefing - For municipal innovation agencies
- Academic Abstract - For research publications
- Engineering Brief - Technical architecture and deployment
Quick Start¶
1. Database Setup¶
Run migrations:
2. Seed Data¶
3. Start API¶
4. Start Web¶
Visit http://localhost:3006
Architecture¶
apps/
habits-/api/ # Express API
habits-web/ # Next.js frontend
packages/
integrity-core/ # MII/MIC/Shards logic
infra/db/migrations/ # Database schema
scripts/ # Seed scripts
API Endpoints¶
GET /habits/dashboard- User dashboardPOST /habits/reflection- Submit daily reflectionPOST /habits/shield/submit- Update Shield checklistGET /habits/identity- User identity + MIC/ShardsGET /habits/insights- Streak + MII insights
Deployment¶
See infra/render.yaml for Render.com deployment configuration.
Services: - mobius-habits-api (port 4005) - mobius-habits-web (Next.js)
Testnet Phases¶
- Phase 0 - Internal alpha (1-10 users)
- Phase 1 - Closed testnet (10-100 users)
- Phase 2 - Public testnet (100-1,000 users)
- Phase 3 - Internet Café deployment (1,000+ users)
Related Files¶
- PR Template:
.github/PULL_REQUEST_TEMPLATE/c150_mobius_habits.md - Database Migration:
infra/db/migrations/20251130_mobius_habits_tables.sql - Seed Script:
scripts/seed-mobius-habits.ts
Cycle: C-150
Version: 1.0.0
Status: Alpha