···11+---
22+atroot: true
33+template:
44+slug: newsletter-01
55+title: newsletter 01 — hello!
66+subtitle: kicking off our newsletter!
77+date: 2026-04-16
88+authors:
99+ - name: Anirudh
1010+ email: anirudh@tangled.org
1111+ handle: anirudh.fi
1212+---
1313+1414+*This was originally sent as an email.*
1515+1616+
1818+1919+Hello Tanglers! We're excited to kick off the first ever issue of our
2020+newsletter. We haven't settled on a cutesy name for it yet --
2121+"untangled"? Or simply "tangled weekly"? Let us know!
2222+2323+If you're new here (how'd you end up on our list?!), Tangled is a new
2424+social coding platform. You can host Git repositories, collaborate with
2525+friends, and self-host your git remotes
2626+([knots](https://docs.tangled.org/knot-self-hosting-guide.html)) and CI
2727+runners (spindles). We recently raised €3,8M ($4.5M) in [seed
2828+financing](/seed) and have been heads-down building.
2929+3030+With that out of the way, here's what we shipped recently.
3131+3232+## Repository search is live
3333+3434+
3636+3737+We finally have it. You can now search for your favourite slopware at
3838+[tangled.org/search](https://tangled.org/search) (or from the 🔍 icon in
3939+the top nav).
4040+4141+## Fresh new OpenGraph images
4242+4343+
4444+4545+[Étienne](https://tangled.org/eti.tf) helped us ship `ogre` -- the new
4646+OpenGraph Rendering Engine. It's what's behind our lovely link previews
4747+that you may have seen elsewhere already.
4848+4949+## PR review improvements
5050+5151+
5252+5353+[Lewis](https://tangled.org/oyster.cafe), our most recent addition to
5454+the team (based out of Helsinki!), shipped these handy PR review
5555+improvements! You can multi-line select to reference relevant code in
5656+review comments, and mark files that you've already looked at as
5757+"reviewed". Nifty!
5858+5959+## knotmirror and other planned features
6060+6161+[Seongmin](https://tangled.org/boltless.me), our engineer from South
6262+Korea 🇰🇷, built our new repository indexer service: knotmirror.
6363+6464+Knotmirror is our first of many performance optimizations for repo
6565+viewing & fetching on tangled. It attempts to fetch and index all known
6666+git repos across knots, allowing the appview (the main service at
6767+tangled.org) to serve repos much faster, regardless of where your knot
6868+lives!
6969+7070+Up next, we're working hard towards:
7171+7272+* First implementation of **VM-based CI** to enable more advanced
7373+ workflows. This will be a new spindle engine likely backed by QEMU. At
7474+ least initially. We'll let you know when we ship it!
7575+* **Vouching**: Tangled aims to be foundational infrastructure for the
7676+ future of open source dev -- and having first-class tooling for the
7777+ slopocalypse is paramount. The web-of-trust model has proven to be
7878+ rather powerful here and that's coming to Tangled very soon.
7979+* Fully achieve full **AT Protocol compliance**. One of our internal
8080+ goals is to have a Tangled appview that anyone can run, with complete
8181+ backfill and ingestion -- dubbed the "ephemeral appview". We're not quite
8282+ there yet: repos are the tough part. We recently swapped to using DIDs
8383+ to identify repos, which gets us one step closer to being able to
8484+ rename them, transfer them between knots, and finally ingest them
8585+ through the firehose.
8686+8787+That's all for now! We'd love to hear your thoughts on this newsletter
8888+-- you can reply to this email or join our
8989+[Discord](https://chat.tangled.org) to let us know. We'll also publish
9090+this on our blog for those that prefer RSS.
9191+9292+-- Anirudh