Get started

Introduction

AI coding tools let you ship 10x faster, but understanding your AI usage patterns still requires manual effort. Luframe Analytics solves this by automatically tracking your Claude Code sessions with zero configuration.

This page provides a conceptual introduction to Luframe Claude Analytics. For hands-on setup, see Quickstart.

AI coding tools like Cursor and Claude Code let you write code 10x faster. But tracking token usage, understanding conversation patterns, and optimizing your AI workflow still happens manually. Developers spend time wondering about their usage patterns without clear visibility.

Luframe Analytics solves this with automatic session sync that captures your Claude Code interactions - not just the messages, but the context, token usage, and patterns that help you become a more effective AI-assisted developer.

Core capabilities

1. Automatic session sync

Once installed, Luframe CLI automatically syncs your Claude Code chat history in the background. No manual exports, no copy-pasting, no remembering to save. Every conversation is captured with full context including tool usage, code blocks, and thinking processes.

# Install and authenticate - it just works
npm install -g luframe-cli
luframe auth login

# That's it! Your sessions sync automatically

2. Privacy-first design

By default, Luframe only syncs data from the current project you're working on. Your other projects remain private. This means fair billing (you only pay for what you sync) and complete data isolation between projects.

Project Detection

The CLI automatically detects your project path and only syncs sessions from that specific project folder in ~/.claude/projects/

3. Real-time analytics

View your Claude Code usage patterns in a beautiful dashboard. Track token consumption, analyze conversation lengths, identify peak productivity hours, and understand which tools you use most frequently.

Quick start

1

Install Luframe CLI

Install the CLI globally on your system:

npm install -g luframe-cli
2

Authenticate

Create an account at luframe.com then navigate to your project and login:

luframe auth login
The CLI will open your browser to complete authentication.
3

Start Coding

That's it! Start your development workflow and Luframe will sync your Claude Code sessions automatically:

npm run dev

Requirements

Required

Node.js 18.0.0 or higher

Luframe CLI requires Node 18+ for modern JavaScript features

Required

Claude Desktop installed

Download from claude.ai/download

Required

Luframe account

Free tier includes 1,000 messages/month

Works with

Any Node.js project

Next.js, Express, standalone Node apps, and more

What's next