Highlights
- Share the surface that fits the audience
- Aggregate pages are better than screenshots
- Stored share pages are better than legacy payload URLs
Guide
A practical guide to turning local vibestats output into shareable aggregate pages.
Highlights
Relevant commands
npx vibestats --sharenpx vibestats --wrapped --quietnpx vibestats --activity --share --days 365Step 1
Start with a usage report, wrapped page, or activity heatmap depending on the audience.
Step 2
Use the share-aware command flow so the result becomes a hosted page rather than a terminal-only artifact.
Step 3
Share the aggregate result, not the raw local context that produced it.
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