Quickstart
Get Luframe Claude Analytics running in under 5 minutes. Track your Claude Code sessions automatically with our CLI.
Install the CLI
Install the Luframe CLI globally on your system:
npm install -g luframe-cliVerify the installation:
luframe --versionCreate your account
Sign up
Create an account at luframe.com/register using your email or OAuth provider (GitHub, Google).
Verify your email
Check your inbox for a verification email and click the confirmation link.
Authenticate
Navigate to your project directory and authenticate with Luframe:
cd your-project
luframe auth loginThe CLI will open your browser to complete authentication. Once authenticated, your credentials are securely stored locally.
luframe auth login.Verify your setup
Check that everything is configured correctly:
luframe statusStart coding
That's it! The Luframe CLI runs in the background and automatically syncs your Claude Code sessions. Just start working on your project:
npm run devOpen Claude Code in your project, have conversations, and watch your dashboard populate with session data in real-time.
What gets tracked?
- ✓ All Claude Code conversations in your project
- ✓ Message history and content
- ✓ Token usage (input, output, cache)
- ✓ Session metadata and timestamps
Troubleshooting
“No sessions found”
This is normal if you haven't used Claude Code in this project yet. Open the project in Claude Code and have a conversation - sessions will sync automatically.
“Claude Desktop not found”
Install Claude Desktop from claude.ai/download and use it at least once to create the data directory.
“Authentication failed”
Run luframe auth logout and then luframe auth login again to re-authenticate.
Need more help?