Platform Overview
When you deploy a project on FluxNow, the platform provisions and manages all infrastructure on your behalf.
Per-project provisioning
Section titled “Per-project provisioning”Each project gets an isolated Kubernetes namespace containing:
- All requested services (Postgres, Redis, S3, etc.)
- Your application container, built from your repository
- Automatic TLS termination
- A staging subdomain on
openfab.dev(e.g.,your-project.openfab.dev)
Custom domains
Section titled “Custom domains”You can attach a custom domain to your project from the dashboard. FluxNow handles TLS certificate provisioning and renewal automatically.
Environment variables
Section titled “Environment variables”Environment variables and secrets are injected into your running containers at deploy time. Service connection strings (such as DATABASE_URL) are wired automatically — you do not need to set them manually.
See Secrets & Environment Variables for details.
Preview environments
Section titled “Preview environments”Every pull request against your default branch automatically receives an isolated preview environment at a unique URL. The preview URL is shown in the dashboard and posted as a PR check.
See Preview Environments for details.
Staging environment
Section titled “Staging environment”Merging or pushing to your default branch (main or master) triggers a staging deploy. Staging uses the same provisioned services as your project baseline, with its own set of environment variables.
Deploy history and logs
Section titled “Deploy history and logs”The project dashboard shows a full history of deploys with status, timestamps, and streaming logs for each build and run.