Typesense
Open-source · self-hostable · replaces 2 SaaS tools on os-alt
typesense/typesense · alive · ★ 25.8k · last commit 1d ago · 800 open issues
License: GPL-3.0
Good fit for Teams that want Algolia parity including faceted search and federated queries with an InstantSearch-compatible adapter.
Weak at Cluster operations are still maturing vs Elasticsearch/OpenSearch; sharding model less flexible.
In a terminal? npx -y github:SolvoHQ/os-alt-cli algolia prints
the Algolia comparison table including Typesense.
how the CLI works →
Replaces these SaaS
- Algolia · Search-as-a-service
Algolia export → JSON → Typesense `POST /collections/{name}/documents/import` (JSONL). Typesense ships an Algolia-compatible adapter for InstantSearch that mostly works with widget code unchanged.
- Elastic Cloud · Managed search engine
Pull `typesense/typesense:0.27.0` and run with `--api-key`. Typesense ships with an Elasticsearch-shaped HTTP API (close enough that some Elasticsearch clients work with adapters). Migrate via bulk `POST /collections/{name}/documents/import` with Elasticsearch _source. Vector search and federated search built-in.
README badges for the SaaS this replaces
Maintainers and forks: drop a badge in your README to link readers from the SaaS-comparison page back to your repo.