# Connect v0 apps to Slack, Google, and 100\+ other services

**Published:** August 21, 2026 | **Authors:** Vishal Yathish | **Contributors:** Ben Sabic, Hedi Zandi

---

Apps and agents built in v0 can now securely connect to [100+ third-party services](https://vercel.com/connect/browse), including Slack, Google, Notion, GitHub, and Salesforce, through [Vercel Connect](https://vercel.com/connect).

Prompt v0 to connect your app to a service, and it walks you through setting up a connector for it.

![Setting up a Slack connector for a personal task dashboard.](//images.ctfassets.net/e5382hct74si/5CGDV3suBMLpD4EfFd5Qy9/027ff5cb3e562044ca94db186909bb52/image__4_.png)
*Setting up a Slack connector for a personal task dashboard.*

Connectors belong to your team, so you set one up once and reuse it across apps.

For some connectors like Slack and GitHub, Vercel handles the app registration, so there's nothing to set up on the provider's side. For other services you can supply your own credentials. Either way, each connection mints a short-lived token, so there's no long-lived secret to store or rotate.

With v0 and Vercel Connect, Danny from the KERNEL team built a [voice-driven browser agent](https://x.com/DanielPrevoznik/status/2088598328007078174) that drives a real browser with Playwright code it generates on the fly. We built a personal dashboard, with Slack messages, Gmail inbox, and Linear issues in one view, and a digest of what needs attention.

![Personal task dashboard built in v0.](//images.ctfassets.net/e5382hct74si/1YeOwNvHMYbSQXrtWjq5oC/8017e9195f3ac505ca69f326c965a09e/0866abf5-d8a7-45d6-a63d-f6e604f72fe1.png)
*Personal task dashboard built in v0.*

Try it yourself in [v0](https://v0.app):

**Prompt for coding agents**

Build me a personal dashboard that combines Slack messages, Gmail inbox, and Linear tickets in one view with a digest of important notifications. 

Rank items by whether someone is waiting on me, like direct mentions, questions addressed to me, issues assigned to me with an upcoming due date, and threads I'm in that have gone quiet. For each item, show a one-line reason it surfaced and a link back to the source. 

Read the [documentation](https://v0.app/docs/vercel-connect) to learn more.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)