Docker
Complete guide to deploying your project with Docker
This deployment method requires you to be familiar with basic Docker usage and have production environment variables ready (database and third-party services). The project includes a built-in Dockerfile — just follow these steps to deploy.
docker build -t next-vibe-ai .docker run -p 3000:3000 next-vibe-aidocker run -d -p 3000:3000 --name next-vibe-ai next-vibe-ai