Smart Launcher
The ⌘K experience, done right
Sub-millisecond intent detection. Adaptive ranking that learns your patterns. Drop it into any app.
Navigation Hell
Most apps bury features in nested menus. Users click through 4-5 levels to find something they could type in 3 words.
Intent Detection in <1ms
FST-based parsing understands what users want before they finish typing. No ML inference, no API calls. Just fast deterministic parsing.
"show overdue invoices"Intent::Search {
entity: Invoice,
filters: [overdue]
}Search That Learns
Six ranking signals adapt to how you actually use the app. Frecency, role context, session state. Gets smarter the more you use it.
Works Everywhere
Point it at your data model and go. Property management, e-commerce, healthcare, logistics. Same ⌘K, different domain.
Same interface, different data. Domain-agnostic by design.
Built for Speed
Fan out to multiple data sources in parallel. Fast ones return immediately, slow ones timeout gracefully. Stream results as they arrive.
Ready to get started?
Check out the code, read the blog post, or see it in action.