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

# EVO Dialed documentation

> Technical and operational documentation for the EVO Dialed creator management platform

EVO Dialed is a creator management platform that connects brands with content creators for sponsored campaigns. The platform handles the full lifecycle: creator onboarding, brand deal matching, content tracking, performance metrics, and payouts.

## Platform overview

<CardGroup cols={2}>
  <Card title="Platform guide" icon="book" href="/platform/creators">
    How the platform works for creators, brands, and admins
  </Card>

  <Card title="Admin console" icon="sliders" href="/admin/mission-control">
    Managing creators, brands, and campaigns
  </Card>

  <Card title="Notifications" icon="bell" href="/notifications/overview">
    All notification types across the platform
  </Card>

  <Card title="Architecture" icon="sitemap" href="/architecture">
    System architecture and how components connect
  </Card>
</CardGroup>

## Technical documentation

<CardGroup cols={3}>
  <Card title="Backend" icon="server" href="/backend/overview">
    Rails API, models, services, and jobs
  </Card>

  <Card title="Frontend" icon="browser" href="/frontend/overview">
    Next.js admin dashboard
  </Card>

  <Card title="iOS app" icon="mobile" href="/ios/overview">
    Creator iOS application
  </Card>
</CardGroup>

## Key concepts

| Concept        | Description                                       |
| -------------- | ------------------------------------------------- |
| **Creator**    | Content creator enrolled in brand deals           |
| **Brand**      | Client company running creator campaigns          |
| **Campaign**   | Time-bound content initiative under a brand       |
| **Contract**   | Agreement between brand and creator with targets  |
| **Placement**  | Individual piece of content posted by a creator   |
| **Brand Deal** | Public job board listing for creator applications |

## System components

```
┌─────────────────┐     ┌─────────────────┐     ┌─────────────────┐
│   iOS App       │     │  Admin Frontend │     │  Client Hub     │
│   (Creators)    │     │  (EVO Team)     │     │  (Brands)       │
└────────┬────────┘     └────────┬────────┘     └────────┬────────┘
         │                       │                       │
         └───────────────────────┼───────────────────────┘
                                 │
                    ┌────────────▼────────────┐
                    │     Rails Backend       │
                    │   dialedapi.evo...co    │
                    └────────────┬────────────┘
                                 │
         ┌───────────────────────┼───────────────────────┐
         │                       │                       │
┌────────▼────────┐   ┌─────────▼─────────┐   ┌─────────▼─────────┐
│     MySQL       │   │      Redis        │   │  External APIs    │
│   (Primary DB)  │   │  (Cache/Queues)   │   │  (TikTok, IG...)  │
└─────────────────┘   └───────────────────┘   └───────────────────┘
```

## Quick links

* **Production admin**: [dialed.evomarketing.co](https://dialed.evomarketing.co)
* **Production API**: [dialedapi.evomarketing.co](https://dialedapi.evomarketing.co)
* **GitHub**: [Evo-Marketing-LLC](https://github.com/Evo-Marketing-LLC)
