Open source · Free forever

Git hosting
on the edge

A fully functional Git server running on Cloudflare Workers and D1. No VMs, no containers — just the edge.

# Push your first repo in seconds
git remote add origin https://particlevc.workers.dev/you/repo.git
git push -u origin main
Edge-native
Workers run in 300+ Cloudflare locations. Your git server responds from the nearest PoP.
D1 storage
All git objects stored in Cloudflare D1 (SQLite at edge). 5 GB free, globally replicated.
OAuth login
Sign in with wm-identity. Personal access tokens for CLI/git authentication.
Free tier
100K worker requests/day, 5M D1 reads/day. Runs entirely within Cloudflare's free plan.
Git Smart HTTP
Full clone, push, pull support. Works with any standard git client, no plugins needed.
Private repos
Public and private repositories. Fine-grained access control per repo.