One service, end to end
Vellum serves repository pages and Git smart HTTP directly. There is no nginx-to-framework-to-plugin chain to assemble before the first clone.
Self-hosted Git infrastructure
Vellum is a repository browser and Git-over-HTTPS service built as one focused C binary. No framework tower. No separate web server. Just Git, access policy, and an interface people can actually use.
Built by Floof Logic. The private beta is for teams comfortable operating their own infrastructure.
The point
Vellum keeps the operational surface deliberate: one service owns the browser, Git protocol, TLS boundary, and authorization decisions.
Vellum serves repository pages and Git smart HTTP directly. There is no nginx-to-framework-to-plugin chain to assemble before the first clone.
Use system-native PAM authentication and group membership instead of inventing another island of passwords.
Grant read or write access per repository, preserve global administration, and keep ungranted projects out of view.
Health checks, access records, bounded logs, certificate checks, and release rollback belong to the product—not an afterthought.
Terminate TLS with Vellum and keep source, credentials, and authorization decisions on infrastructure you control.
The interface
Browse trees, inspect source, review recent changes, copy the correct clone URL, and manage access without turning Git administration into its own project.
Inside the request
A Vellum request crosses a short, inspectable path. Each layer has one job and one owner.
The operating system verifies the user through PAM. Vellum never needs a parallel password database.
Global and per-repository policy determine what the user can see, fetch, or change.
The native browser renders source and history, or Git smart HTTP handles clone, fetch, and push.
Security-relevant activity lands in structured, rotating access logs built for human review.
Private beta
Vellum is running real Floof Logic repositories today. We are inviting a small number of technically adventurous teams to help shape the public release.