AI News HubLIVE
站内改写1 min read

Show HN: Gitdot – a better GitHub. Open-source, anti-AI, and written in Rust

Gitdot is an open-source GitHub alternative written in Rust with a CLI-inspired interface. It currently supports user signups, org creation, repository management, and importing from GitHub. Missing features include issues, PRs, and CI. The design focuses on keyboard-driven navigation and aims for 100ms FCP.

SourceHacker News AIAuthor: pybae

What works now: user signups, org creations, private/public repos, and importing GitHub repositories (both as read-only mirrors and full migrations). So basically, you can create, push and pull to a repo, but we don't have many features quite yet (issues, PRs, CI).

What is a bit unique is: 1) we built it in Rust and 2) the website is a little odd. Its design is inspired by CLIs (e.g., fzf, broot, vim) instead of web apps, and as such, lacks some affordances that you might typically expect in favor of keyboard-driven instant navigations (we have the very ambitious goal of an FCP of 100ms). In case you're curious, here's how we we built it: https://gitdot.io/designs

We recognize that we're making some bold claims here and are also well aware that we have much to learn. Building software is still hard, and that's a fact we seem to relearn everyday.

But we wanted to share what we built so far nonetheless.

Cheers, thank y'all for reading, and till the next —paul & mikkel.