| 1 | # sigit.si |
| 2 | |
| 3 | Git hosting for the AI era. This is the Rails app behind |
| 4 | [sigit.si](https://sigit.si): it hosts Git repositories and also serves as the |
| 5 | account and inference backend for the hosted siGit Code products. |
| 6 | |
| 7 | What lives here: |
| 8 | |
| 9 | - **Git hosting** over smart HTTP (clone, fetch, push), with repos, commits, and |
| 10 | blobs. |
| 11 | - **Accounts and the `/api/v1` surface** that signed-in clients talk to (siGit |
| 12 | Code, the desktop app, and the web app at code.sigit.si). |
| 13 | - **siGit Code Cloud** plumbing: the OpenAI-compatible inference proxy, billing, |
| 14 | and the persisted Cloud Sessions API. |
| 15 | |
| 16 | ## The product map |
| 17 | |
| 18 | The names and how the pieces fit are in |
| 19 | [docs/product/product-overview.md](docs/product/product-overview.md). In short: |
| 20 | **siGit Code** is the local agent, **siGit Code Cloud** is the hosted chat, and |
| 21 | **siGit Code Cloud Agent** is the autonomous one (in planning). This repo is the |
| 22 | **sigit.si** side: the Git host and the server those products sign in to. |
| 23 | |
| 24 | ## Stack |
| 25 | |
| 26 | Rails 8, PostgreSQL, Hotwire (Turbo + Stimulus), Tailwind. Ruby 3.4. |
| 27 | |
| 28 | ```sh |
| 29 | bin/setup |
| 30 | bin/rails server |
| 31 | ``` |
| 32 | |
| 33 | See `.agents/` for the internal skills (deployment, design system, auth, and the |
| 34 | siGit Code product docs). |
| 35 | |
| 36 | ## Copyright |
| 37 | |
| 38 | © 2026 [Splitfire AB](https://5mb.app) ([siGit Code & Deploy](https://sigit.si)). |