Hi Adam,
Last month brought big moves for the Vue ecosystem, a major dev-tool redesign, and a couple of open-source projects worth knowing about. Below: the creator of Vue Router and Pinia officially joins Vercel, Claude Code ships a ground-up desktop rebuild, Coolify crosses 53k GitHub stars as the self-hosted Vercel alternative, and a handwriting animation library that works with any font. Let's get into it.
Posva joins Vercel and the Nuxt team
Eduardo San Martin Morote – better known as posva – announced that he is joining Vercel and the Nuxt team. If you've built anything with Vue, you've almost certainly used his work: Eduardo is the creator and lead maintainer of both Vue Router and Pinia, two of the most foundational libraries in the Vue ecosystem.
This move follows NuxtLabs joining Vercel last year, which brought Sébastien Chopin, Daniel Roe, Pooya Parsa, and Anthony Fu under the same roof. Eduardo joining means the maintainers of Vue Router, Pinia, Nuxt, Nitro, and UnoCSS are now all backed by Vercel – a concentration of Vue ecosystem talent that's hard to overstate.
What it means in practice: Eduardo has been shipping Pinia v3 and building Pinia Colada (a first-party data-fetching layer with optimistic updates, caching, and infinite-scroll support). With Vercel funding this work full-time, expect tighter integration between Pinia, Vue Router, and Nuxt – and faster iteration on the tools we use every day.
The community reaction has been cautiously optimistic. The open-source commitments (MIT license, public roadmap, open governance) are reassuring, and having core library authors working alongside the framework team should mean fewer gaps between routing, state, and data-fetching patterns.
Claude Code desktop: parallel sessions, integrated terminal, side chats
Anthropic shipped a ground-up rebuild of the Claude Code desktop app earlier this month. The headline feature: a new sidebar that lets you run multiple sessions side by side from a single window – spin up a refactor in one repo, a bug fix in another, and a test-writing pass in a third, then check in on each as results arrive.
Beyond parallel sessions, the redesign packs in:
- Integrated terminal for running tests and builds without leaving the app
- In-app file editor and a rebuilt diff viewer optimized for large changesets
- Side chat
(Cmd+; / Ctrl+;)– branch a question off a running task without redirecting the main thread - Three view modes (Verbose, Normal, Summary) to control how much tool-call activity you see
- Routines (research preview) – scheduled automations that run on cloud infra even when your laptop is off
Whether you work in Cursor, VS Code, or the terminal, this is worth watching. Claude Code was previously seen as powerful but terminal-bound – this redesign closes the visual gap considerably and makes the "parallel agent workforce" workflow much more accessible.