Skip to main content
Pulse HR

Keyboard-first

Two keys.
Everything.

⌘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.

⌘K fuzzy finder

Employees, commesse, documents, settings — sub-50ms search over your whole tenant.

⌘J command bar

Deterministic intent parser with confidence scoring. 6 intent kinds today, growing.

Voice dictation

Native Web Speech API. ⌘⇧. starts dictation in any input or in the command bar.

What the command bar actually does.

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

  • log 4h on NOV-2025-07 yesterday, feature work
  • approve Aisha's last expense
  • book leave next Friday, PTO
  • add employee Marco Rossi, Milan, contractor
  • fill missing hours for this week

Parser output

  • log-hours · 4h · NOV-2025-07 · Apr 19 · feature · confidence 0.94
  • approve-expense · employee=Aisha Patel · confidence 0.88
  • book-leave · 2026-04-24 · kind=PTO · confidence 0.91
  • add-employee · Marco Rossi · Milan · contractor · confidence 0.82
  • fill-missing · scope=this-week · confidence 0.96

Shortcuts cheat sheet.

⌘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.

Offline by default.

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 overview

Your team deserves
better software.

Free for the first 5 employees — forever. No credit card. Import your data in under an hour.