An autonomous web application factory that generates, builds, and deploys new applications daily without manual intervention. Powered by Claude Code and three AI providers.
Stage 1 - Idea Generation: A cron job generates 30 app ideas daily using tiered temperature sampling across 4 creativity levels (conservative t=0.3, moderate t=0.6, creative t=0.85, experimental t=1.0) from OpenAI, Gemini, and Anthropic.
Stage 2 - Selection: Users browse and select ideas via the web UI or Webex bot chat commands. Ideas are prioritized in a build queue.
Stage 3 - Build: The orchestrator spawns Claude Code sessions for spec-driven autonomous development. Each session receives a generated spec and builds the full application.
Stage 4 - QA: Built apps deploy to a local environment for review. Automated and manual QA checkpoints validate the build.
Stage 5 - Production: Approved apps promote to production on Render with a single click.
Key features: Multi-tier idea generation, Webex bot integration, autonomous spec-driven development, local-to-production pipeline with QA checkpoints.