
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@vercel/platforms
Advanced tools
Vercel Platforms is a component library and custom registry built on top of shadcn/ui to help you build platforms on Vercel faster.
A command-line interface for installing Vercel Platforms components - a component library built on top of shadcn/ui to help you build platforms on Vercel faster.
Vercel Platforms provides pre-built, customizable React components specifically designed for platforms on Vercel, including conversations, messages, code blocks, reasoning displays, and more. The CLI makes it easy to add these components to your Next.js project.
You can use the Vercel Platforms CLI directly with npx, or install it globally:
# Use directly (recommended)
npx @vercel/platforms@latest
# Or using shadcn cli
npx shadcn@latest add https://vercel.com/platforms/registry/all.json
Before using Vercel Platforms, ensure your project meets these requirements:
npx shadcn@latest init)Install all available Vercel Platforms components at once:
npx @vercel/platforms@latest
This command will:
Install individual components using the add command:
npx @vercel/platforms@latest add <component-name>
Examples:
# Install the message component
npx @vercel/platforms@latest add message
# Install the conversation component
npx @vercel/platforms@latest add conversation
# Install the code-block component
npx @vercel/platforms@latest add code-block
You can also install components using the standard shadcn/ui CLI:
# Install all components
npx shadcn@latest add https://vercel.com/platforms/registry/all.json
# Install a specific component
npx shadcn@latest add https://vercel.com/platforms/registry/message.json
Vercel Platforms includes the following components:
(TBD)
After installing components, you can use them in your React application:
(TBD)
The Vercel Platforms CLI:
https://vercel.com/platforms/registry/registry.jsonComponents are installed to your configured shadcn/ui components directory (typically @/components/vercel-platform/) and become part of your codebase, allowing for full customization.
Vercel Platforms uses your existing shadcn/ui configuration. Components will be installed to the directory specified in your components.json file.
For the best experience, we recommend:
AI_GATEWAY_API_KEY to your .env.localMade with ❤️ by Vercel
FAQs
Vercel Platforms is a component library and custom registry built on top of shadcn/ui to help you build platforms on Vercel faster.
The npm package @vercel/platforms receives a total of 1 weekly downloads. As such, @vercel/platforms popularity was classified as not popular.
We found that @vercel/platforms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 322 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.