- ✨
# Clone the repository
git clone https://github.com/BlackRoad-OS/codex-agent-runner.git
# Navigate to the directory
cd codex-agent-runner
# Open in browser
open index.htmlThis project is configured for automatic deployment via Cloudflare Pages:
- Connected to GitHub repository
- Auto-deploys on push to
mainbranch - Preview deployments for all branches
- Custom domain: codex-agent-runner.pages.dev
Live URL: https://codex-agent-runner.pages.dev
This project follows the official BlackRoad Brand System:
- ✅ Colors: Amber (#F5A623), Hot Pink (#FF1D6C), Electric Blue (#2979FF), Violet (#9C27B0)
- ✅ Spacing: Golden Ratio (φ = 1.618)
- ✅ Typography: SF Pro Display, line-height: 1.618
- ✅ Gradients: 135° with stops at 38.2% & 61.8%
- ❌ No forbidden colors from old system
- Frontend: HTML5, CSS3 (Custom Properties)
- Design System: BlackRoad Brand System
- Hosting: Cloudflare Pages
- CI/CD: GitHub Actions
- Version Control: Git & GitHub
codex-agent-runner/
├── index.html # Main page
├── README.md # This file
├── CONTRIBUTING.md # Contribution guidelines
├── LICENSE # MIT License
└── .github/
└── workflows/
└── deploy.yml # CI/CD workflow
We welcome contributions! Please see CONTRIBUTING.md for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m '✨ Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Modern web browser
- Git
- Text editor (VS Code recommended)
Simply open index.html in your browser. No build process required!
Ensure your changes follow the brand system:
# Check colors
grep -r "#FF1D6C\|#F5A623\|#2979FF\|#9C27B0" .
# Verify no forbidden colors
grep -r "#FF9D00\|#FF6B00\|#FF0066" . && echo "⚠️ Forbidden colors found!"This project is licensed under the MIT License - see the LICENSE file for details.
This repository is part of the BlackRoad OS ecosystem.
- blackroad-os-web - Main platform
- blackroad-os-docs - Documentation
- blackroad-os-brand - Brand system
- Documentation: https://docs.blackroad.io
- Issues: https://github.com/BlackRoad-OS/codex-agent-runner/issues
- Email: blackroad.systems@gmail.com
- Built with Claude Code
- Deployed on Cloudflare Pages
- Part of the BlackRoad OS ecosystem
Status: 🟢 Active Last Updated: 2026-01-07 Maintained by: BlackRoad OS Team
Copyright © 2026 BlackRoad OS, Inc. All Rights Reserved.
CEO: Alexa Amundson
PROPRIETARY AND CONFIDENTIAL
This software is the proprietary property of BlackRoad OS, Inc. and is NOT for commercial resale.
- ✅ Permitted: Testing, evaluation, and educational purposes
- ❌ Prohibited: Commercial use, resale, or redistribution without written permission
Designed to support:
- 30,000 AI Agents
- 30,000 Human Employees
- One Operator: Alexa Amundson (CEO)
For commercial licensing inquiries:
- Email: blackroad.systems@gmail.com
- Organization: BlackRoad OS, Inc.
See LICENSE for complete terms.