Create a .env file from named variables with safe quoting.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Key-value pairs are serialized as .env lines; values containing spaces, hashes, equals signs, or newlines are quoted or escaped. Optional export prefixes and blank-line grouping affect text only.
Framework: nextjs Database: postgresql Auth: true Email: false Storage: false Logging: false
# ============================================ # Environment Configuration # Framework: nextjs # Generated template - fill in your values # ============================================ # Application NODE_ENV=development APP_NAME=my-app APP_PORT=3000 APP_URL=http://localhost:3000 APP_SECRET=change-me-to-a-random-secret # Next.js / React NEXT_PUBLIC_API_URL=http://localhost:3000/api NEXT_PUBLIC_APP_NAME=my-app # Database DATABASE_URL=postgresql://user:password@localhost:5432/mydb DB_HOST=localhost DB_PORT=5432 DB_NAME=mydb DB_USER=user DB_PASSWORD=password # Authentication JWT_SECRET=your-jwt-secret-here JWT_EXPIRES_IN=7d # OAuth Providers GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= GITHUB_CLI…
Starter env examples, deployment runbooks, and test fixtures generate variable files.