Skip to content

JavaScriptSolidServer/git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSS Git

Web-based git browser for Solid pods. Browse any pod-hosted git repository (or any git remote) in a recognizable UI.

Live: https://jss.live/git/

Architecture

  • Preact + HTM standalone (no build step, ESM imports from CDN)
  • isomorphic-git for browser-side git operations
  • Single index.html — view source to read the whole app

JSS pods expose git smart-HTTP (/info/refs, /git-upload-pack, /git-receive-pack) so any pod is a git remote. This frontend is the UI layer.

Usage

https://jss.live/git/?repo=https://your.pod/path/repo

Roadmap

  • List refs (branches, tags) — v0
  • File tree view (HEAD)
  • README rendering
  • Branches dropdown
  • Commit history
  • File content view
  • Optional: did:nostr signature display, git-mark verification

Tracking

About

Web-based git browser for Solid pods (no-build Preact + HTM + isomorphic-git)

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors