Add tasks from the Quick Build tab (+Q button) or create them here. Run all pending tasks sequentially — Claude will process each one in order, generating patches you apply to the project file.
+ New Task
Client Version Generator
Generate a customized IO Marketing OS for a specific client. Claude replaces brand variables, adapts examples, and outputs a renamed file.
Client Identity
Brand Customization
Customization Preview
Fill in client details above to preview the customization prompt that will be sent to Claude.
Output will be a patch to apply to a copy of io-complete.html
Series Planner
Python Agentic Script
Run the IO build loop autonomously from your terminal. Processes task queue, applies patches directly to the HTML file, and logs everything.
Setup
# Install dependencies
pip install anthropic
# Set API key (get from console.anthropic.com)
export ANTHROPIC_API_KEY="sk-ant-..."
# Run
python3 io_build_agent.py