Create private blob stores with a single click in v0
Vercel's v0 platform adds one-click creation of private and public blob stores, with the agent automatically generating the correct authenticated or direct-URL implementation code.
Teams can now create private and public blob stores with a single click in v0. When adding Vercel Blob to a chat, a dialog lets you select your preferred region and access type. Private storage is selected by default and requires authentication to access sensitive files, while public storage allows direct reads for assets like media.
Once connected, the agent automatically understands your store's configuration. It writes the correct implementation for your choice, setting up authenticated delivery routes for private stores or direct URLs for public ones, without requiring you to write any code manually. Learn more in the .Vercel Blob documentation Read more