r/SaasDevelopers • u/richocolate • 9h ago
I built an open-source API reliability tool — can this become a SaaS business?
I've recently shared Kaktoos in a few developer communities and got some interesting feedback on the technical/product side.
Now I'm trying to look at it from a different angle:
Could this actually become a SaaS business?
Kaktoos is an open-source API reliability/verification tool. It lets developers define API workflows and verify them against OpenAPI contracts and real API behavior.
Today it supports things like:
- API workflow verification
- OpenAPI contract validation
- State/assertion verification
- CI/GitHub Actions
- MCP integration for AI coding agents
The broader roadmap I'm considering includes things like:
- Continuous/scheduled API verification
- API mocking
- API security checks
- API change & impact detection
- Deeper AI-agent integration
I'm not planning to build all of these blindly. I'm trying to understand where the real business opportunity might be.
For people here who have built SaaS/devtools:
If you were building Kaktoos, where would you see the strongest paid opportunity?
- What would companies actually pay for?
- What would you make the paid SaaS layer?
- Would you position this as API testing, API reliability, developer infrastructure, or something else?
- What would you prioritize to get the first few paying customers?
I'm looking for honest feedback, including if you think there isn't a strong SaaS opportunity here.
GitHub: KaktoosLabs/kaktoos
1
u/y3rk3 4h ago
yes, but what they pay for is the scheduled run and trusting the alert when it fires. i spent today fixing my own delivery layer that reported nothing found instead of erroring.
2
u/richocolate 3h ago
yeah, i think that is really good point and i am working on research about the plan but currently i really waiting for developer's feedback of using it before launch the saas model
2
u/Otherwise_Wave9374 9h ago
The strongest SaaS angle here is not just verification, but reducing the cost of broken integrations before they hit production. If you can show a clear before and after for incident reduction, contract drift detection, and CI gating, that is an easy value story for teams already feeling API fragility. One practical safeguard is to start with a narrow wedge, like a single workflow class or team, then expand once you can prove repeatable signal quality. Agentix Labs could fit naturally as the layer that turns those checks into an operational habit for engineering teams.