Roadrunner is a comprehensive autocoding platform that transforms natural language descriptions into functional code through AI-powered planning, brainstorming, and execution workflows.
Following AGENTS.md principles with strict modular design:
Input → Process → Output
Prompt → Validate → Result
Question → Explore → Apply
/core- Central orchestration and engine logic/services- Backend API integration layer/stores- Reactive state management/composables- Reusable logic components
/components/planning- Visual workflow builder/components/brainstorming- Multi-agent ideation/components/execution- Code generation and editing/components/configuration- Settings and customization
/utils- Pure utility functions/assets- Icons, images, fonts/styles- Design system implementation
- No Inline Code - Logic separated from presentation
- No Inline CSS - Styled components with Tailwind
- Always Modularize - Feature → Component → Function
- Never Assume Completion - Full validation and fallbacks
- Always Reference Code - Comprehensive documentation
- Comment Every Section - Purpose and rationale explained
- Maintain Visual Neatness - Consistent structure and naming
- Embrace Meticulousness - OCD-grade attention to detail
See individual module READMEs for specific setup instructions.
- Modularity: Each feature as independent module
- Configurability: All settings externally configurable
- Iconification: Consistent icon system throughout
- Performance: Sub-second response times
- Usability: Intuitive workflow for all user types