> ## Documentation Index
> Fetch the complete documentation index at: https://docs.postsider.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Volta Supported Channels: 40+ Publishing Platforms

> Volta supports 40+ channels across social media, messaging apps, and blogging platforms. Browse all supported platforms and connection methods.

Volta connects you to more than 40 publishing destinations from a single dashboard. Whether you're posting short updates to social networks, sharing long-form articles on blogging platforms, or pushing announcements into messaging channels, every platform you need is available in one place. You can schedule posts in advance, publish immediately, and manage all your channels without switching between apps.

## Channel Categories

<CardGroup cols={2}>
  <Card title="Social Media" icon="share-nodes" href="/channels/social-media">
    X, LinkedIn, Facebook, Instagram, YouTube, TikTok, Threads, Bluesky, Mastodon, Reddit, Pinterest, Dribbble, VK, and Farcaster — the full range of social networks in one place.
  </Card>

  <Card title="Messaging" icon="message" href="/channels/messaging">
    Publish announcements and updates directly to Discord servers, Slack workspaces, Telegram channels, Twitch chat, and Kick chat.
  </Card>

  <Card title="Blogging & Publishing" icon="pen-nib" href="/channels/blogging">
    Publish articles to WordPress, Medium, Dev.to, Hashnode, Ghost, Notion, Bear Blog, Mataroa, and Write.as without leaving Volta.
  </Card>

  <Card title="Other Platforms" icon="grid" href="/channels/blogging">
    Google My Business, Gmail, Listmonk newsletters, Nostr, Lemmy, Rumble, Skool, Moltbook, Whop, and MeWe round out the platform list.
  </Card>
</CardGroup>

## All Supported Platforms

| Category              | Platforms                                                                                                                                                           | Count |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- |
| Social Media          | X, LinkedIn (Personal + Page), Facebook, Instagram (Business + Standalone), YouTube, TikTok, Threads, Bluesky, Mastodon, Reddit, Pinterest, Dribbble, VK, Farcaster | 14    |
| Messaging             | Discord, Slack, Telegram, Twitch, Kick, Nostr                                                                                                                       | 6     |
| Blogging & Publishing | WordPress, Medium, Dev.to, Hashnode, Ghost, Notion, Bear Blog, Mataroa, Write.as                                                                                    | 9     |
| Other                 | Google My Business, Gmail, Listmonk, Lemmy, Rumble, Skool, Moltbook, Whop, MeWe                                                                                     | 9     |

## How Channels Are Connected

Volta supports two connection methods. The method available depends on the platform.

### OAuth (most platforms)

Most platforms use OAuth, which means Volta handles the secure authentication handshake for you.

<Steps>
  <Step title="Open Add Channel">
    Navigate to **Channels** in the sidebar and click **Add Channel**.
  </Step>

  <Step title="Choose your platform">
    Select the platform you want to connect from the list.
  </Step>

  <Step title="Authenticate">
    Click **Sign in with \[Platform]**. You'll be redirected to that platform to authorize Volta. After approving, you're returned to Volta with the channel connected.
  </Step>
</Steps>

<Note>
  For OAuth platforms, you don't need to set up anything in your `.env` file — you can enter OAuth app credentials directly in the **Add Channel** popup if they aren't already configured on your instance.
</Note>

### Credential Paste (direct entry)

Some platforms don't use a central OAuth server — or they offer simpler token-based access. For these, you enter your credentials directly into the Add Channel form. No app registration or server configuration is required.

Platforms using direct credential entry include:

| Platform  | What you enter                           |
| --------- | ---------------------------------------- |
| Bluesky   | Service URL + handle + app password      |
| Nostr     | Private key (HEX format)                 |
| WordPress | Domain + username + application password |
| Medium    | Integration token                        |
| Dev.to    | API key                                  |
| Hashnode  | Personal access token                    |
| Ghost     | Domain + Admin API key                   |
| Notion    | Internal integration token               |
| Bear Blog | URL + API token                          |
| Mataroa   | API key                                  |
| Write.as  | Username + password                      |
| Lemmy     | Instance URL + username + password       |
| Rumble    | Channel URL + API key                    |

<Tip>
  Credential-paste platforms are often the quickest to connect — there's no OAuth app registration involved. Just generate a token from the platform's settings page and paste it into Volta.
</Tip>
