Monorepo for Tangled
0

Configure Feed

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

blog/posts: newsletter 03

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

authored by

Anirudh Oppiliappan and committed by
Tangled
(Jul 10, 2026, 7:09 PM +0300) 0edee92a 550f927b

+82
+82
blog/posts/newsletter-03.md
··· 1 + --- 2 + atroot: true 3 + template: 4 + slug: newsletter-03 5 + title: Newsletter 03 6 + subtitle: Code search, focus mode, microVM CI and a new home 7 + image: https://assets.tangled.network/blog/newsletter/03/og.png 8 + date: 2026-07-10 9 + authors: 10 + - name: Anirudh 11 + email: anirudh@tangled.org 12 + handle: anirudh.fi 13 + --- 14 + 15 + *This was originally sent as an email.* 16 + 17 + Happy summer, Tanglers! While the rest of Europe vacations, we've been busy 18 + shipping. Quality of life improvements like Focus Mode, a whole new CI engine 19 + powered by microVMs, code search and a revamped timeline page. Lots to cover, 20 + let's get into it! 21 + 22 + ## Code search 23 + 24 + ![Code Search feature 25 + card](https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:wshs7t2adsemcrrd4snkeqli/bafkreiba3x4mrqegrtost4vlddfbhbbza7jxeof6q3odflpxf77hdfu2fa@jpeg) 26 + 27 + Full-text code search is here. You can now search for code across the 28 + *entire* Tangled network, and yes, regex is supported. :) 29 + 30 + Try it here [in our monorepo](https://tangled.org/tangled.org/core/search)! 31 + 32 + ## Focus mode 33 + 34 + ![Focus Mode feature 35 + card](https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:wshs7t2adsemcrrd4snkeqli/bafkreifvd4pjapk2mce4jf3xt2anfgatlkhmduenkkfxato6iylvcw2bjm@jpeg) 36 + 37 + Focus Mode is a new way to clear notifications: lock in and knock out your list 38 + one item at a time, with a task bar that nudges you to stay on track until the 39 + queue is empty. 40 + 41 + ## Experimental XRPC API 42 + 43 + ![Experimental API feature 44 + card](https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:wshs7t2adsemcrrd4snkeqli/bafkreignzcbexjtq6zwwxsnvmsytbbqgsfie2qka7c6jqqvf6spzpj5y5a@jpeg) 45 + 46 + The Tangled XRPC API is live. An experimental API (using the [AT Protocol XRPC 47 + format](https://atproto.com/specs/xrpc)) to query Tangled is now available at 48 + [api.tangled.org](https://api.tangled.org). Give it a spin: 49 + 50 + ``` 51 + λ curl https://api.tangled.org/xrpc/sh.tangled.repo.listRepos?subject=did:plc:wshs7t2adsemcrrd4snkeqli | jq 52 + ``` 53 + 54 + You can browse the available lexicons in the monorepo, more docs to follow. 55 + 56 + ## A new home 57 + 58 + ![New Home feature 59 + card](https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:wshs7t2adsemcrrd4snkeqli/bafkreife4l2m4gpwb33sngzxcmybqnnhqguuxaeuy56qf4lo2py5tndsza@jpeg) 60 + 61 + The homepage now uses a brand-new three-column layout: Notifications and 62 + Recents on the left, your Timeline (Global / Following) in the middle, and 63 + Trending, Announcements, and more on the right. We hope you like the improved 64 + information density just as much as we do! 65 + 66 + ## MicroVM-powered CI 67 + 68 + ![MicroVM CI feature 69 + card](https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:wshs7t2adsemcrrd4snkeqli/bafkreidwylh22aw2ctoij324ag2pjm2qfg4oep6jaok6wejghxebcfmscy@jpeg) 70 + 71 + Spindles can now run jobs inside NixOS/Alpine QEMU microVMs. That means you can 72 + build Docker containers or run services like Postgres directly in your CI 73 + workflows, each job isolated by default. 74 + 75 + [Read more →](https://blog.tangled.org/spindle-microvm) 76 + 77 + --- 78 + 79 + That's it for this issue! As always, you can reply to this email, or 80 + find us on [Discord](https://chat.tangled.org). 81 + 82 + -- Anirudh