
What I learned building a no-code SaaS as a solo IT guy (6 months in)
Hey r/nocode,
I'm an IT professional who spent the last 8 months building a SaaS on weekends. Wanted to share what actually worked and what wasted my time, in case it helps anyone else here trying to ship a product solo.
What worked:
- Picking a problem I personally had. I hated every documentation tool I'd used at work (Confluence is bloated, Mintlify is $300/seat). Building for myself meant I didn't need to do customer interviews to know what sucked.
- Visual-first thinking. I almost built a markdown/git-based tool because that's what "real" docs tools do. Then I remembered why I was building it in the first place: I didn't want to deal with git for writing docs. If you're nocode-adjacent, lean into that. Your instinct that things should be simpler is usually right.
- Bring-your-own-key for AI features. Instead of marking up OpenAI/Anthropic costs and charging users a premium, I let users plug in their own API key. Way less infra to manage, no margin anxiety, and users actually appreciate the transparency.
- Shipping ugly first. My landing page looked terrible for the first 3 months. Didn't matter. The handful of early users gave me feedback that shaped the product way more than a pretty marketing site would have.
What wasted my time:
- Over-engineering the editor. I rebuilt the writing experience three times trying to make it "perfect." Should have shipped v1 and iterated based on actual usage.
- Pricing paralysis. Spent weeks agonizing over tiers. Just pick something reasonable and adjust later.
- Comparing myself to funded competitors. They have teams of 30. I'm one person. Different game entirely.
For context, the thing I built is a docs platform called Dokly.co . Not pitching it — just wanted to be upfront about where these lessons came from. Happy to answer questions about the build process, stack choices, or anything else.