Four modules. The smallest set of moves that lets you ship a real product without writing the code yourself.
Every change is a snapshot. Every mistake is reversible.
A snapshot of every file at this exact moment. Always recoverable.
A parallel timeline. Try something risky on a branch; merge if it works, abandon if it doesn't.
"Take me back to yesterday's snapshot." One command.
GitHub = cloud backup + collaboration on top of git.
The agent runs these. You decide when to commit + when to roll back.
Database + auth + storage + functions. One platform, no servers to run.
Real PostgreSQL. Tables, queries, indexes. Auto-generated REST + GraphQL APIs from the schema.
Email/password, magic link, Google, GitHub. JWT-based sessions. Row Level Security ties data access to user identity.
S3-style file storage with the same RLS-aware access rules as the database.
Serverless TypeScript functions for anything the database can't express directly. Run on demand.
A new table is readable by anyone. Your members' emails are publicly queryable until you enable RLS.
For every table: ALTER TABLE ... ENABLE ROW LEVEL SECURITY; + write policies that say "members read their own row, founders read all".
Every MAH table has RLS. Confirm it on your own projects too.
They edit files. They run commands. They commit + push. You direct.
Interactive terminal agent. You sit with it; describe what you want; it edits files, runs tests, commits. Your daily driver.
Autonomous Mac daemon. Reads Telegram, runs scheduled jobs, drafts content overnight. The compounding background worker.
The pattern: a Federation of agents collaborating. Each one has a role (operator, coder, researcher). Scales beyond one human.
Get the site live. Pay less for AI calls. Both via the agent.
Free for static sites. Connect a GitHub repo, every commit auto-deploys. Use for marketing pages and docs.
Cheap shared hosting for small dynamic sites with PHP. ~$2-5/month. Has API access.
Where MAH + TCS live. ~$5-20/month per server. Full control. Talks to the agent via SSH.
All three can be driven by the agent — you describe the deploy, it runs the commands.
One API key, one balance, route to the cheapest model that's good enough for each task. Spend $20/mo instead of $200.
Claude (Anthropic). GPT (OpenAI). Gemini (Google). Open-source models on Together / Fireworks. Free tier on some.
Drop the OpenRouter API key into your project's .env. Most agent tools support OpenRouter natively.
A real product, end to end, with you directing every step but typing none of it.
Quiz delta walkthrough. Where you scored, which modules need depth.
Live demo of the build-ship-revert loop on a real MAH change.
Logins for GitHub, Supabase, Claude Code, OpenRouter. Each cofounder leaves access-ready.
Take the readiness check before Tuesday 5pm.
melbourneaihub.com.au/founders-readiness.html