Files
hapi/docs/guide/quick-start.md
T
weishu 8cacd04db4 docs: add Seamless Handoff documentation and showcase
Introduce comprehensive documentation of HAPI's Seamless Handoff feature:

- README: Add Seamless Handoff to Features section
- how-it-works: Add complete Seamless Handoff guide with local/remote modes and switching workflow
- quick-start: Add Seamless Handoff link to Next steps
- AppShowcase: Add third card featuring "Switch Freely" mode switching capability
- Locales: Update English and Chinese translations for showcase content
2026-01-02 13:24:05 +08:00

985 B

Quick Start

Install HAPI

::: code-group

npm install -g @twsxtd/hapi
brew install tiann/tap/hapi
npx @twsxtd/hapi

:::

Other install options: Installation

Start the server

hapi server

On first run, HAPI prints an access token and saves it to ~/.hapi/settings.json.

Start a coding session

hapi

This starts Claude Code wrapped with HAPI. The session appears in the web UI.

Open the UI

Open your browser:

http://<your-ip>:3006

Enter your access token to log in.

Next steps