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

# Welcome 👋

**Mellowtel is the open-source monetization platform for developers and creators in the AI world.** Drop the SDK into your browser extension, desktop app, website, or mobile app and your users can opt in to share a fraction of their unused internet bandwidth with trusted partners. You earn a share of the revenue.

## What integration looks like

```bash theme={null}
npm install mellowtel
```

```javascript theme={null}
import Mellowtel from "mellowtel";

const mellowtel = new Mellowtel("<YOUR_CONFIGURATION_KEY>");
await mellowtel.initBackground();
await mellowtel.generateAndOpenOptInLink();
```

That's the whole integration for a browser extension. Other platforms are similar. See the quickstarts below.

## Pick your platform

<CardGroup cols={2}>
  <Card title="Browser plugins" icon="puzzle-piece" href="/browser-plugins/quickstart">
    Integrate Mellowtel into a Chrome, Edge, Firefox, or Safari extension in \~5 minutes.
  </Card>

  <Card title="Desktop apps" icon="desktop" href="/desktop-app/quickstart">
    Monetize an Electron, Windows, or macOS desktop app.
  </Card>

  <Card title="Websites" icon="atom" href="/website/quickstart">
    Add Mellowtel to any website with a single script.
  </Card>

  <Card title="Mobile apps" icon="mobile" href="/mobile-app/quickstart">
    Monetize an iOS or Android mobile app.
  </Card>
</CardGroup>

## Before you ship, read the concepts

These four pages explain the principles every Mellowtel integration must respect: consent, privacy, and rate limiting. Skim them once and the rest of the docs will make sense.

<CardGroup cols={2}>
  <Card title="Concepts overview" icon="compass" href="/concepts/overview">
    The four ideas behind Mellowtel in one page.
  </Card>

  <Card title="Opt-in / Opt-out" icon="signature" href="/concepts/opt-in-out">
    How to capture (and revoke) user consent the right way.
  </Card>
</CardGroup>

## How the revenue works

The split is **55% to developers, 45% to Mellowtel**. As we scale we will be able to offer more services and increase the developer share. Down the line there may be features that let you share part of this revenue with your users directly; in the meantime you can reward opted-in users with exclusive features or content.

## Need help?

This site is the source of truth for everything technical. For anything else (questions, feedback, or just to hang out with other Mellowtel developers), join us on [Discord](https://discord.com/invite/txAZp4MSDe).
