Start Project
Local Setup
Learn how to set up and run NEXTY.DEV source code locally
Environment Variables
Learn about NEXTY.DEV source code environment variables
Cursor Extension
Recommending some Cursor extensions I'm currently using.
Deploy to Vercel
Learn how to deploy NEXTY.DEV source code to Vercel
Deploy to Dokploy
A comprehensive guide on deploying Next.js projects using Dokploy, including server purchase, Dokploy installation and configuration, direct deployment, and GitHub Actions automated deployment options to help you quickly launch your project.
Deploy to Coolify
A detailed guide on how to deploy Next.js projects using Coolify to help you quickly launch your project.
Deploy to CF Workers
A step-by-step guide to deploying your Next.js project on Cloudflare Workers.
Cron Jobs
Configure cron jobs for your NEXTY.DEV SaaS project on Vercel, Dokploy or Coolify - generate CRON_SECRET, write the cron endpoint, then schedule it on your deployment platform.
Sync .env to GitHub Actions
Use the scripts provided by NEXTY.DEV to automatically batch create environment variables from your .env file into GitHub Actions Secrets and Variables.
Health Check
The /api/health contract, its probes, timeouts and status codes, and how to wire it into uptime monitoring, load balancers and container orchestrators