<aside> 💡
Notes from Helena Merk's portfolio Lunch & Learn (May 6, 2026). Helena is a second-time founder running a social media intelligence platform built largely solo with AI agents, and a generous community resource on agentic workflows. She walked us through the full architecture she uses to run her business — from how new emails and meetings auto-hydrate her CRM to how she uses cached agent outputs to keep token costs near-zero.
Want to talk to her directly? She's been generous with follow-ups: hi@helenamerk.com.
</aside>
| Layer | Tool | Notes |
|---|---|---|
| LLM / coding agent | Claude Code Max ($200/mo) | The build engine. Helena uses a cc shortcut to launch it instantly. Always starts new projects with the Claude Code Starter pack. |
| Hosting + scheduling | Vercel (hobby plan, free) | Serverless functions, scheduled cron jobs, and webhooks. Means her computer doesn't have to be open for any of it to run. |
| Database | Supabase (free tier) | Holds every table — contacts, calendar events, email threads, Granola transcripts, action items, feedback themes, etc. She literally never opens Supabase anymore — Claude Code creates, manages, and queries it. |
| Meeting capture | Granola ($14/user/mo Business plan) | MCP unlocks unlimited transcript history, queryable from Claude. Webhook pings her system when a meeting completes → auto-runs analysis workflow. |
| Voice input | Whisper Flow | She called it transformative — "small tweak, outsized unlock." Talk to your computer instead of typing prompts. |
zbruhnke/claude-code-starter — production-ready Claude Code template with stack presets, security hooks, and automation tools.
Her setup flow when starting any new project:
cc (alias she set up) → Claude Code session opens instantlyWhat the starter pack handles for you out of the box:
maincode-review, generate-tests, explain-code, etc.)Also works inside the Claude Code Desktop app GUI (the Code tab in the Claude desktop app) for anyone who'd rather not live in the terminal — same engine, same config files, visual diffs and plan view on top.