meter clockwork readout
clockwork CLI ↗
How to use meter
  1. Install the CLI from github.com/danielsich/clockwork.
  2. Generate your data — anonymized, because this site is public:
    clockwork both export --anonymize > data/clockwork-data.json
    Use claude or codex instead of both for a single tool; drop --anonymize only on a private repo.
  3. Commit data/clockwork-data.json and push to main — GitHub Actions rebuilds and redeploys automatically.
  4. Reload the dashboard.

Privacy: the deployed data is public. --anonymize replaces real project paths with project-N. You can also click Load .json to preview an export locally, without deploying.