Skip to main content
Phase 6.5 — Design system, dark mode, command palette
- Self-hosted Inter Variable + JetBrains Mono Variable fonts
- Light + dark themes with system-default + persistence
- New sidebar shell for logged-in users (replaces top nav)
- Command palette (Cmd/Ctrl+K) with keyboard shortcuts
- Marketing site, pricing, docs, blog, changelog, status, about, security, terms, privacy
- Algolia-style information design (count badges, schema pills, per-signal scores)
Reranking & per-signal scores
- BGE-reranker-v2-m3 rerank stage in the search pipeline
- Per-signal score breakdown in the search playground
- Live weight sliders with debounced re-fetch
Hybrid search
- FTS5 + sqlite-vec + graph retrievers
- Reciprocal Rank Fusion combiner
- Filter DSL for
metadata.* filters
- OpenAPI 3.1 spec
Embedding pipeline
- BGE-M3 embedder sidecar + IndexDocumentJob
- ReindexCollectionJob for bulk import
- Entity extraction from structured metadata
Initial release
- Rails 8 app in Docker Compose
- SQLite with FTS5 and sqlite-vec
- Rails 8 authentication, Account model, API keys