Accelerate your Vercel Workflow with databases optimized for the fastest frontends
The simplest way to store and access media files on a global network. Perfect for unstructured data like images, videos, and audio files.
import { put } from '@vercel/blob';
export const runtime = 'edge';
export async function PUT(request: Request) { const { url } = await put('avatars/user-12345.png', request.body, { access: 'public' }); return Response.json({ url });}
Give your files a global home. With one URL, store and read file objects from anywhere.
With Vercel Blob, upload and serve files from a global network through unique and secure, immutable URLs.
Ready for the edge
For low-latency, high-throughput reads and writes, designed to work natively with Vercel's compute products.
No management required
No setup required. Spend your time building your application, not managing database instances.
Effortless scaling
Built to handle the unpredictable nature of web traffic, scaling up and down as needed.