Lightweight self-hosted Git hosting.
Built with go-git, SQLite, GORM.
Most Git hostings group projects with organizations and teams. Repo skips that model: each user has a personal namespace, and repositories live in nested folders - like a filesystem.
user/
├── work/
│ ├── backend/api.git
│ └── frontend/web.git
└── playground/hello.git
go run ./cmd/repoAPI reference: API.md