Solo founder uses Claude Code and agent fleet to run 5 products
Developer ppcvote describes the "Coordinator Architecture" — a system using Claude Code sessions, `CLAUDE.md` context files, and a fleet of autonomous agents called "lobsters" to single-handedly manage five live products across three machines and four programming languages.
Score breakdown
Solo developers and small teams can adopt the `CLAUDE.md` context-file pattern and a fixed daily-focus schedule to scale Claude Code across multiple codebases without onboarding overhead or decision paralysis.
- 01ppcvote runs 5 products (UltraLab, MindThread, Ultra Advisor, UltraTrader, OpenClaw) across 3 machines, 4 programming languages, and 2 Firebase projects.
- 02The system uses 2-3 simultaneous Claude Code sessions, each scoped to a single product's directory.
- 03Each product has a CLAUDE.md file documenting tech stack, file structure, style conventions, known pitfalls, and deploy workflow.
Developer ppcvote details how they manage five distinct products — UltraLab (AI product studio), MindThread (Threads automation), Ultra Advisor (financial planning SaaS), UltraTrader (Taiwan stock trading bot), and OpenClaw (AI agent fleet) — without a team. The core insight is eliminating daily decision paralysis through a fixed system: each morning takes five minutes to check Telegram notifications from `@Ultra_Agentbot`, categorized as green (ignore), yellow (handle later), or red (fix immediately). Red alerts like high memory usage, rate limit errors, or failed Vercel builds are resolved on the spot via Telegram commands that trigger Claude Code to run system-level fixes. Everything else defers to the day's assigned primary product.
Claude Code is central to the architecture because each product has a `CLAUDE.md` file that captures tech stack, file structure, style conventions, known pitfalls, and deploy workflow.
Claude Code is central to the architecture because each product has a `CLAUDE.md` file that captures tech stack, file structure, style conventions, known pitfalls, and deploy workflow. Switching between products requires no mental ramp-up — Claude Code reads the file and starts working immediately. The author also deliberately shares 80% of the tech stack across products (React 18 + TypeScript, Vite, Tailwind CSS v4, Firebase Firestore, Vercel, Resend, Lucide React), so knowledge and lessons transfer freely between codebases.
The four "lobster" agents running 24/7 on WSL2 + Ollama handle recurring automation: Threads posts ten times per day, Discord welcome messages every three minutes, daily SEO scans, cold email in three daily rounds, content splitting, and fleet status checks every five minutes. Blog writing is handled two to three times per week with ppcvote choosing the topic and Claude Code writing the content. The result is a system where the human acts purely as a coordinator — intervening only on alerts and deep-working one product per day.
Key facts
- 01ppcvote runs 5 products (UltraLab, MindThread, Ultra Advisor, UltraTrader, OpenClaw) across 3 machines, 4 programming languages, and 2 Firebase projects.
- 02The system uses 2-3 simultaneous Claude Code sessions, each scoped to a single product's directory.
- 03Each product has a CLAUDE.md file documenting tech stack, file structure, style conventions, known pitfalls, and deploy workflow.
- 04Four autonomous agents called 'lobsters' run 24/7 on WSL2 + Ollama, handling tasks like Threads posting (10x/day), Discord welcomes (every 3 min), and fleet monitoring (every 5 min).