No-downtime multi-tenant Next.js self-hosting manager.
Install Port-Au-Next on your own infrastructure, use a VPS or a closet PC and easily launch your Next.js projects with zero downtime deployments.
Create a .env
file in the root directory with the following variables:
Once running, access the deployment manager at http://localhost:80
to add and manage your Next.js applications.
Port-Au-Next installs the following shared infrastructure resources as part of your Docker environment:
Each deployed application container automatically receives the following environment variables to connect to shared services:
This allows your applications to connect to the shared infrastructure without additional configuration. Each application receives its own database user, password, and database name for proper isolation and security.
Additionally, we provide a comprehensive web UI to add applications, manage deployments, and monitor your infrastructure:
While Port-Au-Next is optimized for Next.js applications, you can use it with other Node.js frameworks by providing your own Dockerfile. The zero-downtime deployment strategy and multi-tenancy features will still work, but you may need to adjust your application's configuration to integrate with the available shared services.
Yes, Port-Au-Next integrates with Let's Encrypt to automatically generate and renew SSL certificates for your domains. Simply enable SSL in the domain settings for your application, and Port-Au-Next will handle certificate generation and renewal behind the scenes.
Yes, Port-Au-Next provides a REST API that you can integrate with your existing CI/CD pipeline. You can trigger deployments programmatically by sending a POST request to the deployment endpoint. We also provide GitHub Actions integration out of the box, allowing you to trigger deployments automatically when pushing to specific branches.
Port-Au-Next is designed to scale with your needs. For high-traffic applications, you can allocate more resources to specific application containers. The blue/green deployment strategy ensures that even high-traffic applications can be updated without downtime. For extremely high-traffic scenarios, you can set up a cluster of Port-Au-Next instances behind a load balancer.
Port-Au-Next was born from a simple yet powerful idea: developers should have the freedom to deploy their Next.js applications on their own terms. In a world where cloud providers often lock you into their ecosystems with increasing costs, we wanted to create a solution that puts control back in the developers' hands.
Our platform enables quick, easy, and cost-effective self-hosting of Next.js applications. No more vendor lock-in, no more unexpected billing surprises - just straightforward deployment on your own infrastructure.
Created by Carlos F. Peña