How to Add AI Search to Your Website in Minutes (No Code, No OpenAI Key)

Hybrid Search
AI Site Search

Add AI search to your website in minutes

Point the crawler at your site, get hybrid keyword + vector search and a RAG API, then plug it into your pages with a widget, a module or the REST API. No code, no OpenAI key, no servers.

Want to skip the reading? Try AI site search live, right now — a real index with real vectors, in your browser, free, no signup. It self-destructs after 3 days.

What "AI site search" actually means

Classic site search matches words. AI site search also understands meaning: a visitor typing "cheap way to run search without servers" should find your "managed hosting pricing" page even though none of those words appear on it. Opensolr does this with hybrid search: BM25 keyword matching fused with vector similarity, in one query, on one index. On top of that sits a RAG API that hands the best-matching passages to an LLM so you can answer questions, not just list links.

The three steps

Step 1
Crawl your website

Give the web crawler your homepage or sitemap. It fetches pages, PDFs and documents, extracts clean text, and indexes it. JSON, CSV or the ingestion API work too.

Step 2
Vectors are generated for you

Every document gets embeddings on Opensolr GPUs during indexing. No OpenAI key, no embedding pipeline to build, no per-token bill. Hybrid search is on by default.

Step 3
Put it on your site

Embed the search widget, install the WordPress plugin or Drupal module, or call the REST / RAG API from any stack.

Six ways to connect it

Your stackHow
Any websiteEmbeddable search widget: one script tag, hybrid search and facets included.
WordPress / WooCommerceWordPress Opensolr Search plugin from WordPress.org: replaces the default search, indexes posts, pages and products.
DrupalDrupal Opensolr Search module, or the Search API connector if you already use Search API.
Python / LangChainlangchain-opensolr vector store on PyPI: use your index as the retriever in any LangChain RAG chain.
AI agentsMCP server: Claude, Cursor or any MCP client can search your index as a tool.
Everything elseREST API: ingest, search, embed and RAG endpoints with scoped API keys.

What you get that a search box alone does not

Search analytics

What people search, what returns nothing, what they click.

Query elevation

Pin the right page to the top for the queries that matter to your business.

Search tuning

Field weights, synonyms, spellcheck and facets from the control panel, no redeploys.

Managed Apache Solr underneath

Backups, monitoring, replication and security handled for you. Open standard, no lock-in.

How much does AI site search cost?

Plans start at €12/month billed yearly, and every plan includes the crawler, hybrid vector search, the RAG API, analytics and the modules. There is no separate "AI add-on" and no per-token embedding bill. See pricing, or compare with Algolia and Elasticsearch.

See it work on real data before you sign up

Create a live index, push a URL or JSON, watch the vectors appear, and query it with keyword, vector and hybrid search side by side.

Try AI site search liveCreate a free account