Introducing storage on Vercel

Click for: original source

Vercel KV, Vercel Postgres, Vercel Blob, and Vercel Edge Config are now available. Driven by the need for both performance and personalization, frameworks are becoming server-first and edge-first. By vercel.com.

This shift is exemplified by React Server Components and the introduction of streaming infrastructure into Vercel runtimes. These capabilities make it easier than ever to fetch data from a database or other data sources, within the server component itself.

Verel is excited to announce a suite of serverless storage solutions now available on Vercel, powered by some of the best infrastructure providers in the industry:

  • Vercel KV: A serverless Redis solution that’s easy and durable, powered by Upstash
  • Vercel Postgres: A serverless SQL database built for the frontend, powered by Neon
  • Vercel Blob: A solution to upload and serve files at the edge, powered by Cloudflare R2

A key-value store like Redis is one of the most common tools developers reach for when managing things like rate-limiting, session management, or application state. Vercel’s first-party storage makes it easy for developers to manage their frontend storage needs, without worrying about infrastructure. Excellent news!

[Read More]

Tags app-development web-development apis database serverless nosql