shipstreak
v0.1.2
Published
The no-install on-ramp for ShipStreak — see your Claude Code stats (no account), then push to the leaderboard and invite friends. Strava for vibe coding.
Maintainers
Readme
shipstreak (CLI)
The no-install on-ramp for ShipStreak — Strava for vibe coding.
npx shipstreak # see your local Claude Code stats — no account needed
npx shipstreak login # create your account + get a push token
npx shipstreak invite # print your invite link to share with friends
npx shipstreak --days 7 # custom window
npx shipstreak --dry-run # explicit local preview; never pushesIt reads your local Claude Code session logs under ~/.claude (the same data
ccusage reads), aggregates per session, and pushes
only tokens/time/cost — never your code or prompts. Defaults to stats-only
privacy (no project names leave your machine).
First run
Just run npx shipstreak — it reads ~/.claude and prints your stats. No account, no sign-up.
Create your account to get on the leaderboard, invite friends, and unlock the app:
npx shipstreak login→ opensshipstreak.dev/cli- Sign in (GitHub or email), copy the token
npx shipstreak token <PASTE>— future runs then also push your sessionsnpx shipstreak invite→ share your link; you auto-connect when a friend joins
Token is stored at ~/.shipstreak/config.json (or set SHIPSTREAK_TOKEN).
Why the app too?
The CLI is a one-shot push. The menu-bar app adds the live stuff a CLI can't: real-time presence ("who's building now"), streaks, and the live leaderboard. Grab it at shipstreak.dev.
Requires Node 18+. Zero dependencies. MIT.
