# Deploying to Production
Your app works locally. Now let's make it work for the world. Modern deployment is dramatically simpler than it was five years ago, especially for Next.js applications.
For a Next.js full-stack app, the standard modern stack is:
Using Neon (serverless PostgreSQL):
> Set up this project for a production Neon database:
- Update prisma/schema.prisma for PostgreSQL if it isn't already
- Create a migration script
- Show me the environment variables I need to set
- Add a seed script for initial dataUpgrade to Pro to access the full content
What you'll learn: