Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

blog/posts: mention bobbin source

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

Anirudh Oppiliappan (Jul 13, 2026, 10:14 AM +0530) 87c25b21 f943fefe

+4 -4
+4 -4
blog/posts/bobbin.md
··· 46 46 3. Its architecture from the ground up is inherently built for the kind 47 47 of web program that assumes *it* is the source of truth of data. 48 48 4. Because of all of the above, and the fact that there *is* some 49 - private data such as email->user [DID](https://atproto.com/specs/did) 49 + private data such as email -> user [DID](https://atproto.com/specs/did) 50 50 ties, there ought to only be one AppView for Tangled. This means that 51 51 latency to Tangled is vaguely a function of distance from the server 52 52 in Stockholm. ··· 195 195 that could. With it, anyone can build programs using the Tangled dataset 196 196 more easily. 197 197 198 - There is an instance of Bobbin on 199 - [api.tangled.org](https://api.tangled.org), and hopefully you'd find it 200 - easy to host your own. 198 + There is an instance of Bobbin on [api.tangled.org](https://api.tangled.org), 199 + and hopefully you'd find it easy to host your own. Bobbin's source lives in 200 + [our monorepo](https://tangled.org/tangled.org/core/tree/master/bobbin).