Highlights
- Wrapped is the best narrative recap view
- Quiet mode is useful for share-first workflows
- Heatmaps complement wrapped, not replace it
Guide
A practical guide to generating a wrapped-style AI coding recap with vibestats.
Highlights
Relevant commands
npx vibestats --wrappednpx vibestats --wrapped --quietnpx vibestats --activity --days 365Step 1
Run `npx vibestats --wrapped` to build the wrapped-style recap from local aggregate usage data.
Step 2
Use quiet mode when you only need the resulting URL for sharing or embedding into a broader review.
Step 3
Use the heatmap route when the recap should show cadence, not just totals and highlights.
Most AI coding reporting problems are not about one missing command. They are about choosing the right surface: daily usage, wrapped summaries, activity heatmaps, cost views, or shareable aggregate pages.
This guide stays focused on vibestats workflows and the pages already documented in the public command reference, so you can move from local data to a readable result quickly.
FAQ
Start with the relevant command, verify the output locally, then decide whether you need a share page, a wrapped summary, or a heatmap for communication.
No. vibestats works from local usage artifacts and only turns aggregate results into hosted pages when you explicitly publish them.
Related pages