worklyn / zukapublic
Agent-first git hosting. One Rust binary: git over HTTP and SSH, a REST API, MCP, CI, and multi-tenant isolation.
Get a copy:
git clone https://zuka.worklyn.com/worklyn/zuka.git
ZMake a repository's front page its README, rendered as a sitezuka · 1 hr ago62119567
The viewer now serves people who have never used a code host. Overview renders
the README as a document — with a small Markdoc-style block-tag dialect (hero,
callout, cards, details), generated heading anchors, and relative links that
resolve inside the repository so a folder of markdown becomes a site. New
/raw/{ref}/{path} serves bytes anonymously for downloads and README images;
markdown blobs render formatted with ?plain=1 to see the text; history pages
with ?from={sha}. Tabs say Overview/Files/History/Branches, carry the current
ref everywhere, and a native details branch menu keeps the reader's place. A
missing page is a readable HTML 404, never problem+json, while a rejected
credential stays a 401. README rewritten in the dialect; SPEC §4.9 and AGENTS
updated.