What problem does it solve? Choosing the right backend architecture on Vercel is confusing when you must decide between Functions, Services, containers, Queues, Workflow, and Marketplace databases. This Skill guides that decision from the workload outward, before any implementation begins. ## Core Features & Use Cases - Workload-to-Product Mapping: Matches needs like HTTP APIs, WebSockets, background jobs, durable multi-step logic, and scheduled work to the correct Vercel product. - Framework Selection: Covers supported backend frameworks including Express, Fastify, Hono, NestJS, FastAPI, Flask, Django, and Go, plus container images for custom runtimes. - Database Guidance: Directs provisioning of Postgres, Redis, MongoDB, and other data stores through Vercel Marketplace integrations. - Use Case: You have an existing Express API with a Dockerfile and need background job processing. The Skill recommends container images on Vercel Functions combined with Vercel Queues, then points you to the focused implementation skills. ## Quick Start Use the create-a-backend skill to plan the architecture for deploying my FastAPI backend with a Postgres database on Vercel.