Back to browse
GitHub Repository
1 starsPHP

Flapjack is an open source drop-in Algolia alternative

by stuart73547373·Feb 17, 2026·1 point·0 comments

AI Analysis

●●●BangerDark HorseSolve My Problem

Drop-in Algolia replacement for $0—instant migration with instantsearch.js compatibility.

Strengths
  • True Algolia API compatibility means zero client code changes; instantsearch.js works out-of-box
  • Single static binary removes deployment friction; data stays local and on-disk, addressing real cost pain ($2–4k/month Algolia bills)
  • Author solved concrete problem (campaign finance search 10M+ docs) proving viability at scale
Weaknesses
  • Beta status with minimal commit history suggests early stability concerns
  • No benchmarks against Meilisearch or Typesense for latency, indexing speed, or memory usage
Target Audience

Developers needing search on their own infrastructure, teams with high Algolia bills, open-source maintainers

Similar To

Algolia · Meilisearch · Typesense

Post Description

i started working on building a rust search engine on rocksdb in 2019 but got distracted by covid things and meanwhile saw the meilisearch and typesense projects release and take off

then last year i started working on building a free campaign finance web tool that i eventually wanted to be able to search 10+M docs, so i investigated current day usage-based search pricing on meilisearch and algolia, and found that it would still cost $thousands per month (around $2k MS, $4k Alg)

so with all the vibe hype (and tantivy) i thought i'd give rolling my own another shot so here we are

goal is complete algolia api compatibility so instantsearch.js woks out of the box. single-step algolia migration

super grateful for any feedback! thanks for checking it out

Similar Projects