Request a callbackBook a call
AI search engine

Build an AI search engine at $0

An answer engine: people ask a question and get a short answer with numbered sources, drawn from the web or from a corpus you choose, such as building codes or product catalogs. $0 to start, because every checkpoint is invoiced only after you have reviewed and accepted it.

One-click callback · AI search engine

Just your email. The product is filled in for you, and Neeraj replies within a day.

Launch-ready build
$22,500 to $45,500
Timeline
6 to 10 weeks
Running cost
$430 to $1,400 a month

What does an AI search engine look like?

One example of the finished product: the Joistline portal your team works in, and the Joistline website your customers see.

Example brand: Joistline

Desktop screenshot of the Joistline web portal, an example of a finished AI search engine: the answer page screen for Joistline. A question, a short answer with numbered citations, the source cards it drew on, and suggested follow-ups.
The portal. Answer page, the screen your team works in every day.
Full-page desktop screenshot of the Joistline website: a navigation bar, a hero with the headline 'Building code answers, with the source' and a Try it free button, feature cards for cited answers, your corpus plus the web, hybrid search and reranking and follow-up questions, a three-step how it works section (a question comes in, it searches two places, it picks the best passages), pricing plans, an FAQ and a footer.
The website. The full page a visitor sees, top to bottom.

What is an AI search engine?

An AI search engine answers a question instead of returning ten links. It searches the web or your own index, reads the best pages, writes a short answer in which every claim cites a source, and suggests follow-up questions. The citations are the product: they let readers check the answer in one click.

General answer engines already exist, so the opportunity is vertical: search over a body of knowledge the big engines index poorly or cannot reach, with sources your users trust. Think building codes for contractors, regulations for compliance teams, clinical guidelines for clinicians, parts catalogs for engineers, or your own publication's archive. Professionals pay for answers they can cite in their own work.

You can build it as a subscription product, as search inside your own site or app, or as an internal tool. This page prices a public answer engine for one vertical: your own index of chosen sources plus live web results for freshness, cited answers, follow-ups, caching, accounts and a paid plan.

Searcher

A direct answer with numbered sources in seconds, follow-up questions that keep the context, and the full source one click away.

Editor or domain lead

Control over which sources are indexed and trusted, and a weekly list of questions the engine answered poorly or could not answer.

Owner

Subscriptions, cost per answer by model, cache hit rate, and the questions your audience keeps asking.

What features does an AI search engine need?

An AI search engine needs 8 core features: cited answers, your corpus plus the web, hybrid search and reranking, follow-up questions, source controls, answers from cache, accounts and a paid plan and answer quality tracking.

Cited answers

Every sentence that states a fact links to the passage it came from, and the answer says so when sources disagree or nothing reliable was found.

Your corpus plus the web

A crawl of the sources you choose, refreshed on a schedule, combined with live results from a web search API when a question needs today's information.

Hybrid search and reranking

Keyword and vector search find candidates, then a reranker picks the handful of passages the answer is written from.

Follow-up questions

Users ask 'what about spiral stairs?' and the engine rewrites it into a full query using the conversation so far.

Source controls

Allow, block or boost domains and publications, so a blog post never outranks the regulation it summarizes.

Answers from cache

Popular questions are served from a cache keyed to the version of the sources, which cuts cost and waiting without serving stale answers.

Accounts and a paid plan

Free searches to start and a subscription for heavy users, with saved threads and answers they can export.

Answer quality tracking

A test set of real questions with checked answers runs on every change, and thumbs-down answers are reviewed weekly.

What screens does an AI search engine have?

It is built around 3 screens: answer page, source view and weekly numbers.

  1. 1Answer pageA question, a short answer with numbered citations, the source cards it drew on, and suggested follow-ups.
  2. 2Source viewThe cited passage highlighted in the original document, with its section number and last update.
  3. 3Weekly numbersAnswers served, cache hit rate, cost per answer and the share of answers rated down.

How does an AI search engine work?

End to end, in 5 steps: a question comes in, it searches two places, it picks the best passages, it writes and checks the answer and it keeps the thread.

  1. 1

    A question comes in

    The engine checks the cache first, keyed to the question and the current version of the sources. A hit comes back at once.

  2. 2

    It searches two places

    A rewritten query runs against your own index with keyword and vector search and, when the question needs fresh information, against a web search API such as Brave, Exa or Tavily.

  3. 3

    It picks the best passages

    Dozens of candidates are reranked, filtered by your source rules and dates, and cut down to the few passages the answer will be written from.

  4. 4

    It writes and checks the answer

    A fast model writes a short answer that cites a passage for every claim. Citations are checked against the passages in code, and unsupported sentences are removed or flagged.

  5. 5

    It keeps the thread

    The answer streams to the user with source cards and suggested follow-ups. A follow-up is rewritten into a full question using the conversation, and the loop starts again.

What is the architecture and tech stack of an AI search engine?

It has 8 layers: web results (Brave Search API, Exa or Tavily), your index (OpenSearch or Elasticsearch with BM25 and vectors, or Postgres with pgvector for a smaller corpus), crawling (Scrapy or Firecrawl on a schedule), reranking (Cohere Rerank), answer model (Gemini 3.7 Flash, with Claude Sonnet 5 for hard questions), cache (Redis), app and billing (Next.js on Vercel, Stripe Billing) and quality (Golden question set, Langfuse traces, thumbs up and down). The diagram shows how a request moves through them.

Architecture
AI search engine: from question to cited answerquestionlookupon a misscrawlchunkshybrid searchfresh resultscandidatestop passagesdraft answer
Searcherasks and follows up
Answer appNext.js, streamed answers
Answer cacheRedis, keyed to source versions
Your sourcessites, PDFs, feeds you pick
Retrievalquery rewrite, source rules
RerankerCohere Rerank
Answer modelGemini 3.7 Flash, Sonnet 5
Crawlerscheduled, Scrapy or Firecrawl
Search indexOpenSearch, BM25 + vectors
Web search APIBrave, Exa or Tavily
Citation checkeach claim matched to a passage
Violet boxes are the engine you own, teal boxes are models, index and cache, grey is the person searching, and plain boxes are the sources and search API it draws on.
LayerWhat we useWhy
Web resultsBrave Search API, Exa or TavilySearch results by API under the provider's terms instead of scraping a search engine; choose by coverage, freshness and price per query.
Your indexOpenSearch or Elasticsearch with BM25 and vectors, or Postgres with pgvector for a smaller corpusExact terms like section numbers need keyword search, and paraphrased questions need vectors, so you want both.
CrawlingScrapy or Firecrawl on a scheduleYour sources refreshed on their own cadence, with robots.txt respected and every page versioned.
RerankingCohere RerankChoosing the best few passages from dozens costs less and reads better than stuffing twenty into the prompt.
Answer modelGemini 3.7 Flash, with Claude Sonnet 5 for hard questionsFast and cheap on most questions, with a stronger model only when the router sees a complex one.
CacheRedisRepeat questions come back quickly and cost nothing, as long as the key includes the version of the sources used.
App and billingNext.js on Vercel, Stripe BillingStreamed answers, accounts, saved threads and a subscription plan.
QualityGolden question set, Langfuse traces, thumbs up and downAnswer quality is measured on every change, not guessed from a demo.

How much does it cost to build an AI search engine?

A launch-ready AI search engine costs $22,500 to $45,500 to build and takes 6 to 10 weeks. A clickable demo costs $2,700 to $5,500 (2 to 4 weeks), and running it costs $430 to $1,400 a month at the usage below. You start at $0 and pay per checkpoint you accept.

Priced with the same model as our AI product cost estimator, from the features above. Your price is fixed in writing after a 20-minute call, before any work starts.

VersionBuild costTimelineWhat it is
Clickable demo$2,700 to $5,5002 to 4 weeksClickable and real where it matters, on test data. Built to show users and investors, not to carry production traffic, so compliance work starts at launch.
Launch-ready$22,500 to $45,5006 to 10 weeksProduction architecture, tests on the risky paths, monitoring, and a handover your team can run.
Enterprise-grade$29,000 to $59,0007 to 12 weeksLoad tested, highly available, audited and documented for a larger team.

What it costs to run

About 5,000 monthly users asking around 15 questions each, answered by Gemini 3.7 Flash, plus hosting; web search API fees are billed per query on top.

LinePer monthAssumes
Hosting and database$120 to $320Vercel + managed services, sized for 5,000 monthly users
Model usage$270 to $680Gemini 3.7 Flash, 15 requests per user a month
Email, monitoring, analytics$40 to $390Free tiers cover most products at launch
Total$430 to $1,400List prices, before any volume discount

Build at $0: how you pay

$0 is when you pay, not what you pay. The launch-ready build is split into checkpoints with acceptance criteria agreed before work starts, and each one is invoiced only after you have seen it and accepted it.

  1. 1Scope and acceptance criteriaBefore work startsA call, then a written plan: every checkpoint with acceptance criteria you agree to before work starts.$0
  2. 2Architecture and first flowBy week 2Data model, service boundaries and one real flow working end to end.$4,500 to $9,000
  3. 3Core productBy week 5The main flows on production architecture, with a demo at the end of every week.$7,000 to $13,500
  4. 4AI on your real dataBy week 8Models, agents or voice working on real inputs, with evals and guardrails in place.$7,000 to $13,500
  5. 5Launch and handoverBy week 10Deployed on your accounts and documented, with 30 days of defect correction included.$4,500 to $9,000
Free toolOpen this AI search engine in the cost estimatorEvery feature above is preselected. Add or remove any of them and watch the cost, the timeline and the running cost move.

What can you add to an AI search engine after launch?

The additions most teams make next: an API for your answers, private documents for teams, deep research mode and alerts on new sources.

An API for your answers

Sell cited answers to other products through an API with keys, rate limits and usage billing.

Private documents for teams

Paying teams upload their own files and search them alongside the public corpus, with permissions kept separate.

Deep research mode

For hard questions, an agent runs several searches in sequence and writes a longer, fully cited report.

Alerts on new sources

Users follow a topic and get a summary when a new regulation, filing or document appears.

What are the risks when building an AI search engine?

Three things decide whether it works in production: rights to what you index, confident answers from weak sources and advice in regulated fields.

Rights to what you index

Respect robots.txt and each publisher's terms, prefer licensed feeds and search APIs over scraping, and show short quoted passages with links rather than republishing whole articles.

Confident answers from weak sources

Rank official and primary sources above commentary, show a date on every citation, check each claim against its passage, and let the engine say it found no reliable answer.

Advice in regulated fields

In legal, medical or financial verticals, answers can read as professional advice. Label the product as information, keep sources prominent, and have a qualified person review the test set before launch.

How you pay

Get your AI search engine built at $0.

That is not a discount. It is when you pay. The work is split into checkpoints with acceptance criteria written down before anything starts, and each checkpoint is invoiced only after you have seen it and accepted it. No deposit.

$0 to start
You hold every dollar until a checkpoint is delivered and you accept it. No approval, no invoice.
Fixed cost, unlimited features
Or hire the team outright: one fixed monthly cost, unlimited feature development, any stack.
The engineer takes your call
The person on your first call is the one who architects and writes it. No account managers, no bench time.

A US agency quotes $50,000 to $150,000 for the same build and asks for 40 to 50% of it before a line is written. Account managers, project managers, sales commission and bench time. None of it appears in your product.

FAQ

Common questions.

Straight answers. If yours isn't here, ask on a 20-minute call.

How much does it cost to build an AI search engine?+

An answer engine for one vertical, with your own index, live web results, reranking, cited answers, follow-ups, caching, accounts and a subscription plan, costs $22,500 to $45,500 and takes 6 to 10 weeks. A demo answering questions over a sample of your sources costs $2,700 to $5,500. You approve each checkpoint before it is billed, so starting costs nothing.

What does an AI search engine cost to run?+

At 5,000 monthly users asking about 15 questions each, it costs $430 to $1,400 a month in model calls, hosting and monitoring. Web search API fees come on top and depend on the provider and on how many questions need live results. Caching repeat questions and answering with a fast model keep the cost per answer low.

Can I build a Perplexity clone?+

You can build the same kind of product: search, read, answer with citations, follow up. Competing head on with a general web engine is hard, because index coverage and brand are the moat. A vertical engine wins on sources the general engines miss, on trust in those sources, and on features made for one profession.

Should we use a hosted AI search product instead?+

Hosted site-search products with AI answers are the right choice for searching your own website or help center. Build when the corpus is large and specialist, when you need control over which sources are trusted and how answers are written, or when the answer engine is itself the product you sell.

How long does it take to build?+

6 to 10 weeks for the launch-ready version. Crawling and cleaning the sources, and building a test set of real questions with checked answers, take longer than the answer page itself. A demo over a sample of your sources takes 2 to 4 weeks, which is usually enough to judge whether the answers are good.

Ready to talk numbers?

Twenty minutes, straight to the engineer. No sales rep, no deck.