Kept seeing racked up Vercel bills every now and then, built a tool to fix this once and for all

Introducing Vercel Doctor

Scans your codebase to help optimize your bill:

  • Huge /public assets → CDN
  • Uncached routes → force-dynamic / no-store where possible
  • Vercel Cron → GitHub Actions or Workers
    and much more…

Run as a CLI or agent skill. Repeat until passing. Fully open source.

:point_right: GitHub Repo
:point_right: Live Link

4 Likes

Love that you saw a problem and found a way to solve it with a very smart solution. And it’s open source :heart_eyes:

Thanks for sharing this!

1 Like