Typesense is an open-source typo-tolerant search engine and Algolia alternative. Compare its pricing, features, and self-hosted vs Cloud options.
Typesense is an open-source search engine built in C++ for speed, designed to deliver typo-tolerant, sub-50 millisecond search results with a simple, developer-friendly API. It was open-sourced in January 2017 by Kishore Nallan and Jason Bosco through their company Typesense, Inc.
It is commonly used as a self-hosted alternative to Algolia and Elasticsearch, and has expanded to support vector and hybrid search for AI-powered retrieval use cases alongside traditional keyword search.
Typesense handles typo tolerance, faceted filtering, sorting, and geo-search natively, using ranking signals like token overlap frequency and edit distance to surface relevant results even with misspelled queries.
Since adding vector search in 2023, Typesense supports hybrid keyword-plus-semantic search, making it usable for both classic site search and modern AI-assisted retrieval and RAG pipelines.
The self-hosted Typesense server is 100 percent free and open source under the GPL-3.0 license, with no feature restrictions for teams willing to run and manage their own infrastructure.
Typesense Cloud, the managed hosting option, has no free tier and bills based on dedicated cluster resources rather than search volume, with small production clusters starting at roughly 7 to 22 dollars per month depending on memory and CPU allocation, plus bandwidth charges.
Yes, the self-hosted Typesense engine is free and open source under the GPL-3.0 license; the managed Typesense Cloud service is paid.
Typesense was open-sourced in 2017 by Kishore Nallan and Jason Bosco through their company Typesense, Inc.
Yes, Typesense is commonly used as a self-hostable, open-source alternative to Algolia and Elasticsearch.
Yes, Typesense added vector search in 2023 to support semantic and hybrid keyword-plus-vector search.
Typesense Cloud pricing is based on cluster resources, with small clusters starting at roughly 7 to 22 dollars per month plus bandwidth.
Typesense is written in C++ for speed and low-latency in-memory search.
Yes, typo tolerance is a core built-in feature using edit-distance ranking.
Yes, Typesense is widely used for e-commerce product search, documentation search, and app search.