KEEP IT

The value is the network, the data or the infrastructure. Keep paying.

Hosted search that sits in front of your own data. You push records to an index and it returns ranked, typo-tolerant results in a few milliseconds, with faceting, synonyms and per-query ranking rules configured from a dashboard rather than in code.

Promptfree, for everyone, and the only version there is
Do not rebuild Algolia. Add real search to my app, and make the ceiling a number rather than a feeling.

STACK
- SQLite FTS5 through better-sqlite3 to start
- Typesense in a container only once the benchmark below says so

THE INDEX
- An FTS5 virtual table over the searchable columns with a porter tokenizer
- Kept in sync by triggers, so an insert or update can never leave it stale
- A rebuild command that recreates it from the source tables in one transaction

RANKING
- bm25() with per-column weights: a title match must outrank a body match
- A recency or popularity boost applied as a multiplier, not as a sort key
- Ties broken deterministically, so the same query never reorders between runs

TYPOS
- FTS5 will not forgive a misspelling; add a trigram second pass, run only when the primary query returns too few rows
- Document the threshold that triggers it

RESULTS
- Highlighted snippets with snippet(), and faceted counts by category computed in the same query
- /api/search with a hard result cap, a query-length limit and a per-IP rate limit

THE CEILING
- A benchmark loading 100,000 rows and printing p50 and p95 latency
- Write the number in the README at which you should stop and move to a real engine

Include a README with that number, the trigger for the trigram pass and the rebuild command.

What you lose

  • Sub-50ms responses from a distributed search network, which is infrastructure and not an index
  • Typo tolerance, synonyms and language handling tuned across dozens of languages
  • Relevance controls a non-engineer can adjust without redeploying anything
  • Search analytics and A/B testing of ranking changes
  • Someone else keeping the index available while your own database is under load

If you would rather not build

  • SQLite FTS5 or Postgres full-text search, if the corpus is small

The escape hatch

open source · no votes, no paid placement

Typesense

$0

Typo-tolerant search server you run yourself, tuned by hand rather than through a dashboard.

typesense/typesensefree · open source

Meilisearch

$0

Search engine with instant results and faceting, built to be usable without a search specialist.

meilisearch/meilisearchfree · open source

Why this verdict

our own opinion · changed only by a person

30/100

Verdict no at 30: writing an index is easy, and being fast everywhere in the world is not. The prompt therefore gets you honest search on your own data and names the point at which you should stop and buy something.

History

tracked since 6 Aug 2026 · nothing is ever overwritten

Interest · last 30 days

Nothing recorded yet. This chart fills in once the page has visitors, votes or prompt copies — it will not draw a flat line to look busy.

Questions about Algolia

answered from the record above

Is Algolia free?

No headline monthly price: usage-based. Grow starts free and then charges $0.50 per additional 1,000 search requests, plus $0.40 per additional 1,000 records.

Can you replace Algolia by building your own?

KEEP IT. The value is the network, the data or the infrastructure. Keep paying. Replacement score 30 out of 100, build time longer than it saves. Read what you lose before you decide.

How much does Algolia cost?

Algolia has no public headline price. The tier we track is Grow.

What do you lose by replacing Algolia?

Sub-50ms responses from a distributed search network, which is infrastructure and not an index; Typo tolerance, synonyms and language handling tuned across dozens of languages; Relevance controls a non-engineer can adjust without redeploying anything; Search analytics and A/B testing of ranking changes; Someone else keeping the index available while your own database is under load. If any of those carry weight for you, keep paying.

Is there an open-source alternative to Algolia?

Yes: Typesense, Meilisearch. The prompt on this page is for when you want it your way instead.

Related entries

same category first, most replaced first

All 36 in Dev tools

Coming soon

Every week, something stops being worth paying for.

New verdicts, prices that moved, entries added. One email a week. Unsubscribe in one click.

free forever · no tracking pixel · every prompt stays free on the site

Esc