MVP in Personal Projects
April 24, 2024 · 2 min read
One of the hardest parts of doing a personal project: MVP
I have a GRAND vision of what this will be. I want to BUILD IT ALL NOW!!!
But I know that you can’t eat an elephant at once.
MVP = Discipline. It focuses you on the core of what makes your project valuable while deferring everything else. It forces you to answer the hard question: what is the smallest thing I can build that proves this idea works?
When you’re building for yourself, there’s no product owner keeping scope in check. No sprint boundaries. No stakeholders asking “but do we really need that?” You are all of those people, and the temptation to gold-plate is enormous.
How I Apply MVP to Side Projects
- Write down the grand vision - Get it out of your head and onto paper. All of it. Every feature, every integration, every “wouldn’t it be cool if…”
- Circle the ONE thing - What is the single feature that, if it worked, would make this project useful? That’s your MVP.
- Ship it - Build that one thing. Make it work. Make it available. Everything else goes on a backlog.
- Iterate - Now that you have something real, you can make informed decisions about what to build next based on actual usage, not imagination.
The discipline of MVP isn’t about building less. It’s about building the right thing first.