Skip to content

RunOnFlux/deploy-with-git-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

162 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy With Git: Example Apps

A collection of "Hello World" apps demonstrating how to deploy any framework to Flux Network using the Deploy With Git feature. No CI pipelines, no Docker knowledge, no infrastructure to manage.


What is Deploy With Git?

Deploy With Git lets you deploy directly from a GitHub repository to Flux's decentralized cloud in minutes. Point it at your repo, and Flux handles the rest:

  • Auto-detects your framework: Node.js, Bun, Python, Ruby, PHP, Java, .NET, Go, Rust, and more
  • Installs dependencies: npm install, pip install, composer install, bundle install, go mod download, cargo build, etc.
  • Builds your app: runs your build script automatically when detected
  • Runs your server: starts the right process for your framework with zero configuration
  • Deploys across multiple nodes: your app runs on Flux's global decentralized network for high availability

Every push can trigger an automatic redeploy via GitHub Webhooks, with automatic rollback if a new build fails.


Secrets & Environment Variables

Environment variables are injected at runtime and never stored in your repository. For production workloads requiring the highest level of security, Enterprise Mode encrypts your entire app specification (including all environment variables and secrets) and runs exclusively on verified ArcaneOS nodes. Your secrets are never exposed in plaintext anywhere in the deployment pipeline.


Get Started

  1. Go to orbit.app.runonflux.io/
  2. Paste your repository URL and select your branch
  3. Set your port and any environment variables
  4. Click Register and your app is live

See the full guide: Deploy With Git:Introduction


Example Apps by Framework

Framework Guide Deploy
Node.js
Express express/ Deploy on Flux
Fastify fastify/ Deploy on Flux
NestJS nestjs/ Deploy on Flux
AdonisJS adonisjs/ Deploy on Flux
LoopBack loopback/ Deploy on Flux
Bun
Elysia elysia/ Deploy on Flux
Hono hono-bun/ Deploy on Flux
Frontend
React react/ Deploy on Flux
Vue.js vue/ Deploy on Flux
Angular angular/ Deploy on Flux
Svelte svelte/ Deploy on Flux
Preact preact/ Deploy on Flux
Alpine.js alpinejs/ Deploy on Flux
Vite vite/ Deploy on Flux
Full-Stack & SSR
Next.js nextjs/ Deploy on Flux
Next.js + PostgreSQL nextjs-db/ Deploy on Flux
Next.js + MySQL nextjs-mysql/ Deploy on Flux
Nuxt nuxt/ Deploy on Flux
Remix remix/ Deploy on Flux
Astro astro/ Deploy on Flux
Angular SSR angular-ssr/ Deploy on Flux
SolidStart solidstart/ Deploy on Flux
QwikCity qwikcity/ Deploy on Flux
TanStack Start tanstack-start/ Deploy on Flux
Static Site Generators
Gatsby gatsby/ Deploy on Flux
Gridsome gridsome/ Deploy on Flux
Eleventy eleventy/ Deploy on Flux
Hexo hexo/ Deploy on Flux
Docusaurus docusaurus/ Deploy on Flux
MkDocs mkdocs/ Deploy on Flux
Sphinx sphinx/ Deploy on Flux
Python
Django django/ Deploy on Flux
FastAPI fastapi/ Deploy on Flux
Flask flask/ Deploy on Flux
Starlette starlette/ Deploy on Flux
Falcon falcon/ Deploy on Flux
Quart quart/ Deploy on Flux
Gradio gradio/ Deploy on Flux
Streamlit streamlit/ Deploy on Flux
Ruby
Rails rails/ Deploy on Flux
PHP
Laravel laravel/ Deploy on Flux
Symfony symfony/ Deploy on Flux
Java
Spring Boot spring-boot/ Deploy on Flux
Quarkus quarkus/ Deploy on Flux
Micronaut micronaut/ Deploy on Flux
.NET
ASP.NET Core aspnet-core/ Deploy on Flux
Blazor Server blazor-server/ Deploy on Flux
Blazor WebAssembly blazor-wasm/ Deploy on Flux
Worker Service worker-service/ Deploy on Flux
Go
Gin gin/ Deploy on Flux
Echo echo/ Deploy on Flux
Fiber fiber/ Deploy on Flux
Chi chi/ Deploy on Flux
Iris iris/ Deploy on Flux
Rust
Actix Web actix-web/ Deploy on Flux
Rocket rocket/ Deploy on Flux
Warp warp/ Deploy on Flux
Tide tide/ Deploy on Flux
Thruster thruster/ Deploy on Flux
Salvo salvo/ Deploy on Flux
Gotham gotham/ Deploy on Flux

Resources

About

Guides and examples for Deploy With Git

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors