[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Open Source](/c/open-source/45)

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

61 views · 5 likes · 2 posts


Aniket Pawar (@aniket-508) · 2026-02-20 · ♥ 4

![preview](upload://zapIIIkotQHaQ0vfqMl1GljSfc.png)

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](https://github.com/Aniket-508/vercel-doctor)
:point_right: [Live Link](https://www.vercel-doctor.com)


Amy Egan (@amyegan) · 2026-02-23 · ♥ 1

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!