⌘K fuzzy finder
Employees, commesse, documents, settings — sub-50ms search over your whole tenant.
Keyboard-first
⌘K opens fuzzy search across every resource. ⌘J opens a command bar — type what you want in plain language and a local intent parser turns it into a runnable action. No LLM round-trip, no cross-tenant training, works fully offline as part of the PWA.
Employees, commesse, documents, settings — sub-50ms search over your whole tenant.
Deterministic intent parser with confidence scoring. 6 intent kinds today, growing.
Native Web Speech API. ⌘⇧. starts dictation in any input or in the command bar.
We could have slapped "AI Copilot" on this. We didn't, because no LLM is
involved — the code lives at apps/app/src/lib/nlp.ts
and you can read it. Below are real parsed intents, with the confidence
score the parser produces.
You type
Parser output
| ⌘K | Open fuzzy search | Jump to any employee, project, document or setting. |
| ⌘J | Open command bar | Type a natural-language action; local parser runs it. |
| ⌘⇧. | Start voice | Dictate into any input via Web Speech API. |
| G P | Go to People | Navigate to /people without a mouse. |
| G T | Go to Time | Navigate to /time. |
| G $ | Go to Payroll | Navigate to /payroll. |
| N | New (context-aware) | In /people: new employee. In /time: new entry. Etc. |
| ? | Show all shortcuts | Cheat-sheet overlay, always up to date. |
Pulse installs as a PWA on macOS, Windows, iOS and Android. Recent views, timesheets and kudos drafts keep working offline and sync as soon as you're back. The command bar runs locally, so even your "log 4h on NOV-07" typing still parses in a basement meeting room. Destructive actions (payroll runs, offer sends) require a live connection and queue if offline.
Back to the overviewFree for the first 5 employees — forever. No credit card. Import your data in under an hour.