
Trying a “portfolio of small paid apps” approach instead of one big startup, here’s one I just shipped
I’ve been experimenting with a different approach instead of building one big startup:
Launching small, focused desktop apps that solve very specific problems (one-time purchase, no subscriptions).
One I recently shipped came from a super annoying workflow I kept hitting:
“port already in use”
Every time:
netstat → find PID → taskkill
Not hard… but it breaks flow constantly when you're restarting servers.
So I built a tiny Windows tray app that:
• Shows all active ports instantly
• Lets you kill the process in 1 click
• No terminal needed
It’s a small thing, but I was hitting it enough times per day that it felt worth solving.
What I’m trying to figure out now:
Is this kind of “small pain, high frequency” tool something worth stacking into a real portfolio…or do these only ever stay side-project level?
Curious if anyone here has gone down the “multiple small products” route instead of betting on one big idea.
Would love to hear what worked (or didn’t).