GitHub-style activity graphs for Linear ticket completions by team member.
- Fetches completed Linear issues
- Groups completions by assignee
- Renders contribution-style activity heatmaps
- Supports date range presets and custom ranges
- Adjustable 1, 2, or 3 column layout
- Compact and comfortable graph density modes
Install dependencies:
bun installCreate .env:
cp .env.example .envAdd a Linear personal API key:
LINEAR_API_KEY=lin_api_...Start dev server:
bun run devOpen the local URL printed by Vite.
bun run dev
bun run build
bun run preview