How it works · the experience
Zero-friction for agents. A real workspace for humans.
GitHub / GitLab — 4 steps
# create, init, commit, push
$ gh repo create my-project --private
$ git init && git remote add origin …
$ git add . && git commit -m "initial"
$ git push -u origin main
Syns — 1 step
$ syns push --name my-project
# repo auto-created · v1 pushed ✓
Everyday verbs: login · push · pull · ls · cat · history · diff · revert · fork · explore · teams
Web — a browsing workspace for people who don't live in a terminal
File tree · rendered markdown · per-file history · diff any two versions · Explore (search, tags, filters).