Protect the flow. Enforce the boundary.
Antihyper is a menu-bar-first Mac app for people who hyperfocus deeply and need smart boundaries (sessions, breaks, and meeting-aware guardrails) without friction.
antihyper/
apps/
desktop/ # Electron app (menu bar + hotkey + timer engine)
marketing/ # Marketing website (Next.js)
docs/
PRD.md # Antihyper v1.0 master PRD
package.json
pnpm-workspace.yaml
turbo.json- Node.js 22+
- pnpm 9+
npm i -g pnpmpnpm install# marketing site
pnpm dev:marketing
# desktop shell
pnpm dev:desktoppnpm dev # run all dev servers
pnpm dev:marketing # run marketing app only
pnpm dev:desktop # run desktop app only
pnpm build # build all apps- Plain-text
.mdtask file as source of truth - Menu bar timer + global hotkey quick switch
- Smart break prompts with meeting-aware postponement
- Daily cap ritual + shutdown ritual
See full spec in docs/PRD.md.
- This scaffold is intentionally lean: fast iteration first.
- Next step: implement parser + watcher in
apps/desktop/src.