Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

ZeroFriction Deploy Platform

From GitHub repo to public HTTPS URL. Zero browser. Zero friction.

Problem

Every developer has experienced this:

  • Local dev: smooth (localhost works)
  • Deploy: pain (browser OAuth, port config, domain purchase, SSL cert, process management)
  • Monitor: more pain (where are the logs? health check? who restarts crashed processes?)

7 decision points between code and public URL. Each one can block you.

Solution

# One command. Done.
zfdeploy deploy github.com/yourorg/yourapp
→ ✓ Built (42s)
→ ✓ Deployed (8s)  
→ ✓ https://yourapp.zfdeploy.app

Architecture

GitHub Repo → Webhook → Build (Docker) → Deploy (Container) → Route (Caddy + Cloudflare Tunnel) → HTTPS URL

Components

  • CLI (zfdeploy): Python CLI, GitHub App token auth
  • Server: FastAPI management API
  • Deploy: Docker Compose + Caddy auto-HTTPS
  • Tunnel: Cloudflare Tunnel for public access

Status

🚧 MVP in development (Day 1)

First User

BDE Score™ - https://rebel-north-intermediate-roof.trycloudflare.com

About

From GitHub repo to public HTTPS URL. Zero browser. Zero friction.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages