The Hardest Part of Building Alone
Last week I almost spent several days planning an admin dashboard.
Customer management, usage analytics, support tools. It felt like something every SaaS should have.
Then I asked myself how many customers I currently have.
Zero.
So I closed the tab and didn’t build it.
You don’t need an admin dashboard for zero customers
The first few customers can be handled with database queries and a terminal. That’s fine, and it’s temporary, which is rather the point.
Building solo means nobody is there to stop you making things that feel productive without moving anything forward. Planning that dashboard felt like work. From the inside it looked like progress.
My filter
Right now my filter is simple: if a real customer wouldn’t notice it, it probably doesn’t need to exist yet.
That has saved me from building a lot of things while working on ParkMyAWS. Internal tooling, dashboards, permission systems. None of it matters until someone is actually using the product.
The real challenge
The hardest part of building alone isn’t writing code. It’s deciding what not to build.
Every feature idea sounds reasonable in the moment. But when you work in 90-minute evening sessions, an hour spent on the wrong thing is an hour you don’t get back.
The best thing I can do now is ship the core product and let real usage tell me what to build next.