
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@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 8 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.