sigit.si
Git hosting for the AI era. This is the Rails app behind sigit.si: it hosts Git repositories and also serves as the account and inference backend for the hosted siGit Code products.
What lives here:
- Git hosting over smart HTTP (clone, fetch, push), with repos, commits, and blobs.
- Accounts and the
/api/v1surface that signed-in clients talk to (siGit Code, the desktop app, and the web app at code.sigit.si). - siGit Code Cloud plumbing: the OpenAI-compatible inference proxy, billing, and the persisted Cloud Sessions API.
The product map
The names and how the pieces fit are in docs/product/product-overview.md. In short: siGit Code is the local agent, siGit Code Cloud is the hosted chat, and siGit Code Cloud Agent is the autonomous one (in planning). This repo is the sigit.si side: the Git host and the server those products sign in to.
Stack
Rails 8, PostgreSQL, Hotwire (Turbo + Stimulus), Tailwind. Ruby 3.4.
bin/setup
bin/rails server
See .agents/ for the internal skills (deployment, design system, auth, and the
siGit Code product docs).
Copyright
© 2026 Splitfire AB (siGit Code & Deploy).