What problem does it solve?
This Skill streamlines the deployment of RidenDine's Next.js web and admin applications to Vercel, ensuring efficient production, preview, and environment variable management.
Core Features & Use Cases
- Production & Preview Deployments: Automates deployments based on Git branch pushes.
- Environment Variable Configuration: Guides setting up production, preview, and development variables.
- Monorepo Handling: Addresses specific Vercel configurations for monorepos, including root directory setup.
- Debugging Build Failures: Provides solutions for common Vercel build errors like "No Next.js version detected."
- Use Case: When pushing changes to the
main branch, this Skill ensures a seamless production deployment, while pushes to feature branches automatically create preview deployments for testing.
Quick Start
Use the vercel-deployment skill to set up a new Vercel project for the RidenDine web app.