- Enatega Newsletter
- Posts
- Our code is on GitHub. People still pay us.
Our code is on GitHub. People still pay us.
Code has never been cheaper, and it was never the expensive part.

Hi, it's Sharan.
An AI coding subscription costs about 20 dollars a month. Enatega costs a lot more than that. So I keep hearing the same line on sales calls, more often every month: "Why would I pay you when I can build this myself with AI?"
It's a fair question, and it deserves a real answer.
Start with something most people asking it don't know. A big part of our code is already public. The customer app, the rider app, the vendor interfaces, all open source on GitHub, sitting there with 1,300-plus stars. Anyone can read that code. Any AI can read it too. If the code were the product, giving it away would be a strange way to run a business. People still pay us.
The easy take is that AI writes code now, so software like this should be nearly free. That part is mostly true. Code has never been cheaper. But code was never the expensive part.
Take one flow. A customer places an order and the payment fails after the order has already hit the kitchen. Does the rider still get dispatched? Someone has to tell the merchant to stop cooking, and decide who eats the cost if the food is already on the stove. The customer needs to see something sensible, and their retry can't create a second order. That's one flow. A production platform has dozens like it: refunds, partial refunds, commission splits between platform owner, merchant and rider, payouts that bounce, orders placed the minute a restaurant closes.
AI will generate a confident answer for every one of these. What it can't tell you is which answers quietly lose you money or customers, because it has never shipped one of these platforms and watched what breaks. We've spent years doing exactly that, for clients all over the world. The price is for knowing those failure points in advance, not for the code.
I've watched founders take the other road this year. They move fast for weeks, the demo looks great, then they hit something deep, usually payments or dispatch, and the AI starts going in circles. The credits keep burning and the launch date doesn't move.
And some builds should be DIY. Technical founder, small scale, time to learn? Try it, you'll learn a lot. But first ask yourself one question: can I write down, today, what my app does when the payment fails but the order is placed? If you can't, that's the part you'd be paying for.
If you're weighing this decision right now, hit reply and tell me what you're building and how far you've gotten. I read every reply, and I'll tell you straight whether building it yourself makes sense in your case. Sometimes it does.
And if you're new here and want to see the platform itself, it's all at enatega.com.
Talk soon, Sharan