Vercel Doctor

Find ways to cut your Vercel bill. Run after making changes to catch cost-heavy patterns early in Next.js projects.

aniket-508 Updated

File contents

Vercel Doctor

Scans your Next.js codebase for patterns that drive up your Vercel bill, focusing on compute duration, function invocations, and bandwidth optimization.

Usage

npx -y vercel-doctor@latest . --verbose --diff

Workflow

Run after making changes to catch cost-heavy patterns early. Focus on fixing issues that reduce function execution time and invocations first.

aniket-508/vercel-doctor/tree/main/skills/vercel-doctor commit df12ee9d2a

Frequently asked questions

npx skillmds@latest add aniket-508/vercel-doctor