This repository has no description
0

Configure Feed

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

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