Tutorial
How to deploy Next.js apps
Nov 28, 2025
Deploying Next.js on FlyPloy
Next.js is a powerful React framework, and FlyPloy makes it incredibly easy to deploy.
Prerequisites
- A FlyPloy account
- A GitHub repository with a Next.js project
Step 1: Connect your Repo
Go to the dashboard and click "New Project". Select your GitHub repository.
Step 2: Configure Build Settings
FlyPloy automatically detects Next.js. You usually don't need to change anything!
- Build Command:
npm run build - Start Command:
npm start
Step 3: Deploy
Click "Deploy" and watch the magic happen. Your site will be live in minutes with a secure HTTPS URL.