Happier Docs
hstack (local stack)

hstack (Happier Stack)

Self-host, run, and develop Happier locally with stacks + worktrees.

hstack is the official local “stack orchestrator” for Happier. It’s designed for:

  • self-hosting the full Happier stack on your machine
  • running multiple isolated instances (“stacks”) in parallel
  • developing Happier safely using git worktrees (clean PR history)
  • contributor workflows (dev branch, fork PRs)

For interactive development, prefer running commands via the TUI wrapper:

hstack tui stack dev dev
  • Setup: /docs/hstack/setup
  • Development workflow: /docs/hstack/development
  • Auth seeding (dev-auth): /docs/hstack/auth
  • Stacks (isolated instances): /docs/hstack/stacks
  • Worktrees + forks: /docs/hstack/worktrees-and-forks
  • Server flavors (light vs full): /docs/hstack/server-flavors
  • Remote access (Tailscale Serve): /docs/hstack/remote-access

On this page