Flesh out README: sigit.si as Git hosting + product map link

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Seto Elkahfi committed Jun 26, 2026 at 21:11 UTC 1a6941153cba9c1b5f18031dff745a427e18f310
1 file changed +34 -1
README.md
+34 -1
index cc9c948..6c2ba89 100644 --- a/README.md +++ b/README.md @@ -1 +1,34 @@ -# siGit sí! +# sigit.si + +Git hosting for the AI era. This is the Rails app behind +[sigit.si](https://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/v1` surface** 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](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. + +```sh +bin/setup +bin/rails server +``` + +See `.agents/` for the internal skills (deployment, design system, auth, and the +siGit Code product docs).