Skip to content

Commit 708f3aa

Browse files
authored
Update introduction.md
1 parent b29b43c commit 708f3aa

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

docs/fluxcloud/register-new-app/deploy-with-git/introduction.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
sidebar_position: 1
3-
title: Introduction to Flux-Orbit
3+
title: Introduction to Deploy with Git
44
description: Deploy Any Web App in Minutes, Not Hours
55
---
66

7-
# Flux-Orbit: Your Code. Our Magic. Zero Docker Headaches.
7+
# Deploy with Git: Your Code. Our Magic. Zero Docker Headaches.
88

9-
**Flux-Orbit** is the easiest way to deploy React, Next.js, Vue, Django, Rails, Laravel, Gin APIs, Elysia apps, Actix APIs, Rocket apps, Spring Boot services, ASP.NET Core apps, and any Node.js, Python, Ruby, Go, Bun, Rust, Java, .NET Core, or PHP application on Flux Network. No Docker expertise required. No complex configuration. Just point us to your GitHub repo and hit launch.
9+
**Deploy with Git** is the easiest way to deploy React, Next.js, Vue, Django, Rails, Laravel, Gin APIs, Elysia apps, Actix APIs, Rocket apps, Spring Boot services, ASP.NET Core apps, and any Node.js, Python, Ruby, Go, Bun, Rust, Java, .NET Core, or PHP application on Flux Network. No Docker expertise required. No complex configuration. Just point us to your GitHub repo and hit launch.
1010

1111
## The Problem We Solve
1212

13-
### Before Flux-Orbit
13+
### Before Deploy with Git
1414

1515
- **"I need to learn Docker just to deploy my app"** - Writing Dockerfiles is confusing
1616
- **"Setting up CI/CD is too complicated"** - Configuring webhooks is tedious
1717
- **"I broke production and don't know how to fix it"** - No automatic recovery
1818
- **"Different setup for each framework"** - Copy-paste errors everywhere
1919

20-
### After Flux-Orbit
20+
### After Deploy with Git
2121

2222
- **Deploy in 3 clicks** - Paste GitHub URL, set port, hit launch
2323
- **Automatic updates from Git** - Push to GitHub → Auto-deploy
@@ -54,17 +54,17 @@ When you give us your repo, here's what happens:
5454
### Sarah the Solo Developer
5555
*"I just want to deploy my side project"*
5656

57-
Sarah built a React app. Before Flux-Orbit: 47 browser tabs trying to figure out Docker. With Flux-Orbit: Deployed in 2 minutes, shipping features same day.
57+
Sarah built a React app. Before Deploy with Git: 47 browser tabs trying to figure out Docker. With Deploy with Git: Deployed in 2 minutes, shipping features same day.
5858

5959
### TechCorp Startup
6060
*"We need reliable deployments without a DevOps team"*
6161

62-
3 developers, 5 microservices (Node + Python + Go APIs). Before: Manual SSH deployments, Friday disasters. With Flux-Orbit: Git push auto-deploys, saved $120k/year on DevOps hire.
62+
3 developers, 5 microservices (Node + Python + Go APIs). Before: Manual SSH deployments, Friday disasters. With Deploy with Git: Git push auto-deploys, saved $120k/year on DevOps hire.
6363

6464
### Marcus the Bootcamp Grad
6565
*"I learned to code, but not Docker"*
6666

67-
Built a Django portfolio. Before: Paying $20/month for managed hosting. With Flux-Orbit: Deployed to decentralized Flux, looks like a senior dev in interviews.
67+
Built a Django portfolio. Before: Paying $20/month for managed hosting. With Deploy with Git: Deployed to decentralized Flux, looks like a senior dev in interviews.
6868

6969
## Key Features That Make Your Life Easier
7070

@@ -127,39 +127,39 @@ Built a Django portfolio. Before: Paying $20/month for managed hosting. With Flu
127127
### Deploy a React App
128128
```yaml
129129
App Name: my-react-app
130-
Docker Image: runonflux/orbit:latest
130+
Docker Image: runonflux/:latest
131131
Git Repo: https://github.com/you/react-app
132132
Port: 3000
133133
```
134134
135135
### Deploy a Python API
136136
```yaml
137137
App Name: my-api
138-
Docker Image: runonflux/orbit:latest
138+
Docker Image: runonflux/:latest
139139
Git Repo: https://github.com/you/fastapi-app
140140
Port: 8000
141141
```
142142
143143
### Deploy a Bun Elysia API
144144
```yaml
145145
App Name: my-bun-api
146-
Docker Image: runonflux/orbit:latest
146+
Docker Image: runonflux/:latest
147147
Git Repo: https://github.com/you/elysia-app
148148
Port: 3000
149149
```
150150
151151
### Deploy a Spring Boot API
152152
```yaml
153153
App Name: my-spring-api
154-
Docker Image: runonflux/orbit:latest
154+
Docker Image: runonflux/:latest
155155
Git Repo: https://github.com/you/spring-boot-app
156156
Port: 8080
157157
```
158158
159159
### Deploy an ASP.NET Core App
160160
```yaml
161161
App Name: my-dotnet-app
162-
Docker Image: runonflux/orbit:latest
162+
Docker Image: runonflux/:latest
163163
Git Repo: https://github.com/you/aspnet-app
164164
Port: 5000
165165
```
@@ -173,7 +173,7 @@ Port: 3000
173173
174174
## Pricing & Value
175175
176-
- **Pay only Flux Network rates** - No Flux-Orbit fees
176+
- **Pay only Flux Network rates** - No additional fees
177177
- **Typical costs:** Small app ~$3-10/month
178178
- **Compare to Heroku:** Same app = $25-500/month
179179
- **Enterprise features at indie hacker prices**
@@ -183,7 +183,7 @@ Port: 3000
183183
> *"I deployed my first decentralized app in under 5 minutes. I still don't know Docker and that's fine."*
184184
> — Alex, Frontend Developer
185185
186-
> *"We migrated 8 microservices from AWS in one afternoon. Flux-Orbit just works."*
186+
> *"We migrated 8 microservices from AWS in one afternoon. Deploy with Git just works."*
187187
> — Jordan, CTO at GrowthStack
188188
189189
> *"The automatic rollback saved us twice last week. Worth it for that alone."*
@@ -243,4 +243,4 @@ Port: 3000
243243
244244
**Flux-Orbit** - Because your code deserves better than a 47-tab Docker tutorial.
245245
246-
*Built with ❤️ for developers who just want to ship.*
246+
*Built with ❤️ for developers who just want to ship.*

0 commit comments

Comments
 (0)