II.
Tool JSON
Structured · livetool:typesense
Typesense json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:typesense",
"_kind": "Tool",
"_file": "domain/tools/tools-search-services.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Typesense",
"homepageUrl": "https://typesense.org",
"kind": "other",
"description": "Open-source, typo-tolerant search engine built for speed and simplicity.\nDesigned as a self-hostable Algolia alternative with vector search,\nfaceting, geo-search, and a clean JSON API.\n"
},
"outgoingEdges": [
{
"from": "tool:typesense",
"to": "skill-area:search-infrastructure",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:typesense",
"to": "skill-area:search-infrastructure",
"kind": "used_for"
},
{
"from": "tool:typesense",
"to": "tool:algolia",
"kind": "alternative_to",
"attributes": {
"comparison": "Search — Typesense is self-hostable; Algolia is managed SaaS"
}
},
{
"from": "tool:typesense",
"to": "tool:elasticsearch",
"kind": "alternative_to",
"attributes": {
"comparison": "Search engines — Typesense prioritises simplicity; Elasticsearch is full-featured"
}
},
{
"from": "tool:typesense",
"to": "tool:meilisearch",
"kind": "alternative_to",
"attributes": {
"comparison": "Lightweight search engines"
}
}
],
"incomingEdges": [
{
"from": "specialization:search-infrastructure",
"to": "tool:typesense",
"kind": "uses_tool"
},
{
"from": "tool:elasticsearch",
"to": "tool:typesense",
"kind": "alternative_to",
"attributes": {
"comparison": "Search engines — Elasticsearch is full-featured; Typesense prioritises simplicity"
}
},
{
"from": "tool:meilisearch",
"to": "tool:typesense",
"kind": "alternative_to",
"attributes": {
"comparison": "Lightweight search engines"
}
},
{
"from": "tool:algolia",
"to": "tool:typesense",
"kind": "alternative_to",
"attributes": {
"comparison": "Search APIs — Algolia is managed SaaS; Typesense is self-hostable"
}
}
]
}