What problem does it solve? Choosing and configuring a deployment platform involves comparing edge, container, and real-time backend options, then writing correct configuration files, CI/CD pipelines, and environment setups for each. This Skill provides decision guides, ready-to-use configurations, and platform-specific references for Vercel, Railway, and Convex. ## Core Features & Use Cases - Platform Selection Guidance: Decision trees and feature matrices comparing Vercel (edge-first), Railway (container-first), and Convex (real-time backend) by compute, storage, networking, and pricing. - Deployment Configuration: Ready-made vercel.json, railway.toml, multi-stage Dockerfiles, and Convex schema examples with CI/CD workflows for GitHub Actions. - Architecture Patterns: Five common deployment patterns including hybrid edge-plus-container stacks and real-time collaborative app setups. - Use Case: You are building a Next.js app with a real-time chat feature. Use this Skill to deploy the frontend to Vercel, connect a Convex backend for reactive queries, and set up preview deployments via GitHub Actions. ## Quick Start Ask the assistant to help you choose between Vercel, Railway, and Convex for your application and generate the deployment configuration for the selected platform.