AWS Deployment Platform

The complete platform to deploy Next.js to AWS.

deploy log

$ connecting to github...

repo cloned: my-nextjs-app

$ npm run build

build succeeded in 43s

$ cdk deploy --require-approval never

CloudFormation: CREATE_COMPLETE

https://d1abc.cloudfront.net

CDK
Native infrastructure-as-code
OIDC
Zero long-lived credentials
v0
Direct project linking
Multi-env
Per-branch environments

Features

Everything you need. Nothing you don't.

GitHub App Integration

Connect your repos via a GitHub App — no tokens, no OAuth dance. Fine-grained repo permissions out of the box.

Multi-Environment Management

Production, staging, preview — each environment maps to its own AWS account with isolated resources.

Zero Long-Lived Credentials

Deployments assume IAM roles via Vercel OIDC. No AWS keys are ever stored, rotated, or leaked.

CodeBuild-Powered Deploys

Builds run in AWS CodeBuild — no containers to manage, no idle cost. Pay only for build minutes used.

CDK + cdk-nextjs-standalone

Your app is synthesized into a CloudFront + Lambda stack automatically. No CDK files in your repo required.

v0 Project Linking

Link your v0 project directly and sync environment variables automatically. From idea to AWS in minutes.

How it works

From push to production in four steps.

01

Connect your repo

Sign in with GitHub and grant our app access to the repositories you want to deploy.

02

Link an AWS account

Paste your IAM role ARN. We assume it via OIDC — no access keys needed.

03

Configure environments

Map branches to environments. Add environment variables from your v0 project or manually.

04

Deploy

We trigger a CodeBuild run, synthesize a CDK stack, and give you a CloudFront URL when done.

Ready to ship to AWS?

Connect your GitHub account and deploy your first Next.js app to AWS in under ten minutes.

Sign in with GitHub