Skip to main content

Deploy with Git

Deploy directly from your Git repository without managing Docker images. Deploy with Git automatically detects your framework, installs dependencies, builds, and runs your application.


How It Works

Deploy with Git 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

RuntimeFrameworks
Node.jsReact, Next.js, Vue, Nuxt, Express, Fastify, and more
PythonDjango, Flask, FastAPI, Streamlit
RubyRails, Sinatra
GoAny Go application
RustCargo-based projects
PHPLaravel, Symfony, WordPress
.NETASP.NET Core
JavaSpring Boot, Maven, Gradle
BunBun-based applications

Get Started

Ready to deploy from Git? Head over to the Deploy with Git documentation for complete setup instructions:

Quick Start

Deploy your first app in 5 minutes

Deploy with Git 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.