Ship MVP in 2 Weeks
A focused playbook for shipping your minimum viable product in just 2 weeks. Perfect for side projects and validating ideas quickly.
Phases & Tasks
Define scope: 1 feature, 1 user type, 1 use case
1hWrite down exactly what you're building. If it takes more than one sentence, simplify.
Set up repo, CI/CD, deploy pipeline
2hUse a template or boilerplate. Don't waste time on setup. Ship to production on day 1.
Build core backend/API
8hData model, basic CRUD, essential business logic. Nothing more.
Build minimal UI
8hFunctional over pretty. Use a component library. Ship ugly if needed.
Connect everything, deploy v0.1
3hWire up frontend to backend. Deploy to a real URL. It should "work".
Add auth (or skip if not needed)
3hNot every MVP needs auth. If it does, use a library or service.
Test with 2-3 real users
2hWatch them use it. Where do they get confused? Take notes.
Fix only critical/blocking bugs
4hIf it prevents the core use case, fix it. Everything else is v2.
Write landing page
2hWhat is it? Who is it for? How do I start? That's all you need.
Soft launch to small audience
1hShare with a few communities or your newsletter. Gather feedback.
Gather feedback
1hWhat do people say? Are they using it? Would they pay?
Decide: iterate or move on
1hBased on feedback, either double down or cut losses and try the next idea.
Ready to start this playbook?