🦀 ClawHub
Vercel Config Analyzer
by @charlie-morrison
Analyze Vercel project configurations — audit vercel.json, framework detection, build settings, edge functions, headers, redirects, rewrites, environment var...
📋 Tips & Best Practices
vercel.json settings conflict with framework config (e.g., next.config.js headers override vercel.json headers in Next.js)preview environment — verify env vars are set for preview, not just productionvercel env pull locally to sync environment variables for local developmentRoot Directory in project settings and use ignoreCommand to skip unchanged projectsrevalidate — the stale page is served while regenerating (stale-while-revalidate pattern)vercel build locally to test the exact build process Vercel will runvercel logs) for runtime errors that don't appear in build outputX-Robots-Tag: noindex header on non-production deploymentsTERMINAL
clawhub install vercel-config-analyzer