test-public-repo
An example public repository hosted on Spatio's native git server.
Clone
git clone https://api.spatio.app/git/general/test-public-repo.git
Reads are public and require no credentials. Pushes are authenticated with a personal access token from your Spatio account.
What this demonstrates
Spatio's native git host is a smart-HTTP git server built into
. It speaks the same protocol GitHub serves, but stores refs
in Postgres and object bytes in R2. No binary runs at request time and
no persistent disk is required, so the host scales horizontally like any other
stateless service.
The page rendering this README is the public viewer at spatio.app/r/general/test-public-repo. It mirrors the navigation chrome of the Spatio desktop app:
- A hierarchical file tree that expands and collapses in the sidebar.
- Keyboard navigation:
focuses the tree, arrow keys move,opens a file,goes back. - Stable, shareable URLs for every branch, directory, and file.
Beyond git
Every Spatio workspace gets its own git host alongside chat, mail, tasks, calendar, slides, sheets, notes, and apps. Repositories are first-class workspace objects, not a separate product bolted on.
Learn more
- spatio.app for the full product.
- spatio.app/r/general for more repositories in this workspace.