Skip to content

jwaxman19/antihyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antihyper

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.

Monorepo Structure

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

Quick Start

1) Install tools

  • Node.js 22+
  • pnpm 9+
npm i -g pnpm

2) Install deps

pnpm install

3) Run apps

# marketing site
pnpm dev:marketing

# desktop shell
pnpm dev:desktop

Workspace Commands

pnpm dev            # run all dev servers
pnpm dev:marketing  # run marketing app only
pnpm dev:desktop    # run desktop app only
pnpm build          # build all apps

Product Scope (MVP)

  • Plain-text .md task 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.

Notes

  • This scaffold is intentionally lean: fast iteration first.
  • Next step: implement parser + watcher in apps/desktop/src.

About

Antihyper monorepo (desktop app + marketing site)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors