Prerequisites
- Python 3.11+
- Node.js 18+
- Git
One Command
- Checks prerequisites (Python, Node, Git)
- Creates a Python virtual environment in
~/.draft/venv/ - Installs backend and frontend dependencies
- Runs database migrations
- Starts both servers
- Opens your browser automatically
What You’ll See
Once running, Draft serves:
Press
Ctrl+C to stop all services gracefully.
CLI Options
Development Setup
If you’re contributing to Draft or prefer manual control:Verify Installation
Next Steps
Configuration
Set up your AI executor, verification commands, and planner settings.
Your First Ticket
Walk through creating a goal and watching AI implement it.