Skip to main content

Deploy Any App to Flux Network

Universal Docker deployment system that auto-detects and deploys Node.js, Python, Ruby, Go, and Bun applications with zero configuration

Deploy on Flux Cloud (cloud.runonflux.com)
App Name: my-app
Docker Image: runonflux/orbit:latest
Port: 3000

Environment Variables:
GIT_REPO_URL: https://github.com/your/repo
APP_PORT: 3000

Why Choose Flux-Orbit?

Everything you need to deploy applications to the decentralized Flux Network

Universal Compatibility

Deploy Node.js, Python, Ruby, Go, Bun, or static sites with the same Docker image. No custom Dockerfiles needed.

Zero Configuration

Auto-detects your project type, installs dependencies, builds, and starts your application automatically.

Built-in CI/CD

GitHub, GitLab, and Bitbucket webhooks for automatic deployments. Or use polling mode.

Automatic Rollback

Failed deployments automatically rollback to the last working version. Zero downtime updates.

Monorepo Support

Deploy specific folders from monorepos using PROJECT_PATH. Perfect for microservices.

Production Ready

Health checks, supervisor management, log rotation, and non-root execution for security.

How It Works

From code to deployment in minutes, not hours

1

Push Your Code

Push code to GitHub, GitLab, or Bitbucket. Flux-Orbit handles the rest.

2

Auto-Detection

Automatically detects your framework and runtime requirements.

3

Build & Deploy

Builds your application and deploys it across the Flux Network.

4

Stay Updated

Webhooks or polling keep your deployment in sync with your repo.

Deploy Any Framework

Works with all popular frameworks out of the box

Next.js Blog

App Name: nextjs-blog
Docker Image: runonflux/orbit:latest
Port: 3000

Environment Variables:
GIT_REPO_URL: https://github.com/timlrx/tailwind-nextjs-starter-blog
APP_PORT: 3000

Python FastAPI

App Name: fastapi-app
Docker Image: runonflux/orbit:latest
Port: 8000

Environment Variables:
GIT_REPO_URL: https://github.com/tiangolo/fastapi
APP_PORT: 8000

Ruby on Rails

App Name: rails-app
Docker Image: runonflux/orbit:latest
Port: 3000

Environment Variables:
GIT_REPO_URL: https://github.com/your/rails-app
APP_PORT: 3000
RUBY_VERSION: 3.0

Go Gin API

App Name: gin-api
Docker Image: runonflux/orbit:latest
Port: 8080

Environment Variables:
GIT_REPO_URL: https://github.com/your/gin-api
APP_PORT: 8080
GO_VERSION: 1.22.0

Bun Elysia API

App Name: elysia-api
Docker Image: runonflux/orbit:latest
Port: 3000

Environment Variables:
GIT_REPO_URL: https://github.com/your/elysia-api
APP_PORT: 3000
BUN_VERSION: 1.0.25

Supported Frameworks

Auto-detected and configured automatically

Node.js

Next.jsExpressNestJSNuxtViteReactVueSvelte

Python

DjangoFlaskFastAPIStreamlitDash

Ruby

RailsSinatraHanamiJekyll

Go

GinEchoFiberChiGorilla/Muxnet/http

Bun

ElysiaHonoExpressFastifyNext.js

Ready to Deploy?

Join thousands of developers deploying to Flux Network