What problem does it solve? Choosing and configuring the right storage for a Vercel application is confusing, especially since @vercel/postgres and @vercel/kv are sunset. This Skill provides expert guidance on which storage product fits each use case and how to wire it up correctly. ## Core Features & Use Cases - Storage Decision Matrix: Maps needs like file uploads, feature flags, relational data, caching, and vector search to the right product (Blob, Edge Config, Neon, Upstash, Supabase, Prisma, MongoDB, Convex, Turso). - Migration Guidance: Provides drop-in migration paths from the sunset @vercel/postgres and @vercel/kv packages to Neon Postgres and Upstash Redis. - Pitfall Prevention: Covers build-time-safe lazy DB initialization, drizzle-kit env loading, and warnings against Proxy-wrapped DB clients that break Auth.js. - Use Case: You are scaffolding a Next.js app and need file uploads plus a Postgres database. The Skill directs you to install @vercel/blob and provision Neon via vercel integration add neon, with correct lazy-initialized Drizzle setup. ## Quick Start Ask the assistant which Vercel storage option fits your app's data needs and how to install and configure it.