From sgit.ai, the page as fetched on 2026-09-24 · open the live page ↗Everything on this sheet is the source site's own text; the newsroom's chrome is outside it.
sgit.ai, the website, served from a vault
This vault contains the sgit.ai website, delivered as a vault app. sgit is in beta and powers production workflows; this site says so honestly on every relevant page.
Structure
index.html, landing page (light theme)use-cases.html·security.html, root pagesdocs/, 8 documentation pages (hub, what-is-sgit, installation, quickstart, sgit-for-git-users, two-branch-model, agents, limitations)vault/, the SG/Vault platform section (for now, the official sgraph working documentation): platform overview, building vault apps, the window.sg bridge, and the git-repos-inside-vaults engineering previewadmin/, engineering section:index.html, how the site is built and releasedversions.html, release history (site version bumps on every push)brief-design-improvements.md, standing brief for Claude Code sessionsbuild/build_pages.py, generates every page from one shared templatebuild/validate.js, pre-push checks (JS parse, authoring contract, internal links, banned words)
assets/site.css+assets/site.js, shared, loaded at runtime through the SG bridge (sg.loadCss/sg.loadJs→sg.vfs.readText→fetchfallbacks)
Release process
- Bump
SITE_VERSION(v0.1.n) inadmin/build/build_pages.pyand add aVERSION_LOGrow, the version badge appears in the nav of every page. python3 admin/build/build_pages.py && node admin/build/validate.jssgit commit -m "site v0.1.n: ..." && sgit pushgit add -A && git commit -m "site v0.1.n" && git push origin dev
One folder, two remotes: this working tree is an sgit vault AND the git repo
SGit-AI/SGit-AI__Website (which deploys to https://sgit.ai↗ via GitHub Pages
on every push to dev). A release is done when BOTH remotes are in sync.