Introducing: React Best Practices - Vercel
We've encapsulated 10+ years of React and Next.js optimization knowledge into react-best-practices, a structured repository optimized for AI agents and LLMs.
We just released ๐๐๐๐๐-๐๐๐๐-๐๐๐๐๐๐๐๐๐, a repo for coding agents.
React performance rules and evals to catch regressions, like accidental waterfalls and growing client bundles.
How we collected them and how to install the skill โ
vercel.com/blog/introd...
15.01.2026 00:02
๐ 52
๐ 11
๐ฌ 0
๐ 4
An Event Mikeal Would Have Liked
Memorial charity event celebrating Mikeal Rogers' life - November 12, 2025
We're celebrating the life of Mikeal, creator of request, forker and reuniter of Node.js, renaissance and family man on November 12.
We received a very generous donation and are now able to make this event completely free.
Looking forward to see all of you! an-event-mikeal-would-have-liked.com
17.10.2025 15:12
๐ 5
๐ 4
๐ฌ 0
๐ 0
An Event Mikeal Would Have Liked
Memorial charity event celebrating Mikeal Rogers' life - November 12, 2025
To honor a great friend and open-source pioneer Mikeal Rogers we're organizing a "conf" and charity auction.
I'll be auctioning an exclusive wagyu BBQ at my house for up to 15.
Join us and ideally offer more donations!
All proceeds go to his wife and 2 kids an-event-mikeal-would-have-liked.com
06.10.2025 21:01
๐ 12
๐ 4
๐ฌ 0
๐ 0
Prompt injection is sometimes called an "unsolvable". But we shouldn't give up like that. I've been on a mission to introduce hard security boundaries into AI agents and this is the next step:
What if compromised MCP tools couldn't just passively prompt inject your app?
17.09.2025 20:56
๐ 6
๐ 0
๐ฌ 1
๐ 0
Vercel Ship 2025: The no-nonsense approach to AI agent development with Malte Ubl
Learn how to build secure, production-grade AI agents.
At Vercel Ship 2025, Malte Ubl shared a no-nonsense approach to building AI agents.
Learn how to build and secure AI agents that automate complex workflows, and understand the product and business impact behind them.
vercel.fyi/J9sgXzv
08.07.2025 21:54
๐ 16
๐ 1
๐ฌ 1
๐ 0
So excited so be working with y'all more closely!
08.07.2025 13:59
๐ 3
๐ 0
๐ฌ 1
๐ 0
I am delighted to announce that @vercel.com are investing in Nuxt!
they are backing our vision of the open web, hiring me as well as other core team members (@atinux.com, @pi0.io + @antfu.me), to continue to work full time on Nuxt
we remain independent โ and our vision and ethos are not changing ๐
08.07.2025 13:29
๐ 419
๐ 43
๐ฌ 67
๐ 12
NuxtLabs, creators of Nuxt and Nitro, are joining Vercel.
Same license, roadmap, and open governance, but now in a joint mission to build the best web.
08.07.2025 13:26
๐ 86
๐ 14
๐ฌ 1
๐ 15
RSVP to Vercel Berlin Meetup | Partiful
Berlin! ๐ฉ๐ช
Vercel is coming to Berlin to host its June meetup.
Join us for community talks, a Vercel q&a panel, and networking. Bring all your Vercel & Next.js questions. And yes, come hungry! We'l...
I'm traveling to Berlin next week and we're doing a Vercel meetup to celebrate the opening of our new Berlin office.
I have a whole queue of blog posts about agents coming out and will be turning them into a lightning talk, and we'll have a panel, etc. The usual!
partiful.com/e/9Is88RwZV9...
28.05.2025 12:55
๐ 8
๐ 0
๐ฌ 0
๐ 0
Code snippet: // app/api/[transport]/route.ts
import { createMcpHandler } from '@vercel/mcp-adapter';
const handler = createMcpHandler(server => {
server.tool(
'roll_dice',
'Rolls an N-sided die',
{ sides: z.number().int().min(2) },
async ({ sides }) => {
const value = 1 + Math.floor(Math.random() * sides);
return { content: [{ type: 'text', text: `๐ฒ You rolled a ${value}!` }] };
}
);
});
export { handler as GET, handler as POST, handler as DELETE };
MCP allows you to build integrations for AI models.
Deploy your Model Context Protocol (MCP) server on Vercel and connect to it from clients like Claude, Cursor, and more.
Learn more and get started with our updated template.
vercel.com/changelog/mc...
07.05.2025 23:54
๐ 20
๐ 2
๐ฌ 1
๐ 1
Can't wait to spend the summer at the pool
03.05.2025 01:41
๐ 18
๐ 0
๐ฌ 0
๐ 0
No
28.04.2025 16:42
๐ 2
๐ 0
๐ฌ 0
๐ 0
It's on the roadmap. Should be about 3 months out.
28.04.2025 12:50
๐ 3
๐ 0
๐ฌ 2
๐ 0
Let me check in
26.04.2025 23:00
๐ 2
๐ 0
๐ฌ 1
๐ 0
Protection against React Router and Remix vulnerabilities - Vercel
Security researchers reviewing the Remix web framework have discovered two high-severity vulnerabilities in React Router. Vercel proactively deployed mitigation to the Vercel Firewall and Vercel custo...
We looked deeply into the recent React Router/Remix CVE & deployed mitigation for Vercel customers through our firewall
- It enables stored XSS
- High likelihood that any React Router app is impacted
- If using another CDN action may be required
- Upgrade recommended
vercel.com/changelog/pr...
26.04.2025 20:59
๐ 6
๐ 0
๐ฌ 0
๐ 0
Next.js 15.2
Next.js 15.2 introduces an improved error experience, streaming metadata, Turbopack performance improvements, and more.
Next.js 15.2
โข Redesigned Error UI & Improved Stack Traces
โข Streaming Metadata
โข Turbopack Performance Improvements
โข View Transitions (experimental)
โข Node.js Middleware (experimental)
nextjs.org/blog/next-15-2
27.02.2025 01:36
๐ 142
๐ 22
๐ฌ 3
๐ 5
Yeah, I mean, the Oppenheimer movie is showing some of that. AFAIK it was very Physics-specific that non-Germans would literally learn German to enter the field. I haven't heard about that happening in different disciplines
21.01.2025 17:55
๐ 1
๐ 0
๐ฌ 1
๐ 0
A PKI based on decentralized trust for P2P transaction processing [2004]
The text below is Malte Ubl's diploma thesis from 2004. Diploma was the name of the primary academic title
And with the benefit of hindsight, the thesis proposes a blockchain-like mechanism for p2p transaction processing. It might have been a little ahead of its time. But again, it might as well not exist given that it was a computer science thesis written in German ๐คฆ
19.01.2025 00:16
๐ 2
๐ 0
๐ฌ 1
๐ 0
A PKI based on decentralized trust for P2P transaction processing [2004]
The text below is Malte Ubl's diploma thesis from 2004. Diploma was the name of the primary academic title
Should you read even a part of it? Probably not lol. But there is something morbidly interesting about looking into early 2000s internet culture.
19.01.2025 00:16
๐ 1
๐ 0
๐ฌ 1
๐ 0
A PKI based on decentralized trust for P2P transaction processing [2004]
The text below is Malte Ubl's diploma thesis from 2004. Diploma was the name of the primary academic title
I finished university in 2004 and made a big stupid mistake: I wrote my thesis in German. I've literally been sad about this ever since.
But AI to rescue: I dusted off an old PDF and had Gemini Pro translate it to English
19.01.2025 00:16
๐ 8
๐ 0
๐ฌ 2
๐ 0
Does anyone know the status of the Private State Token API?
It seems shipped in Chrome but the demos appear broken and it doesn't look like Google shipped a generic issuer like Apple did for Private Access Tokens.
12.01.2025 16:37
๐ 2
๐ 1
๐ฌ 1
๐ 0
I just remembered how an internet mob chastised the Google intern who wanted to ship an async version of Local Storage using tech that allowed shipping Chrome feature using only JS knowledge. Both the feature and the underlying tech was killed.
Imagine what could have been.
03.01.2025 21:58
๐ 10
๐ 0
๐ฌ 0
๐ 0
Sure, but it's often used as a device to shutdown all discussion of higher level APIs as if it was dogma
02.01.2025 15:38
๐ 1
๐ 0
๐ฌ 1
๐ 0
Indeed. It had a time and a place, but it's not the answer to every question
02.01.2025 13:35
๐ 0
๐ 0
๐ฌ 1
๐ 0
This is really good and helpful, thank you! Also: I very genuinely was gonna say that already before finding the quote ๐คฃ
31.12.2024 22:43
๐ 3
๐ 0
๐ฌ 0
๐ 0