Short map of published guides. Start with the Golden path for a linear first-hour setup, or Getting Started for concepts first.

GuidePurpose
Common mistakesEvidence-led pitfalls (symptom → wrong model → fix) with links back to canonical guides.
Getting startedMental model: what you configure, where sync and search live in the app.
Golden pathChecklist from mix.exs through first Scrypath.search/3 with inline sync.
Meilisearch operationsWhere Meilisearch runs, provisioning sketches, recovery paths, and footguns—through a Scrypath lens.
Phoenix walkthroughEnd-to-end Phoenix adoption: schema → context → controller → LiveView.
Phoenix contextsContext-owned search and sync boundaries.
Phoenix controllers and JSONJSON APIs and thin controller callers.
Phoenix LiveViewLiveView calling Scrypath.search/3 and related patterns.
Faceted search with Phoenix LiveViewFacets, filters, and catalog-style UIs.
Multi-index searchFederated / multi-index queries.
Sync modes and visibilityInline, Oban, and manual sync semantics and what “done” means.
Operator Mix tasksCLI entrypoints over Scrypath.* operator APIs.
Drift recoveryOperator path when DB and search disagree or work is stuck.
Relevance tuningMeilisearch settings, verification, and tuning from schema declarations.
Per-query tuning pipelineRequest-time Meilisearch search parameters vs index-time settings — canonical merge and mapping spec.

The runnable Phoenix example (Postgres + Meilisearch + Oban) lives under examples/phoenix_meilisearch/.