[{"data":1,"prerenderedAt":158},["ShallowReactive",2],{"seo-verification":3,"blog-meilisearch-vs-typesense-en":6},{"google":4,"bing":5},"EycwPY2XMyTkVzas3n1ygeNJFGAH513qrMjfDljzsMQ","",{"id":7,"slug":8,"title":9,"excerpt":10,"readTime":11,"views":12,"isPinned":13,"publishedAt":14,"category":15,"categories":20,"featuredImage":22,"bgImage":23,"posterImage":24,"relatedSolution":25,"intro":28,"sections":29,"ctaTitle":110,"ctaBody":111,"ctaButton":112,"ctaUrl":113,"relatedPosts":114},101,"meilisearch-vs-typesense","Meilisearch vs Typesense: Which Self-Hosted Search Engine?","Meilisearch vs Typesense self-hosted: relevance, typo tolerance, facets, and memory usage compared for your search engine on a VPS.",7,337,false,"2026-03-11T00:00:00+00:00",{"id":16,"name":17,"slug":18,"color":19,"icon":18},5,"Comparison","comparatif","bg-info\u002F10 text-info",[21],{"id":16,"name":17,"slug":18,"color":19,"icon":18},null,"\u002Fblog\u002Fcovers\u002Fbg.svg","\u002Fblog\u002Fcovers\u002Fmeilisearch-vs-typesense-poster.svg",{"categorySlug":26,"appSlug":27},"bases-de-donnees","meilisearch","Adding instant search to your app without relying on a SaaS is possible with Meilisearch or Typesense. Two ultra-fast, developer-focused engines that self-host in a few minutes. Let's compare them.",[30,34,44,47,69,107],{"type":31,"title":32,"body":33},"h2","Why Self-Host Your Search Engine on a VPS","A dedicated search engine replaces slow `LIKE '%...%'` queries with instant search that is typo-tolerant and ranked by relevance. Self-hosting it on a VPS spares you the per-search or per-document billing of SaaS solutions and keeps your index (and therefore your customer data, your catalog) on your own infrastructure. Meilisearch and Typesense are designed for 'search-as-you-type': responses in a few milliseconds, a simple REST API, typo tolerance, and facets included. Meilisearch shines with its ease of use and default relevance quality; Typesense emphasizes raw performance, fine-grained ranking control, and high-availability clustering. Both keep the index in RAM, which directly sizes your VPS.",{"type":35,"title":36,"items":37},"ul","The Strengths of a Self-Hosted Search Engine",[38,39,40,41,42,43],"Instant search with typo tolerance, without coding the algorithm","No billing per indexed document or per query","Index and business data kept on your VPS","Facets, filters, and sorting to build rich catalog interfaces","A REST API and scoped keys for secure frontend-side use","Synonyms and relevance rules adjustable to your business vocabulary",{"type":31,"title":45,"body":46},"Prerequisites: RAM Above All","These engines keep the active index in memory: RAM is the critical resource. For a few tens of thousands of documents, 1 to 2 GB of RAM and 1 vCPU are enough. For hundreds of thousands to a few million documents with facets, aim for 4 GB and 2 vCPUs. An SSD disk speeds up persistence and reloading at startup. You'll need Docker and Compose, a subdomain (search.yourdomain.com) if you expose the API to the frontend, and a reverse proxy for TLS. Plan for a strong master key and search keys with limited scope so that you never expose the admin key on the browser side.",{"type":48,"title":49,"steps":50},"steps","Deploy Meilisearch (or Typesense) on a VPS",[51,54,57,60,63,66],{"title":52,"body":53},"Define the Docker Service","Declare `getmeili\u002Fmeilisearch` (or `typesense\u002Ftypesense`), mount a volume for index persistence, and pass the master key via an environment variable (`MEILI_MASTER_KEY` or `TYPESENSE_API_KEY`). Bind port `7700`\u002F`8108` locally only.",{"title":55,"body":56},"Launch and Check Health","Run `docker compose up -d`, then test `curl http:\u002F\u002F127.0.0.1:7700\u002Fhealth`. An `available` response confirms that the engine is ready to receive documents.",{"title":58,"body":59},"Create the Index and Feed in the Data","Send your documents as JSON through the API (POST to `\u002Findexes\u002Fproduits\u002Fdocuments`). Define the searchable, filterable, and sortable attributes; in a search engine, the declaration order of the searchable attributes directly influences relevance.",{"title":61,"body":62},"Expose the API Behind a Reverse Proxy","Proxy search.yourdomain.com to the local port with Caddy or Nginx for HTTPS. Enable CORS only toward your application domain so that only your frontend queries the engine.",{"title":64,"body":65},"Generate Scoped Keys","Create a key limited to search operations on a given index, to be used on the browser side. The master key must never leave the server or appear in the frontend code.",{"title":67,"body":68},"Sync with Your Database","Set up a job (webhook or scheduled task) that pushes creations and updates to the index on every database change, to keep search consistent with the source of truth.",{"type":70,"headers":71,"rows":75},"comparison",[72,73,74],"Criterion","Meilisearch","Typesense",[76,80,84,88,92,96,100,103],[77,78,79],"Getting started","Very simple, excellent default relevance","Simple, more explicit control",[81,82,83],"Typo tolerance","Native and tunable","Native, configurable per field",[85,86,87],"Ranking control","Ordered ranking rules","Very granular (per-field ranking, weights)",[89,90,91],"Facets \u002F filters","Complete","Complete and high-performance",[93,94,95],"High availability","Replication evolving","Built-in Raft clustering",[97,98,99],"Memory usage","Moderate","Optimized, often more frugal",[101,102,102],"Vector search","Supported",[104,105,106],"Language \u002F deployment","Rust, single binary","C++, single binary",{"type":108,"body":109},"tip","Before oversizing your VPS, only index the fields that are actually searchable. Storing a large, full HTML text in the index needlessly inflates RAM: index the title, the tags, and a summary, and keep the heavy content in the database, fetched after the click. You'll often cut the memory footprint by half or a third for identical relevance.","Instant Search on Your VPS","The ServOrbit Cloud VPS with a Docker template lets you deploy Meilisearch or Typesense with a reverse proxy and SSL, ready to index your catalog in a few minutes.","Deploy My Search Engine","\u002Fvps-cloud",[115,130,144],{"id":116,"slug":117,"title":118,"excerpt":119,"readTime":120,"views":121,"isPinned":13,"publishedAt":122,"category":123,"categories":124,"featuredImage":22,"bgImage":23,"posterImage":126,"relatedSolution":127},4,"coolify-vs-dokploy","Coolify vs Dokploy: which tool should you choose to deploy on your VPS?","A complete Coolify vs Dokploy comparison: features, simplicity, use cases. Which tool should you choose to host and deploy your applications on a VPS?",8,2600,"2026-06-07T00:00:00+00:00",{"id":16,"name":17,"slug":18,"color":19,"icon":18},[125],{"id":16,"name":17,"slug":18,"color":19,"icon":18},"\u002Fblog\u002Fcovers\u002Fcoolify-vs-dokploy-poster.svg",{"categorySlug":128,"appSlug":129},"deploiement","coolify",{"id":131,"slug":132,"title":133,"excerpt":134,"readTime":120,"views":135,"isPinned":13,"publishedAt":136,"category":137,"categories":138,"featuredImage":22,"bgImage":23,"posterImage":140,"relatedSolution":141},93,"n8n-vs-node-red","n8n vs Node-RED: which self-hosted automation tool to choose?","n8n or Node-RED to automate your workflows on a VPS? Technical comparison, Docker prerequisites and self-hosted deployment guide.",641,"2026-03-19T00:00:00+00:00",{"id":16,"name":17,"slug":18,"color":19,"icon":18},[139],{"id":16,"name":17,"slug":18,"color":19,"icon":18},"\u002Fblog\u002Fcovers\u002Fn8n-vs-node-red-poster.svg",{"categorySlug":142,"appSlug":143},"automatisation","n8n",{"id":145,"slug":146,"title":147,"excerpt":148,"readTime":149,"views":150,"isPinned":13,"publishedAt":151,"category":152,"categories":153,"featuredImage":22,"bgImage":23,"posterImage":155,"relatedSolution":156},94,"supabase-vs-appwrite","Supabase vs Appwrite: which self-hosted backend for your VPS?","Supabase or Appwrite self-hosted on a VPS? Backend comparison (auth, DB, storage), Docker prerequisites and complete deployment guide.",9,678,"2026-03-18T00:00:00+00:00",{"id":16,"name":17,"slug":18,"color":19,"icon":18},[154],{"id":16,"name":17,"slug":18,"color":19,"icon":18},"\u002Fblog\u002Fcovers\u002Fsupabase-vs-appwrite-poster.svg",{"categorySlug":26,"appSlug":157},"supabase",1785628454576]