The SaaS ideas that come out of Coimbatore
Coimbatore produces a particular kind of software product, and it is not a consumer app. It is a founder who spent fifteen years in pump manufacturing and knows exactly which spreadsheet every unit in the district is maintaining. It is an engineering graduate from one of the local colleges building for a trade their family works in. It is an agency or IT services firm productising the thing they have now built for the eleventh client.
All three start from a real problem and a real customer list, which is a far better position than most startups begin from. What they usually lack is the distinction between the system they built for one customer and a product ten customers can use without you - and that distinction is almost entirely architectural.
Project versus product
A project serves one customer and can hard-code their assumptions. A product serves many, which means tenant isolation from the first line, configuration where the project would have hard-coded, self-service onboarding so a customer can start without you on a call, and the boring operational layer - billing, usage limits, audit logs, a way to answer a support question without a database query.
Retrofitting multi-tenancy onto a single-customer system is one of the more expensive rewrites in this business, and it is nearly always discovered at the worst moment, which is when the third customer signs. The decision costs almost nothing on day one and a great deal in month eight.
- Tenant isolation decided before the first table is created, not after the third customer.
- Roles and permissions, because a customer admin will want to add their own staff.
- Subscription billing in rupees with GST-correct invoices, plus a path to card and UPI.
- Self-service signup and onboarding, or you are the bottleneck on your own growth.
- Usage metering and limits, so one heavy customer cannot make the product unprofitable.
- Audit logs and a support view, so questions get answered without opening the database.
Scoping an MVP that actually ships
The version one that works is the smallest thing a real customer will pay for, not the smallest thing that demos. Those are different: a demo needs breadth, a paying customer needs one workflow to be genuinely complete. Half-finished breadth is why most first versions never convert a trial.
So the scoping question is which single workflow, done properly end to end, someone will pay for. Everything else - the second module, the integrations, the analytics dashboard, the mobile app - goes on a list and waits for a customer to ask twice. A focused first version is typically six to ten weeks; the same scope with three extra modules bolted on is six months and usually never launches.
Billing, GST and Indian payments
Indian SaaS billing has requirements a foreign template skips. GST-correct invoices with your GSTIN and the customer place of supply, which determines whether it is IGST or CGST plus SGST. TDS deducted by larger customers, which has to be reconcilable. Card mandates for recurring payments under RBI rules, which is why UPI autopay and mandates are the practical path for Indian subscriptions.
Razorpay and similar handle the payment side well; the invoicing and reconciliation side is where products get it wrong and discover the problem during their first audit. Build it in at the start, because retrofitting correct tax handling into a live billing system while customers are being charged is unpleasant work.
What it costs and what to spend it on
A focused multi-tenant MVP with authentication, one complete workflow, billing and a basic admin view is typically six to ten weeks of build. Hosting for an early-stage product is small - tens of rupees per customer at low volume on managed infrastructure - and the instinct to over-provision for scale you do not have is the most common way early SaaS money is wasted.
The larger risk is not technical. It is building for eight months without a paying user. The sequence that works is a narrow first version in front of a real customer quickly, then building what they ask for twice. Founders who already know the trade - which describes most Coimbatore SaaS founders - have an unusual advantage here, because they can tell the difference between a customer request and a customer requirement.
Ownership, stack and what happens when you hire
The code, the database and the infrastructure accounts are yours from the start, not transferred at the end. The stack stays deliberately conventional - React or Next.js, Node or Python, Postgres - because your first technical hire should be able to read it, and hiring for an unusual stack in Coimbatore is harder than hiring for a common one.
The handover assumption is built in: documented setup, a readable repository, no proprietary layer that makes leaving expensive. A developer who makes themselves difficult to replace has optimised for the wrong thing, and for a product you intend to own for years that matters more than it does on a one-off project.
Frequently asked questions
What does a SaaS MVP cost to build?
A focused multi-tenant first version - authentication, one complete workflow, subscription billing and a basic admin view - is typically six to ten weeks of build with a fixed quote against a written scope. Adding modules before a paying customer asks is the most common way that estimate triples.
Can we start single-tenant and add multi-tenancy later?
You can, and it is one of the more expensive rewrites in this business. Tenant isolation costs almost nothing decided on day one and a great deal in month eight, which is usually when the third customer signs. Decide it before the first table exists.
How do we handle GST and recurring payments for Indian customers?
GST-correct invoices with place-of-supply logic for IGST versus CGST and SGST, TDS reconciliation for larger customers, and UPI autopay or mandates for recurring charges under RBI rules. Razorpay handles the payment side; the invoicing and reconciliation side is what products get wrong.
Do you take equity instead of payment?
No. Fixed scope and fixed fee, so the incentives stay clean and you keep your cap table. It also means I have no reason to talk you into a larger build than the product needs.
Who owns the code and the infrastructure?
You do, from the start rather than at handover - repository, database and cloud accounts in your name. The stack stays conventional React or Next.js, Node or Python and Postgres so your first technical hire can read it.
We already have a system built for one client. Can it become a product?
Sometimes, and the honest answer comes from looking at it. The deciding factor is usually how deeply that client assumptions are baked into the data model. A review will tell you whether it is a refactor or a rebuild before you commit to either.
How much does hosting cost for an early SaaS product?
Very little at low volume on managed infrastructure - a small monthly figure that scales with use. Over-provisioning for scale you do not yet have is the most common way early-stage money is wasted on the technical side.
Scope your first version
Tell me what you need and you get a written scope, a fixed quote and a delivery timeline before any work starts — no obligation.
Ananth N · Madurai, Tamil Nadu · serving Madurai, Coimbatore, Chennai and clients across India · remote-first.
Discuss your SaaS build WhatsApp Email