Articles from vercel.com
19 kept
- Geist Font
Vercel introduces Geist, a developer‑focused typeface offering monospace, sans, and pixel variants inspired by Swiss design, with installation guides for NPM, Google Fonts, and manual download.
- Vercel acquires Better Auth to accelerate open source auth - Vercel
Vercel acquires open‑source TypeScript auth library Better Auth, keeping it MIT‑licensed and advancing its Agent Auth protocol for scoped AI‑agent identity.
- Run any Dockerfile on Vercel - Vercel
Vercel now supports deploying any HTTP server from a Dockerfile on Fluid compute with autoscaling and CPU-based pricing.
- AI SDK 7 is now available - Vercel
AI SDK 7, with over 16 million weekly downloads, adds production-focused agent features like durable workflows, MCP apps, and realtime voice/video.
- Introducing eve - Vercel
Vercel launches Eve, an open-source agent framework with durable execution, sandboxed compute, and built-in approvals for production-ready agents.
- Introducing Vercel Connect - Vercel
Vercel Connect replaces long-lived provider tokens with runtime, scoped, short-lived credentials accessed via OIDC for agents and apps.
- Protecting against token theft - Vercel
Vercel details how attackers resell stolen AI inference via proxies and recommends per-request bot detection instead of rate limits or auth walls.
- AI Gateway production index - Vercel
Anthropic leads in spend, Google leads in volume, and agentic workloads now carry 59% of token volume, per Vercel's AI Gateway data from 200K+ teams.
- Introducing deepsec: The security harness for finding vulnerabilities in your codebase - Vercel
Vercel open-sources deepsec, an AI-powered security harness that runs locally and uses coding agents to find vulnerabilities in large codebases.
- A new programming model for durable execution - Vercel
Vercel Workflows is now generally available, offering a programming model for durable execution in TypeScript and Python without needing separate orchestration infrastructure.
- 360 billion tokens, 3 million customers, 6 engineers - Vercel
Durable migrated its multi-tenant AI platform to Vercel, serving 3 million customers with six engineers while cutting infrastructure costs by 3-4x and enabling same-day agent shipping.
- Introducing npm i chat – One codebase, every chat platform - Vercel
Vercel open-sourced Chat SDK, a TypeScript library for building chatbots across Slack, Discord, Teams, and more from a single codebase.
- Security boundaries in agentic architectures - Vercel
Vercel recommends separating agent harness from generated code execution in isolated sandboxes with secret injection to prevent prompt injection and credential theft in agentic architectures.
- Introducing the new v0 - Vercel
Vercel's new v0 brings production-ready AI coding to enterprises with git workflows, security, and real integrations for shipping software.
- Introducing bash-tool for filesystem-based context retrieval - Vercel
Vercel open-sourced bash-tool, a bash execution engine for AI agents to run commands over files and retrieve context without filling the prompt.
- AI Gateway support for Claude Code - Vercel
Claude Code can now be configured to route requests through Vercel AI Gateway by setting environment variables, enabling centralized usage tracking and cost monitoring.
- AI SDK 6 - Vercel
Vercel's AI SDK 6 introduces agents, human-in-the-loop tool approval, MCP support, devtools, reranking, and structured output for building AI applications.
- We removed 80% of our agent’s tools - Vercel
Vercel replaced a complex multi-tool text-to-SQL agent with a simpler file system agent using bash commands, achieving 3.5x faster execution and 100% success rate.
- How we built the v0 iOS app - Vercel
Vercel's v0 team details the challenges of building a native iOS app using React Native and Expo, focusing on chat animations and keyboard handling.