Build the SEO Rockstars Conference App with an autonomous coding agent.
A polished step-by-step tool for cloning the framework, adding the AppSpec, setting up Python, configuring your Claude token, and launching the autonomous build run.
✓ AppSpec loaded
✓ Claude token detected
→ Generating features, screens, tests, docs
✓ Output: generations/seo-rockstars-conference-app/
Clone the autonomous agent framework.
Use your organization’s framework repository. The public guide no longer shows the old personal repo attribution.
cd seo-rockstars-agent
Save your AppSpec.md.
This guide is still for the SEO Rockstars Conference App. That’s why the commands and output folders use the Rockstars project name.
Event networking
Attendee profiles, chat, notes, speaker/session context, and follow-up tracking.
Conference utility
Schedule, Q&A, meals, nightlife, maps, reminders, and mobile-first attendee flow.
Build output
Generated app files, tests, setup notes, and a resumable autonomous build process.
Environment and token setup.
Set up Python, create the virtual environment, add your Claude Code OAuth token, and optionally add an N8N webhook.
Python environment
.venv\Scripts\activate
pip install -r requirements.txt
Claude token
# then paste into .env
CLAUDE_CODE_OAUTH_TOKEN=your_token_here
Launch the autonomous agent.
Start the build and let the workflow generate the project into the generations folder.
# output
generations/seo-rockstars-conference-app/
Operator checklist.
Pre-flight
- Repo cloned
- AppSpec.md saved
- Python env active
- Dependencies installed
Credentials
- Claude token created
- .env saved
- N8N webhook optional
- No secrets pasted in chat
Run
- Launch command executed
- Logs monitored
- Output folder checked
- Resume if interrupted
Same guide. Better feel. No unwanted name references.
This is still the autonomous setup guide for the SEO Rockstars Conference App. I only upgraded the presentation and removed the external personal-name branding. I did not mix in the Merlino agent workforce page.