Deploy with Git
Deploy directly from your Git repository without managing Docker images. Flux-Orbit automatically detects your framework, installs dependencies, builds, and runs your application.
How It Works
Flux-Orbit is a smart deployment layer that:
- Automatically detects your framework (Node.js, Python, Ruby, Go, Rust, PHP, .NET, Java, Bun)
- Installs the correct runtime and dependencies
- Builds your application
- Starts it running on FluxCloud
No Dockerfile required. Just point to your repository and deploy.
Supported Frameworks
| Runtime | Frameworks |
|---|---|
| Node.js | React, Next.js, Vue, Nuxt, Express, Fastify, and more |
| Python | Django, Flask, FastAPI, Streamlit |
| Ruby | Rails, Sinatra |
| Go | Any Go application |
| Rust | Cargo-based projects |
| PHP | Laravel, Symfony, WordPress |
| .NET | ASP.NET Core |
| Java | Spring Boot, Maven, Gradle |
| Bun | Bun-based applications |
Get Started
Ready to deploy from Git? Head over to the Flux-Orbit documentation for complete setup instructions:
Quick Start
Deploy your first app in 5 minutes
Flux-Orbit Docs
Full documentation and guides
Looking for Docker Deployment?
If you have an existing Docker image or need full container control, check out Deploy with Docker.