Quickstart
Get up and running with neun in under 5 minutes
Prerequisites
- Node.js v18 or later
- Claude Code installed and working
- A neun account
Setup
Create an account
Sign up at neun.sh and proceed with the steps in the app to create your organization and first project.
Install the CLI
npm install -g neun-cliLog in
neun-cli loginThis opens your browser for authentication. Once you confirm, the CLI stores your credentials locally.
Set up your project
Navigate to your project directory and run:
neun-cli setupThe CLI walks you through a few prompts:
- Project selection — pick an existing project or create a new one
- Prompt logging — choose whether to include prompt content in telemetry (opt-in)
- Settings scope — where to register hooks:
- Local — this machine only (
.claude/settings.local.json) - Project — shared with your team via version control (
.claude/settings.json) - Global — all projects on this machine (
~/.claude/settings.json)
- Local — this machine only (
Use Claude Code
Start a Claude Code session as usual. Telemetry is collected automatically in the background. Sessions appear in your dashboard within seconds.
You may need to restart Claude Code after setup for the hooks to take effect.