AI Chatbot Development Cost: What It Really Costs in 2026
A custom chatbot or AI assistant costs $8,000 to $22,000 for a scoped single-channel build (4 to 7 weeks), $25,000 to $70,000 for a production assistant wired into your real systems (3 to 5 months), and $80,000 to $250,000+ for regulated, multi-channel or voice-enabled deployments (6 to 12 months).
On this page
A custom chatbot or AI assistant costs $8,000 to $22,000 for a scoped single-channel build (4 to 7 weeks), $25,000 to $70,000 for a production assistant wired into your real systems (3 to 5 months), and $80,000 to $250,000+ for regulated, multi-channel or voice-enabled deployments (6 to 12 months). Most mid-market buyers land between $45,000 and $85,000. The number moves on integration count, compliance scope and the accuracy bar you set. Model choice barely touches it.
What a custom chatbot or AI assistant actually costs
Across 2,000+ projects at Digital Heroes, chatbot and assistant work sorts cleanly into three bands. The bands are set by how much of your business the assistant has to touch, not by the model behind it.
Tier 1: $8,000 to $22,000. Timeline 4 to 7 weeks. One channel, usually a web widget. One knowledge source, typically your docs, help centre or a few hundred PDFs. Retrieval over that content, a decent system prompt, guardrails against off-topic answers, and an email or ticket handoff when the bot is stuck. Roles: one senior engineer part-time, one conversation designer for two weeks, light QA. What falls OUT at this tier, and this is where cheap builds hurt: no write-backs into your CRM (Customer Relationship Management) or booking system, so the bot can answer but cannot do anything. No admin console, so every prompt or knowledge change comes back to the vendor as billable work. No evaluation harness, so nobody can prove accuracy beyond vibes. No multilingual. No mobile or WhatsApp. No analytics past raw transcript dumps. Tier 1 is a good answer engine and a bad employee.
Tier 2: $25,000 to $70,000. Timeline 3 to 5 months. This is the honest middle and where most serious buyers land. Two or three channels (web, in-app, WhatsApp or Slack). Three to six integrations, at least two of them read AND write, so the assistant books, updates, refunds or escalates instead of just talking. A retrieval pipeline over messy internal data with a real cleanup pass. An evaluation set of 150 to 400 graded questions so you can measure regression before every release. An admin console your ops team uses to edit prompts and knowledge without a ticket. Human handoff with full context. Roles: tech lead, two engineers, conversation designer, QA, part-time PM.
Tier 3: $80,000 to $250,000+. Timeline 6 to 12 months. Regulated data (health, finance, legal), or voice, or eight-plus integrations, or a multi-tenant assistant you resell to your own customers. Add security review, audit logging on every model call, PII redaction, role-based answers where a rep and a customer asking the same question get different responses, and a fallback path when the model provider has an outage. Roles expand to include a solutions architect, a security engineer and a data engineer.
What actually drives the number
Six variables move a chatbot quote more than everything else combined. Ask any vendor to price these explicitly.
1. Integration count and direction. $2,500 to $6,000 per read-only integration, $5,000 to $12,000 per read-write integration. Reading from a documented REST API is a week. Writing into a 2014 on-prem system with no sandbox, no docs and a rate limit is a month. A five-integration assistant carries $20,000 to $45,000 of pure integration work before a single conversation is designed. This is the single biggest line item in most builds.
2. Data preparation. $3,000 to $18,000. Nobody's knowledge base is ready. Scanned PDFs, conflicting policy docs, three versions of the pricing sheet. In every assistant we have shipped, content cleanup moved answer quality more than model choice did, and cleaning 2,000 documents is real labour. If a quote has no data prep line, the vendor is planning to dump raw files into a vector store and hope.
3. Compliance and security. Adds 18 to 35 percent to the whole build. HIPAA, SOC 2 alignment, GDPR data residency or financial audit requirements add PII redaction, encrypted logging, data processing agreements, access controls and a penetration test. On an $80,000 build that is $14,000 to $28,000. It is not optional and it is not a checkbox at the end.
4. Channels. $4,000 to $12,000 per additional text channel, $15,000 to $40,000 for voice. Web plus mobile is not one build with a different skin: session handling, auth, push and app store review are separate work. Voice is a different animal entirely, with speech-to-text, barge-in handling, latency budgets under 800ms and telephony infrastructure.
5. Accuracy bar and evaluation. $6,000 to $25,000. "Good enough for internal FAQ" and "safe enough to quote prices to customers" are different projects. The second one needs a graded test set, adversarial testing, confidence thresholds, refusal behaviour and a human escalation path. Skipping this saves $15,000 and costs you the first time the bot invents a refund policy.
6. Design depth. $2,000 to $20,000. A templated widget is $2,000. Branded UI with custom components, rich cards, file upload, typing states and full accessibility work is $9,000 to $20,000. Conversation design, meaning the actual scripting of failure paths and clarifying questions, is another $4,000 to $9,000 and is the difference between an assistant people use twice and one they use daily.
A worked example: support and booking assistant, 40-location services company
Real shape of a Tier 2 build that ran slightly hot. Web widget plus WhatsApp, answers service questions from 1,900 internal documents, books and reschedules jobs in the CRM, hands off to a human with context.
- Discovery, intent mapping, conversation design: $4,800
- Knowledge ingestion and cleanup, 1,900 documents: $7,200
- Retrieval pipeline, chunking strategy, evaluation harness: $11,500
- Core chat backend, orchestration, guardrails, refusal logic: $13,000
- CRM integration, read and write: $5,400
- Scheduling system integration: $4,800
- Ticketing handoff with transcript context: $3,200
- Branded web widget, accessible, responsive: $6,500
- WhatsApp channel: $4,200
- Admin console: prompt editing, knowledge updates, analytics: $8,000
- Evaluation set of 280 questions, red-teaming, UAT: $5,600
- Deployment, infrastructure as code, monitoring, alerting: $4,300
Subtotal: $78,500. Project management and cross-team QA at 10 percent: $7,850. Quoted total: $86,350, delivered in 19 weeks with an $8,600 contingency reserve that got half spent when the scheduling vendor's API turned out to have no sandbox. That build sits at the top of Tier 2. Strip WhatsApp ($4,200), the admin console ($8,000) and the evaluation work ($5,600) and the same assistant quotes at $66,770, and you pay most of that $19,580 back within a year in vendor tickets and bad answers.
The ongoing costs nobody puts in the quote
Model inference. Do the arithmetic yourself. Take conversations per month, multiply by turns per conversation, multiply by tokens per turn. A retrieval-heavy assistant sends roughly 3,000 to 5,000 input tokens per turn because it is stuffing retrieved documents into context. At 25,000 conversations a month and 8 turns each, that is around 800 million input tokens. Providers publish per-million-token rates, and those published rates differ by roughly an order of magnitude between a small model and a frontier one. For that same traffic it works out at a few hundred dollars a month on a small model and around $3,000 to $3,500 on a frontier model. Prototype on the expensive model, ship on the cheap one for routing and the expensive one only for hard turns.
Infrastructure and third-party services. Hosting, vector database, queueing and logging run $150 to $900 a month at this scale. Observability and evaluation tooling adds $100 to $600. WhatsApp and telephony are per-message or per-minute pass-through and go straight onto your bill.
Maintenance at 15 to 20 percent of build cost per year. On the $86,350 example, $13,000 to $17,300 annually. That is not padding. Model versions get deprecated, your CRM ships a breaking API change, retrieval quality drifts as content grows, and someone has to watch the failure transcripts weekly.
Year one change requests: budget 20 to 40 percent of build. This one gets ignored and it is the most predictable cost in the project. The business will ask for things. Once the assistant works, sales wants it on the pricing page, ops wants a new intent, someone wants Spanish. On an $86,350 build, reserve $17,300 to $34,500 for year one. If you do not reserve it, you will spend it anyway and it will feel like a failure instead of a plan.
How to not get burned on price
The cheapest quote is usually the most expensive outcome, because it is cheap for a boring reason: it is incomplete. A $19,000 quote against a $70,000 scope has silently removed data cleanup, write integrations, evaluation and the admin console. You discover this in month three, and the change orders to add them back cost 1.4 to 1.8 times what including them upfront would have, because retrofitting write access and audit logging into an assistant that was built read-only means rework, not addition. We have rebuilt enough of these to say it plainly: rescuing a failed cheap build costs 60 to 90 percent of a fresh build, and you paid for the first one.
What a change request should cost. Blended senior rates for this work run $85 to $150 an hour depending on region and seniority. A typical in-flight change (a new intent, an extra field written to the CRM, a copy and tone pass) is 6 to 16 hours, so $500 to $2,400. If your vendor quotes $9,000 for a new intent, either the architecture is wrong or the relationship is.
Contract terms that protect the number. Fixed scope with a written, itemised scope document, not a proposal paragraph. IP assignment on payment, in writing, covering prompts, evaluation sets and fine-tuning data, not just code. Source code in your repository from week one, not delivered at the end. Model and vendor keys in your accounts, so switching providers is a config change and not a hostage negotiation. A named change request rate agreed before kickoff. A 10 percent contingency line you both acknowledge exists.
How to brief a vendor so the quotes come back comparable
Most quote variance is brief variance. Two vendors pricing the same vague paragraph will differ by 3x because they are pricing different projects. Send every vendor the same one-page brief with these six answers and the spread we see tightens to about 25 percent, which is the real difference between them.
One: the exact list of systems the assistant must read from and write to, named, with a note on whether each has a documented API and a sandbox. Two: expected conversations per month and peak concurrency. Three: channels, named, ranked, with which are phase one. Four: your data. How many documents, what format, who owns them, how often they change. Five: your compliance reality, stated up front, including any data residency requirement. Six: what "working" means, written as three example conversations that must succeed and two that must be refused or escalated.
Then ask every vendor for the same three things back: a line-item breakdown, not a single number. A named team with named roles and hours. And their assumed change request rate. Any vendor who will not itemise is guessing, and you find out which parts they guessed wrong when it is too late to matter.
If you would rather scope this before committing budget, Digital Heroes starts every engagement with a signed specification covering the data model, permissions and acceptance criteria, which is what keeps a fixed price fixed. You can take that specification to any other firm on your shortlist.
The evidence behind this guide
Independent findings on why this investment pays off. Every link goes to the primary source.
- McKinsey argues software developer productivity can be measured by combining system-level metrics (DORA and SPACE) with its own outcome-oriented approach, which it reports deploying across nearly 20 tech, finance, and pharmaceutical companies - a claim that sparked significant debate in the engineering community. Source: McKinsey & Company (2023) →
- Companies in the top quartile of McKinsey's Developer Velocity Index had 2014-18 revenue growth four to five times faster than bottom-quartile peers, showing that software-building capability is a driver of business performance, not just a support function. Source: McKinsey & Company (2020) →
- Gartner estimates RPA can eliminate up to 25,000 hours of avoidable rework caused by human errors in the finance function each year, equating to savings of roughly $878,000 for an organization with 40 full-time accounting staff (based on interviews with more than 150 corporate controllers and chief accounting officers). Source: Gartner (2019) →
- SaaS spend averaged $4,830 per employee (up 21.9% year over year), with large enterprises (10,000+ employees) spending roughly $284M annually and running about 660 apps, while organizations wasted an average of $21M annually on unused licenses. Source: Zylo (2025) →
Frequently asked questions
How much does it cost to build a custom AI chatbot?
Between $8,000 and $250,000+ depending on scope. A single-channel assistant answering questions from your documentation is $8,000 to $22,000. A production assistant with three to six integrations, multiple channels and an admin console is $25,000 to $70,000. Regulated, voice-enabled or multi-tenant builds start at $80,000. Most mid-market buyers land between $45,000 and $85,000.
Why do chatbot quotes vary so much for the same project?
Because vendors are pricing different projects from the same vague brief. A cheap quote has usually removed data cleanup, write-access integrations, evaluation testing and the admin console, which together are 40 to 55 percent of a real build. Send every vendor an identical brief listing named systems, document counts, channels and compliance requirements, and demand line-item breakdowns. The spread we see drops to roughly 25 percent.
What does $50,000 buy in a chatbot build?
A production assistant on two channels with three or four integrations, at least two of them read-write so the bot can actually book, update or escalate rather than just answer. It includes real data cleanup, a retrieval pipeline, an evaluation set of a couple hundred graded questions, human handoff with context and a basic admin console. It does not include voice, deep compliance work, mobile apps or more than two languages.
Can I build a chatbot cheaper offshore?
Yes, blended rates of $85 to $150 an hour cover most of that spread, and plenty of offshore teams deliver excellent work. The savings evaporate when the scope is underspecified, because rework and change orders are where offshore builds bleed. Judge on the itemised breakdown and the evaluation plan, not the hourly rate. A cheap team with a written scope beats an expensive team with a paragraph.
What are the ongoing costs of running an AI chatbot?
Model inference runs from a few hundred dollars a month on a small model to around $3,500 on a frontier model at 25,000 conversations, driven almost entirely by which model you route to. Hosting, vector database and logging add $150 to $900 a month, plus $100 to $600 for observability. Maintenance runs 15 to 20 percent of build cost per year, so $13,000 to $17,300 on an $86,350 build. Budget another 20 to 40 percent of build for year one change requests.
How long does it take to build a custom AI assistant?
Four to seven weeks for a single-channel assistant over one knowledge source. Three to five months for a production build with multiple integrations, channels and an admin console. Six to twelve months for regulated, voice or multi-tenant deployments. Integration discovery is the usual schedule killer, especially when a system turns out to have no sandbox environment.
Why is the cheapest chatbot quote usually the most expensive?
It is cheap because it is incomplete, not because the vendor is efficient. Adding write integrations, audit logging or an evaluation harness to an assistant that was architected without them is rework, and change orders cost 1.4 to 1.8 times what including them upfront would have. Rescuing a failed cheap build costs 60 to 90 percent of a fresh build, on top of what you already paid.
What should a chatbot change request cost?
A typical in-flight change such as a new intent, an extra CRM field, or a tone and copy pass is 6 to 16 hours of work, so $500 to $2,400 at normal senior rates of $85 to $150 an hour. Agree the blended change request rate in the contract before kickoff. If a vendor quotes $9,000 for a single new intent, the architecture is wrong or the relationship is.
Which contract terms protect a chatbot budget?
Fixed scope backed by an itemised scope document rather than a proposal paragraph. IP assignment on payment covering prompts, evaluation sets and training data, not just source code. Source in your repository from week one. Model provider keys in your own accounts so switching vendors is a config change. A named change request rate and an acknowledged 10 percent contingency line.
Does it matter which tech stack the agency wants to use?
Yes, but not in the way most buyers expect: the goal is boring, popular technology such as React, Node.js or Python, and PostgreSQL, because any future team can maintain it and hiring a replacement developer takes days, not months. The red flag is an agency-proprietary framework or an unusual language, which welds you to that one vendor no matter what your contract says about code ownership. A useful test: could you find three freelancers fluent in this stack within a week? If not, push back.
What happens if I stop paying for maintenance after launch?
Nothing breaks on day one, which is what makes it dangerous. Within 6 to 18 months, unpatched dependencies accumulate known vulnerabilities, an integrated API like Stripe ships a breaking change, and the first fix requires a developer to relearn a stale codebase at full price. Budget 15 to 20% of the build cost per year for upkeep; it is the difference between a $500 patch and a $15,000 emergency.
Does the tech stack matter, and which one should I ask for?
It matters less than agencies imply, provided it is boring. A mainstream stack, something like React or Next.js on the front end, Node.js or Python behind it, and PostgreSQL for data, means thousands of developers can maintain your system if you ever change vendors. Apply one test: ask how hard it would be to hire a replacement developer for the proposed stack, and walk away from anything built on an agency's in-house framework.
What are the biggest mistakes first-time software buyers make?
Choosing the lowest bid, paying more than 30-40% upfront instead of on milestones, skipping a written specification, and having no maintenance plan for after launch. The most expensive of the four in Digital Heroes rescue projects is the missing spec: without written acceptance criteria, done becomes an argument instead of a checklist, and every disagreement resolves in the vendor's favor. Fix those four and you have avoided most of the ways these projects fail.
How do I work out whether custom software will pay for itself?
Do the arithmetic on hours before anything else: if the system saves three staff eight hours a week at a $35 loaded hourly cost, that is about $43,700 a year against, say, a $70,000 build plus 15 to 20% annual maintenance, a payback around two years. Add revenue effects only if you can name them specifically, like faster quotes or fewer abandoned orders, not as vague growth. In our delivery experience the businesses that see payback inside 24 months are the ones automating a process they already measure.
How do I make sure custom software is secure and compliant with rules like HIPAA?
Start with the baseline every business system should have: encryption in transit and at rest, role-based access control, and audit logs. If HIPAA applies, the hosting provider must sign a Business Associate Agreement, which AWS, Azure, and Google Cloud all offer, and access controls have to be designed in from day one, not bolted on. SOC 2 certifies a company's operating practices, not a codebase, so ask vendors what they have shipped in your regulated domain rather than which logos are on their website.
We run everything on Airtable and spreadsheets. When is it time to go custom?
The switch usually makes sense when you hit one of two walls: Airtable's record caps (125,000 records per base on the Business plan) or logic the tool cannot express, like multi-step approvals with conditional pricing. There is also a simple cost signal: 25 people on Business at roughly $45 per seat per month is about $13,500 a year, forever, for a tool you are already fighting. Custom is worth it when the workflow is core to how you make money; for peripheral processes, staying on Airtable is the right call.
If an agency builds my software, who actually owns the code?
You should own everything, assigned in writing: the contract transfers full IP to you on final payment, the code lives in your GitHub organization, and hosting runs in cloud accounts you control. The red flag is a proposal that mentions the agency's proprietary platform or framework, which usually means you are renting, not buying. Digital Heroes structures every build this way precisely so a client can fire us and lose nothing but the relationship.
Who can build a custom software system?
Digital Heroes builds custom software systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.
Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.
What makes Digital Heroes different from other software companies?
Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.
Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.
How can I check Digital Heroes is legitimate before getting in touch?
Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.
Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.
Related guides
Published · Last updated .