Short version: between $80,000 and $500,000+ AUD, and the gap is entirely about scope โ not about who's building it. This post is the long-form version of that number, with enough detail that you can walk into any agency pitch and know whether you're being quoted fairly.
I'm writing this from inside a studio that ships AI SaaS for a living, including our own flagship product ClaimDone. No affiliate links, no lead-gen pop-ups. Use it as a reference.
TL;DR โ the four tiers
| Tier | Typical price (AUD ex-GST) | What it is | Build time | |—|—|—|—| | Focused internal tool | $80,000 โ $140,000 | Single workflow, one team, one AI model in production. Admin console, no public UI. | 8โ12 weeks | | Production SaaS MVP | $180,000 โ $260,000 | Multi-tenant, payments, auth, customer dashboard, real eval suite, basic admin. First paying users on it. | 16โ20 weeks | | End-to-end automated platform | $420,000 โ $600,000 | ClaimDone-scale: multi-agent AI pipelines, human-in-the-loop review, identity + e-signature + payments integrations, admin ops console, customer dashboards, full observability. | 6โ9 months | | Enterprise / regulated | $600,000 โ $1.8M | Everything above plus compliance uplift (APRA, TGA, Privacy Act advanced), multi-region deployment, SSO federation, formal security audit. | 9โ14 months |
These are fixed-scope ranges from a senior Australian team. Offshore outfits will quote 30โ60% less. In the "things that are obvious once you see them" category: you usually get what you pay for.
What actually drives the cost
Every AI SaaS quote comes down to the same seven variables. When two quotes look wildly different, one of these is the reason.
- How many distinct user types. One persona (internal ops) is not the same build as three personas (customer + admin + reviewer). Each persona gets its own UI, permissions model, notification paths, and support documentation.
- How many AI "decisions" per flow. A single classifier firing once per document is an afternoon. A multi-agent pipeline where a planner agent hands to a retrieval agent hands to a drafter agent with verification loops is a small product in its own right.
- Human-in-the-loop complexity. A "low stakes" queue (reviewer clicks approve/reject) is straightforward. A high-stakes queue (reviewer must edit, justify the override, trigger retraining) is 3โ5ร the effort.
- Integrations. Every third-party you plug into โ Stripe for payments, Xero for accounting, DocuSign for e-signature, Twilio for SMS, identity verification APIs, CRM webhooks โ is a real chunk of work with its own failure modes, quirks, and compliance implications.
- Regulatory overhead. A generic productivity tool has no regulatory overhead. A tool that touches health, finance, legal or children's data has a big one. Privacy Act 1988, APRA CPS 234, AHPRA rules, TGA SaMD guidance โ each of these adds architecture decisions and audit artefacts.
- Observability and evals. The difference between a demo ("it worked in the boardroom") and a production AI product is the evals, cost controls, latency monitoring, drift detection, and prompt regression testing. It's the boring 30% that separates SaaS from slideware.
- Cost-per-call ceiling. If your product makes 500 LLM calls per user per month, a naive architecture costs you $3/user/month in model fees at GPT-4 class pricing. At scale that's the difference between a viable SaaS and a loss leader. Cost-ceiling engineering โ caching, model selection per step, fallbacks โ is real work.
What each tier actually includes
Focused internal tool โ $80Kโ$140K
This is where most teams should start. One specific workflow that's currently consuming a person's day, automated to the point of 10ร faster with human review at the end. No customer-facing UI. No payments. No multi-tenancy. Just a web app for your team.
Typical example: "Our ops team reads 200 customer emails a day and decides which go to support, which go to sales, which are complaints that need escalating. Build us an AI classifier with a review queue."
Realistic scope at this price:
- Single-tenant web app on your choice of stack (Laravel, Next.js, Rails, etc.)
- One LLM pipeline (classification, extraction, or summarisation)
- Human-in-the-loop review queue with override logging
- Authentication via your existing SSO or Google Workspace
- Admin dashboard: basic metrics, queue, exception handling
- 8โ12 weeks from kickoff to production
- Standard eval suite + cost dashboard
- 30-day post-launch warranty
If a quote for this kind of tool comes in under $50K, ask specifically: who's writing the evals, where does the cost ceiling live, and what happens the first time the model has a genuinely bad day. The answers will tell you whether you're buying a product or a prototype.
Production SaaS MVP โ $180Kโ$260K
This is the jump from "internal tool" to "thing we sell." Multi-tenant architecture, payments, self-serve sign-up, customer-facing dashboards.
Realistic scope:
- Multi-tenant database architecture with proper tenant isolation
- Stripe integration (subscriptions, trials, dunning, refunds)
- Email + SMS transactional flows
- Customer dashboard: their data, their usage, their billing
- Admin ops console: all tenants, support tools, usage analytics
- Authentication with magic links or password + 2FA
- Core AI pipeline with full eval suite
- Real observability (latency, cost-per-tenant, error rates, model drift)
- API for power users (optional)
- 16โ20 weeks to production with first paying users
At this tier, the big differentiator is the eval suite. Cheap quotes skip it. Evals are what let you roll out prompt changes without breaking paying customers. Without evals you're flying blind on every update.
End-to-end automated platform โ $420Kโ$600K
This is ClaimDone territory. A product that automates a complete business workflow end-to-end, with human review at the critical decision points.
Typical scope:
- Multi-agent AI pipelines (3โ5 specialised agents with orchestration)
- Retrieval-augmented generation over client-specific knowledge bases
- Human-in-the-loop review at every consequential step, with full audit logs
- Payment processing + identity verification + e-signature integrations
- Document generation (PDF, DOCX with proper merge fields)
- Customer dashboard with real-time workflow status
- Admin ops console: tenant management, billing, support impersonation, model performance per tenant
- Full observability stack: per-tenant cost ceilings, regression testing for prompt changes, live drift monitoring
- Three-phase fixed scope (discovery & prototype โ MVP โ scale) with go/no-go gates between phases
The three-phase structure matters. It means you're not committing to the full $500K on day one โ you commit to phase one (~$80K), decide whether to continue, then phase two (~$180K), decide again, then phase three (~$240K). Each phase has a go-live as its exit criterion, so even if you stop after phase one, you have a working focused internal tool.
Enterprise / regulated โ $600Kโ$1.8M
Banking, health, government-adjacent, insurance. Same build as end-to-end automated platform, plus:
- Formal security audit (SOC 2 Type 1 or IRAP-lite equivalent)
- APRA CPS 234 controls documented
- Privacy Impact Assessment and data-flow mapping
- Multi-region deployment (AU + EU + US) with per-region data residency
- SSO federation (Okta, Entra, Auth0 SCIM)
- Change-management framework with approval gates
- Disaster-recovery runbooks tested quarterly
- Dedicated account security contact
For regulated AI SaaS, the non-product work โ legal, security, audit โ typically adds 30โ50% on top of the end-to-end platform base.
What the cheap quotes are hiding
If someone is quoting you $40K for what a real team quotes $200K, something is being cut. In order of likelihood:
- No evals. You'll only find out how wrong the AI is from angry customers.
- No multi-tenancy. You'll need to rebuild the whole thing before you sign customer #2.
- No cost ceiling. First viral tenant spikes your OpenAI bill by 10ร.
- Offshore subcontracting with a local brand on the invoice. The 60% they save on labour is your 60% reduction in quality and response time.
- Lock-in platform. They've built it on a proprietary no-code platform that you can't leave without rebuilding from scratch.
- No admin console. Everything happens via direct database edits. First time the ops person resigns, so does your ability to operate the product.
- Page builders and Zapier stacks. Looks like a product; actually a brittle chain of integrations that breaks whenever a vendor changes their pricing page.
A well-scoped $200K AI SaaS is dramatically cheaper in total cost of ownership than a $40K one โ even if the signed number on the contract says otherwise.
Ongoing costs after launch
Once the product is live, you're paying for:
- Hosting: $150 โ $2,500 / month depending on traffic. Cloudways, Vercel, AWS, or the hyperscaler of your choice.
- LLM API costs: Highly variable. For a product with moderate AI usage, budget $0.50โ$3 per active customer per month at Claude/GPT class pricing. For heavy usage, much more.
- Third-party APIs: Stripe, Twilio, identity verification, document generation, email. Typically $200โ$1,500/month aggregate for a product with 100 active customers.
- Observability tools: Sentry, Grafana, Datadog. $50โ$500/month depending on scale.
- Care plan / maintenance: $1,500 โ $8,000/month with a development partner for updates, incidents, small features. Can you skip this? Only if you have in-house engineering.
For a healthy AI SaaS MVP with 100 customers, total operational cost typically lands $4Kโ$12K per month before your development retainer.
How we quote AI SaaS at Amora Digital
Every AI SaaS engagement we take is three phases with a decision gate between each:
- Phase 1 โ Discovery & prototype (4โ6 weeks, fixed): We interview your target users, build a working prototype of the core AI loop on real data, and give you a written plan. Fixed price. You can stop here and take the plan to another builder, or keep going with us.
- Phase 2 โ MVP (12โ16 weeks, fixed): Production-grade core product, first paying users, integrated payments, real eval suite, real observability. Fixed price. You can stop here with a live SaaS.
- Phase 3 โ Scale (ongoing, quarterly milestones): Feature expansion, compliance uplift, additional integrations. Month-to-month retainer between milestones.
You never sign up for $500K on day one. You commit to phase one, see how we work, and decide.
What you should ask before signing anything
Print this list. Ask it of every AI SaaS quote you get.
- Where do evals live? If the answer is "we test manually before each release," walk away.
- What's the cost-per-request under normal load, and what's the ceiling if a tenant uses it 100ร more than average? They should have actual numbers.
- What happens when the LLM has a bad day and hallucinates? There should be a specific answer about fallbacks, human review triggers, and incident response.
- Who owns the code, the hosting account, the OpenAI/Anthropic account? You should own all three. Always.
- If we stop working together mid-build, what's the clean exit? A real answer explains the handover package and the backwards-compatibility of what's been built so far.
- Who specifically will be writing the code on this project? Names, seniority, country. If the answer dodges any of those, there's a reason.
- What's included in post-launch support and for how long? 30, 60, 90 days warranty? Paid care plan after that?
Where to go from here
- See our AI SaaS service page for scope details.
- See ClaimDone for a live example of what we mean by "end-to-end automated platform."
- Have a napkin sketch that fits in 4 weeks? Look at the Rapid MVP Sprint โ from $24K fixed, shipped in 28 days.
- Ready for a real quote? Pitch us your idea โ we'll come back with a scope in writing inside a week.
Amora Digital is a founder-led, AI-first Australian studio. We quote fixed-scope, publish real prices, and never subcontract offshore.