tangled newsletter 01 — hello

What is Tangled and why it matters
Tangled, a new self‑hosted social coding platform where repos are "knots" and CI runners are "spindles", has kicked off its first newsletter. It has been reported that the startup raised €3.8M (about $4.5M) in seed financing and has been heads‑down building — ambitious stuff for a team still picking a newsletter name. Why care? Because they’re selling more than features: they want to be foundational infrastructure for the future of open‑source development. That’s a big claim. It stings a little with the right kind of hope.
What shipped
The team rolled out repository search (tangled.org/search), new OpenGraph previews via a renderer nicknamed "ogre", and small but useful PR review tweaks — multiline code citation and a “mark file as reviewed” button. Étienne shipped ogre, Lewis (recently in Helsinki) shipped the PR review improvements, and Seongmin built a new repository indexer. Small touches, but they change day‑to‑day friction. Who doesn’t love shaving seconds off a review flow?
Performance and the knotmirror
Knotmirror is Tangled’s new indexer service: it attempts to fetch and index all known git repos across knots so the appview can serve repositories faster no matter where they live. It’s a classic engineering answer to a scaling headache — fetch once, serve everywhere. If it works, repo fetching and viewing should feel snappier; if it doesn’t, well, back to the drawing board. Engineering is drama, sometimes.
Roadmap: CI, vouching, and protocol goals
Next up: a VM‑based CI engine likely backed by QEMU, a web‑of‑trust “vouching” system to harden identity and provenance for open‑source contributions, and fuller AT Protocol compatibility — including a move to DIDs for repo identifiers so repos can be renamed and transferred between knots. Those are roadmap bullets that aim to stitch Tangled into wider federated and self‑hosted trends (think Fediverse meets Git tooling). The team asks for feedback — reply to the email or join their Discord — and for anyone watching the self‑hosted/devinfra space, this is one to keep an eye on.
Sources: blog.tangled.org, Lobsters
Comments