1 min read
You can now install integrations from the Vercel Marketplace directly through the Vercel CLI.
The Vercel Marketplace offers native integrations that allow you to use provider products —currently Supabase, Redis, and EdgeDB—directly from the Vercel dashboard without leaving the platform or creating separate accounts.
Running the vc i
command will:
Install the integration (e.g.
vc i supabase
to install Supabase)Automatically provision resources as part of the integration installation, as required by the provider products
Get enhanced error messages in the terminal for troubleshooting of any installation issues
Check out the documentation to learn more.