> ## Documentation Index
> Fetch the complete documentation index at: https://nikita-shkoda.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SearchEngine for Typesense

> Typesense Wrapper gem for Rails. Guides, API, CLI, DX, and operations.

<Warning>
  This project is not affiliated with <a href="https://typesense.org" target="_blank">Typesense</a>. It’s a wrapper around the <a href="https://github.com/typesense/typesense-ruby" target="_blank"><code>typesense</code> Ruby gem</a>.
</Warning>

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/projects/search-engine-for-typesense/v30/quickstart">
    Minimal setup and first query in minutes.
  </Card>

  <Card title="View on GitHub" icon="github" href="https://github.com/lstpsche/search-engine-for-typesense">
    Star the repo, open issues, and contribute.
  </Card>
</Columns>

## Explore the docs

<Columns cols={2}>
  <Card title="Guides" icon="book-open-cover" href="/projects/search-engine-for-typesense/v30/relation">
    Learn the Relation DSL, JOINs, selection, grouping, faceting, and more.
  </Card>

  <Card title="API" icon="code" href="/projects/search-engine-for-typesense/v30/client">
    Client, Relation, Schema, Indexer, Multi‑search, and Deletion.
  </Card>

  <Card title="CLI & DX" icon="terminal" href="/projects/search-engine-for-typesense/v30/cli">
    Doctor, schema lifecycle, indexing, and developer experience helpers.
  </Card>

  <Card title="Operations" icon="wrench" href="/projects/search-engine-for-typesense/v30/observability">
    Observability, debugging, testing, troubleshooting, schema/indexer E2E.
  </Card>
</Columns>
