{{ define "page" -}}

shithub

GitHub. Open source. Without Copilot.

{{ if .Viewer.ID }} {{/* Authed dashboard surface — concise, points at the things you most likely want when you sign in. The full activity feed is a post-MVP feature; until then the quicklinks ARE the dashboard. */}}

Signed in as @{{ .Viewer.Username }}.

{{ else }} {{/* Anonymous landing — marketing copy for the v1 launch. Honest and concise; the heavy "what works / what doesn't" lives in the README and docs site, not on the homepage. */}}

A self-hostable git forge that aims to look and feel like GitHub. AGPL-licensed, written in Go, no AI training on your code, no Copilot. Sign up to host code here, or run your own instance from the source.

Newly launched. Some surfaces (SSH transport, Actions/CI, GraphQL, packages, releases) are planned but not shipped yet. The docs are honest about what works and what's still in flight.

{{ end }}
Version
{{ .Version }}
Commit
{{ .Commit }}
Built
{{ .BuiltAt }}
{{- end }}