HappyHQ
Section

Start here

Run HappyHQ locally

Last updated: Apr 24, 2026

HappyHQ runs on your own machine. Clone the repo, set an API key, and start the dev server. About five minutes start to finish.

Requirements

Get the code

Clone the repo and install dependencies:

 
git clone https://github.com/happyhqdotcom/happyhq.git
cd happyhq
pnpm install

Configure

HappyHQ uses the Anthropic API. Copy the example environment file:

 
cp happyhq/.env.example happyhq/.env.local

Open happyhq/.env.local and set ANTHROPIC_API_KEY. Everything else in the file is optional.

Run

Start the dev server:

 
pnpm dev

HappyHQ opens at localhost:3000.

Where your files live

HappyHQ stores everything in ~/HappyHQ/ on your machine. You can open the folder in any file browser.

To use a different location, set HAPPYHQ_ROOT in your .env.local to the path you want.

Something not working?

Open an issue at github.com/happyhqdotcom/happyhq/issues.