🧵 Why I'm building Creek:
I love Cloudflare — fastest edge runtime, global by default, insanely cheap.
I love Vercel — they nailed frontend DX like nobody else.
I've deployed dozens of projects on both.
But lately I noticed something: My friends and coworkers started vibe coding, shipping side projects faster than ever. The code part got easy. The deploy part didn't.
"What's a D1 database?"
"Why do I need wrangler.toml?"
"What's a binding?"
"How do I add a database to my Vite app?"
Cloudflare's infrastructure is incredible. But the background knowledge it assumes is a wall for most people. I kept thinking: what if deploying a full-stack app was just:
creek deploy
One command. Database, storage, KV, queues, crons, all auto-provisioned.
No config files to learn. No bindings to wire. Or better, what if an AI agent could do it with a single Skill?
So I started building Creek.
10 days in: CLI, dashboard, GitHub auto-deploy, MCP server for AI agents, team-owned resources, 11 framework auto-detections.
Open source. Self-hostable. 100% on Cloudflare Workers.
Still going. 🚀