Home/Vercel
Source

Vercel

572 articles from Vercel.

Frontend — Running Next.js in ChatGPT: How to Build ChatGPT Apps

Running Next.js in ChatGPT: How to Build ChatGPT Apps

Next.js now runs natively in ChatGPT with working navigation, React Server Components, and full features. Learn how we made this possible behind ChatGPTs triple iframe architecture and deploy our starter template to get started.

VVercel·July 2, 2026Frontend
Engineering — The no-nonsense guide to composable commerce

The no-nonsense guide to composable commerce

Composable commerce projects frequently become overly complex, leading to missed objectives and unnecessary costs. At Vercel, we take a no-nonsense approach to composable commerce that's solely focused on business outcomes.

VVercel·July 2, 2026Engineering
AI & ML — Unified reporting for all AI Gateway usage

Unified reporting for all AI Gateway usage

Break down AI inference costs by model, provider, user, and pricing tier. The Custom Reporting API gives you the data to calculate margins, track customer usage, and optimize spend across BYOK and system credentials.

VVercel·July 2, 2026AI & ML
Distributed — Mitigating Denial of Wallet risks with Vercel

Mitigating Denial of Wallet risks with Vercel

Protect against Denial of Wallet (DoW) attacks with Vercel. DoW exploits cloud scalability to inflate costs. Vercel provides solutions like budget alerts, spend limits, and anomaly detection to safeguard workloads and maintain financial stability.

VVercel·July 2, 2026Distributed
Frontend — Advancing Python typing

Advancing Python typing

PEP 827 introduces type manipulation to Python, bringing programmable, TypeScript-inspired type features to improve static typing, metaprogramming, and framework ergonomics.

VVercel·July 2, 2026Frontend
Performance — Building the Black Friday-Cyber Monday live dashboard

Building the Black Friday-Cyber Monday live dashboard

See how we built the data-heavy Black Friday-Cyber Monday dashboard to be cost-efficient, fast, and accurate. Building a data-heavy, real-time dashboard with a good user experience comes with challenges. Let's walk through how we overcame them.

VVercel·July 2, 2026Performance
AI & ML — Fluid compute: Evolving serverless for AI workloads

Fluid compute: Evolving serverless for AI workloads

Fluid, our newly announced compute model, eliminates wasted compute by maximizing resource efficiency. Instead of launching a new function for every request, it intelligently reuses available capacity, ensuring that compute isn’t sitting idle.

VVercel·July 2, 2026AI & ML
Performance — Introducing Active CPU pricing for Fluid compute

Introducing Active CPU pricing for Fluid compute

Fluid compute now uses Active CPU pricing. Only pay CPU rates when your function is actively computing. Building on existing Fluid gains, this brings additional savings of up to 90% for workloads like LLM calls, AI agents, or tasks with idle time.

VVercel·July 2, 2026Performance
Frontend — Vercel supports HIPAA compliance

Vercel supports HIPAA compliance

Vercel now supports HIPAA compliance for our enterprise customers, enabling companies to leverage our Frontend Cloud while maintaining compliance

VVercel·July 2, 2026Frontend
AI & ML — AI Gateway production index

AI Gateway production index

The state of production AI in 2026. Data from seven months of AI Gateway traffic across hundreds of models and tens of trillions of tokens.

VVercel·July 2, 2026AI & ML
Performance — Build realtime voice agents on AI Gateway

Build realtime voice agents on AI Gateway

Audio/voice support is live on AI Gateway, with realtime. Build realtime, low-latency voice agents with the AI SDK on Vercel AI Gateway, plus text to speech and speech to text behind one API key and your existing tooling.

VVercel·July 2, 2026Performance
Engineering — Vercel Ship 2026 recap

Vercel Ship 2026 recap

For a decade, Vercel has shaped how the web gets built. Now, we’re doing the same for agents. Vercel Ship 2026 brought over 2,500 people to London to build on Agentic Infrastructure.

VVercel·June 30, 2026Engineering
Performance — Run any Dockerfile on Vercel

Run any Dockerfile on Vercel

Vercel now runs any HTTP server straight from a Dockerfile. Bring a Rails, Django, Spring Boot, or Go app and Vercel builds, deploys, autoscales, and runs it on Fluid compute with Active CPU pricing.

VVercel·June 30, 2026Performance
Frontend — Vercel Services: Run full stack on Vercel

Vercel Services: Run full stack on Vercel

Run your whole backend on Vercel. Vercel Services deploys your frontend and every backend as one project, with routing, environment variables, and internal service-to-service communication wired automatically.

VVercel·June 30, 2026Frontend
AI & ML — AI SDK 7 is now available

AI SDK 7 is now available

AI SDK is the TypeScript SDK for building AI applications, features, frameworks, and agents across any model provider. AI SDK 7 focuses on what it takes to run AI in production.

VVercel·June 25, 2026AI & ML
Distributed — Introducing eve

Introducing eve

Introducing eve, the open-source agent framework from Vercel for building, running, and scaling agents in production, with durable execution, sandboxed compute, approvals, channels, tracing, and evals built in.

VVercel·June 17, 2026Distributed
Engineering — Introducing Vercel Connect

Introducing Vercel Connect

Vercel Connect lets your apps and agents access Slack, GitHub, and other services without storing long-lived secrets. Register a connector once and request scoped, short-lived tokens at runtime. Now in Public Beta.

VVercel·June 17, 2026Engineering
Engineering — Vercel for Enterprise Apps and Agents

Vercel for Enterprise Apps and Agents

Vercel for Enterprise Apps and Agents gives your entire company the ability to ship apps and agents safely, with identity, credential scoping, and infrastructure controls built into the platform by default.

VVercel·June 17, 2026Engineering
Security — Protecting against token theft

Protecting against token theft

Inference theft lets attackers resell your paid AI calls. See how the attack works, why rate limits and auth walls fail, and how Vercel BotID stops it on every request.

VVercel·May 29, 2026Security
AI & ML — 2026 Vercel AI Accelerator recap

2026 Vercel AI Accelerator recap

Read the recap of the 2026 Vercel AI Accelerator, where 39 AI startups spent six weeks building with Vercel before pitching at Demo Day at our San Francisco headquarters.

VVercel·April 28, 2026AI & ML
Frontend — A new programming model for durable execution

A new programming model for durable execution

Vercel Workflows is now GA. Write durable, long-running functions in TypeScript or Python. No orchestrator, no Kubernetes, no separate infrastructure. 100M+ runs in beta across 1,500+ customers.

VVercel·April 16, 2026Frontend
Systems — Optimizing Vercel Sandbox snapshots

Optimizing Vercel Sandbox snapshots

Vercel Sandbox snapshots let you save and restore your entire filesystem. Learn how we optimized snapshot restores with parallel downloads, streaming decompression, and local NVMe caching.

VVercel·April 2, 2026Systems