vercel-deploy
Deploy Next.js to Vercel
Deploy Next.js applications to Vercel with optimized build settings, environment variables, and custom domain configuration. Expert guidance for production-ready deployments.
์คํฌ ZIP ๋ค์ด๋ก๋
Claude์์ ์ ๋ก๋
์ค์ โ ๊ธฐ๋ฅ โ ์คํฌ โ ์คํฌ ์ ๋ก๋๋ก ์ด๋
ํ ๊ธ์ ์ผ๊ณ ์ฌ์ฉ ์์
ํ ์คํธํด ๋ณด๊ธฐ
"vercel-deploy" ์ฌ์ฉ ์ค์ ๋๋ค. Help me deploy my Next.js app to Vercel for the first time
์์ ๊ฒฐ๊ณผ:
- Create vercel.json with build command and output directory
- Configure environment variables in Vercel Dashboard
- Install Vercel CLI and run vercel login
- Run vercel link to connect your project
- Deploy with vercel --prod for production
"vercel-deploy" ์ฌ์ฉ ์ค์ ๋๋ค. How do I configure custom error pages on Vercel
์์ ๊ฒฐ๊ณผ:
- Create frontend/app/not-found.tsx for 404 errors
- Create frontend/app/error.tsx for runtime errors
- Create frontend/app/global-error.tsx for critical errors
- Vercel automatically serves these pages
- Test pages locally before deploying
"vercel-deploy" ์ฌ์ฉ ์ค์ ๋๋ค. Set up API proxy for my backend API
์์ ๊ฒฐ๊ณผ:
- Add rewrites to vercel.json pointing to your API URL
- Configure NEXT_PUBLIC_API_URL environment variable
- Use Next.js rewrites in next.config.js as alternative
- Set up CORS headers for cross-origin requests
- Test proxy locally before production deployment
๋ณด์ ๊ฐ์ฌ
์์ Documentation-only skill with 144 false positive static findings. Scanner confused documentation examples with executable code. No network calls, no command execution, no file writes. The verify.py script only reads and validates SKILL.md format using regex parsing.
์ํ ์์ธ
โก ์คํฌ๋ฆฝํธ ํฌํจ (1)
ํ์ง ์ ์
๋ง๋ค ์ ์๋ ๊ฒ
Deploy Next.js App
Configure and deploy a Next.js application to Vercel with optimal build settings and environment variables.
CI/CD Pipeline Setup
Set up automated deployments with Vercel CLI in CI/CD pipelines using tokens and environment variables.
Custom Domain Setup
Configure custom domains, DNS records, and API proxying for production applications on Vercel.
์ด ํ๋กฌํํธ๋ฅผ ์ฌ์ฉํด ๋ณด์ธ์
Help me deploy my Next.js app to Vercel. I need to create a vercel.json configuration file with the correct build settings.
Set up environment variables for my Next.js app on Vercel. Which variables need the NEXT_PUBLIC_ prefix and which should stay server-only?
Configure a custom domain for my Vercel deployment. How do I set up DNS records and HTTPS?
Set up API proxy rewrites in vercel.json to route /api requests to my backend API at api.example.com.
๋ชจ๋ฒ ์ฌ๋ก
- Always use NEXT_PUBLIC_ prefix only for variables that need client access
- Test builds locally with npm run build before deploying to Vercel
- Use vercel.json regions to deploy closest to your users
- Configure custom error pages before going live
ํผํ๊ธฐ
- Never commit .env.local files to version control
- Avoid using wildcard domains without proper DNS configuration
- Do not expose sensitive API keys with NEXT_PUBLIC_ prefix
- Never hardcode API URLs; use environment variables instead
์์ฃผ ๋ฌป๋ ์ง๋ฌธ
Does this skill deploy my application?
What Next.js versions are supported?
How do I deploy from CI/CD?
Is my code safe with this skill?
Why is my build failing on Vercel?
How is this different from Vercel CLI?
๊ฐ๋ฐ์ ์ธ๋ถ ์ ๋ณด
์์ฑ์
Awais68๋ผ์ด์ ์ค
MIT
๋ฆฌํฌ์งํ ๋ฆฌ
https://github.com/Awais68/hackathon-2-phase-ii-full-stack-web-app/tree/main/.claude/skills/vercel-deploy์ฐธ์กฐ
main