Complete restart of the Risk Manager project with a new, modular, AI-friendly architecture for an Automated Risk Management System that integrates with TopStepX.
src/- Main application codebackend/- Server-side logicfrontend/- React componentsconfig/- Configuration files
docs/- API Reference Documentation Only - No code files here!core/- Core API concepts (auth, real-time, management)endpoints/- REST API endpoint referencesAPI_MASTER_INDEX.md- Navigation hub for all API docs
README.md- This file (project overview)ARCHITECTURE.md- System design and architectureDEVELOPMENT_RULES.md- Development guidelinesTOPSTEPX_API.md- TopStepX API documentation index
The docs/ folder contains ONLY reference documentation for the ProjectX Gateway API.
- No code files in the docs folder
- Reference only - for looking up API endpoints, authentication, etc.
- Integration guide - when you need to add TopStepX API calls to your code
- Quick lookup - find specific endpoints, data structures, error codes
When coding:
- Keep the docs folder open for reference
- Use the
API_MASTER_INDEX.mdfor quick navigation - Copy/paste API examples into your actual code files
- The docs are your "API cheat sheet" - not part of the application
- Modular architecture with clear separation of concerns
- AI-friendly codebase that can be easily maintained and extended
- Comprehensive risk management system with TopStepX integration
- Clean, organized documentation for easy reference during development
Next Steps: Begin actual code development using the reference documentation as your API guide.