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

# Selfmail: The open-source email provider for businesses.

> Selfmail is free-to-use, offering a hosted and selfhostable version.

<video autoPlay muted loop controls playsInline className="w-full aspect-video rounded-xl" src="https://cdn.selfmail.app/result.mp4" />

Selfmail is an open-source business first email provider, focused on simplicity and privacy. Selfmail is currently in an very early preview phase. The entire email provider is open-source, available on GitHub and selfhostable. A pricing model will come, when we'll go into our first beta.

<Danger>
  Selfmail is currently in an very early preview phase. Please do not use Selfmail for any production purposes.
</Danger>

## Why Selfmail?

There are a ton of email providers out there, so why use Selfmail?

* **Free to use**: Selfmail is completely free to use, with no hidden costs or fees. You can use Selfmail for as long as you want, without any limitations.
* **Open-source**: Selfmail is open-source, meaning you can inspect the code, contribute to it, and even selfhost it if you want to.
* **Privacy-focused**: Selfmail is built with privacy in mind. We do not track you, we do not sell your data, and we do not show you ads.
* **Business-first**: Selfmail is designed for businesses. We offer features like custom domains, team management, and more.

This sounds great, right? We would never sell your data to third parties, nor would we show you ads. We believe in a free and open internet, and we want to contribute to that vision.

## Pricing

Selfmail is not yet in a production mode, this means, we **do not have a pricing model yet**. When we go into our first beta, we will introduce a pricing model. Until then, Selfmail is completely free to use. Future plans would look like the following ones:

<Columns cols={3}>
  <Card title="Free" icon="leaf" className="border-green-500">
    <ul className="list-disc pl-5 space-y-2">
      <li>1 Domain</li>
      <li>1 Users</li>
      <li>10GB Storage</li>
      <li>Basic Support</li>
    </ul>
  </Card>

  <Card title="Pro" icon="star" className="border-blue-500">
    <ul className="list-disc pl-5 space-y-2">
      <li>3 Domain</li>
      <li>3 Users</li>
      <li>100GB Storage</li>
      <li>API & AI Access</li>
      <li>Workflows</li>
    </ul>
  </Card>

  <Card title="Premium" icon="shield" className="border-red-500">
    <ul className="list-disc pl-5 space-y-2">
      <li>10+ Domains</li>
      <li>10 Users</li>
      <li>1 TB Storage</li>
      <li>Higher Access to API, AI & Workflows</li>
    </ul>
  </Card>
</Columns>
