Search
Built-in full-text search indexing and components.
Flame includes a built-in full-text search engine that indexes all documentation pages at build time. No external service required.
The search index is generated during bun run build and stored as a JSON file in the build output. The frontend search component performs client-side lookups against this index.
For Algolia DocSearch integration, see the Algolia guide.
Last updated Jul 4, 2026