بنقرة واحدة
mern-deploy
Deployment checklist and setup for MERN projects targeting Vercel, AWS, or Docker.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Deployment checklist and setup for MERN projects targeting Vercel, AWS, or Docker.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Scaffold a pnpm + Turborepo MERN monorepo with Next.js, tooling, tests, CI, and optional GitHub repo creation.
Configure GitHub repository security with branch protection, Dependabot, security scanning, and CI workflows. Integrates with mern-scaffold, nean-scaffold, and iOS projects.
Harden a Vercel deployment with security headers, CSP, bot protection, and deployment configuration
Add authentication to an iOS app with Sign in with Apple, biometrics, and Keychain storage.
Scaffold a new feature with View, ViewModel, and tests following ios-std conventions.
Review iOS code for compliance with standards, NFRs, and security policy.
| name | mern-deploy |
| description | Deployment checklist and setup for MERN projects targeting Vercel, AWS, or Docker. |
| argument-hint | [--target vercel|aws|docker] [--check-only] |
| allowed-tools | Bash, Write, Read, Glob, Grep |
Prepare a MERN project for production deployment with proper configuration, security hardening, and monitoring setup.
--target <platform> — Deployment target (default: vercel)
vercel — Vercel (recommended for Next.js)aws — AWS (Lambda + API Gateway or ECS)docker — Docker container (self-hosted)--check-only — Run pre-deployment checklist without creating files.env.exampleNEXTAUTH_SECRET is unique 32+ char stringNODE_ENV=production in productionmongodb+srv://0.0.0.0/0 for serverless)pnpm build.next/analyze if concerned)/api/healthvercel.json # Vercel configuration
serverless.yml # Serverless Framework config
or
Dockerfile # For ECS deployment
buildspec.yml # CodeBuild config
Dockerfile # Multi-stage build
docker-compose.yml # Local testing
.dockerignore # Ignore patterns
For platform-specific configurations, see reference/mern-deploy-reference.md