Build Roadmap
REGIME FORGE phase-by-phase supervision.
This page tracks the product, legal, security, content, database, and launch phases in one place.
Phase status
| Phase | Decision | Status |
|---|---|---|
| Phase 1 | Mission and Identity Use REGIME FORGE everywhere, keep the tone academic, and make the core promise clear: learn how financial systems behave without gambling on hype. |
Implemented |
| Phase 2 | Legal and Ethical Guardrails Terms, Privacy, Financial Disclaimer, Community Guidelines, Cookie Policy, Data Deletion, Parent/Guardian Contact, and Responsible Disclosure pages are live. |
Implemented |
| Phase 3 | MVP Feature Set Public learning pages, research summary, simulator, challenge page, submission form, account flow, and moderation portal are included. |
Implemented |
| Phase 4 | Data Collection Policy Accounts collect email, display name, consent timestamp, and security/moderation records. Submissions avoid phone numbers, government IDs, exact birth dates, school IDs, and private finance screenshots. |
Implemented |
| Phase 5 | Tech Stack This build uses Python standard library, server-rendered pages, SQLite, no external package install, and static CSS/JavaScript assets. |
Implemented for local V1 |
| Phase 6 | Security Architecture CSRF protection, signed HttpOnly sessions, rate limits, security headers, owner-only admin email gate, admin MFA code, audit logs, and token-based email activation are included. |
Implemented baseline |
| Phase 7 | Moderation System Student submissions enter a private queue. Admin can approve, reject, or request changes. Unsafe claims are blocked before review. |
Implemented |
| Phase 8 | Model and Simulator The Market Regime Visualizer classifies volatility, trend, and drawdown using simulated educational data and avoids signals or recommendations. |
Implemented |
| Phase 9 | UI/UX The UI is clean, responsive, academic, and practical, with a live chart-style hero, readable article pages, and compact admin tools. |
Implemented |
| Phase 10 | Content Depth Eight detailed learning articles and one published-paper research summary are seeded into the database. |
Implemented |
| Phase 11 | Database Blueprint SQLite tables cover users, articles, research posts, challenges, submissions, newsletter subscribers, deletion requests, contact messages, legal pages, and admin audit logs. |
Implemented |
| Phase 12 | Launch Checklist Core pages, headers, validation, moderation, and admin protections exist. Production still needs HTTPS hosting, SMTP, backups, dependency/secret scanning, CDN/WAF, and legal review. |
Partially ready |
| Phase 13 | First Build Order Landing page, legal pages, articles, research summary, simulator, challenge page, submission form, and admin review panel are built. |
Implemented |