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

# Welcome to Trackly SMS

> The SMS marketing platform built for affiliate marketers and performance-driven teams

## What is Trackly SMS?

Trackly SMS is a comprehensive SMS marketing platform designed specifically for affiliate marketers and performance-driven teams. Think of it as "The Iterable for SMS — purpose-built for affiliate and CPA operators" — a scalable solution for sending text messages at volume with advanced automation, audience segmentation, and revenue tracking.

<CardGroup cols={2}>
  <Card title="Send Your First SMS" icon="paper-plane" href="/quickstarts/send-first-sms">
    Get up and running in under 5 minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Integrate via REST API
  </Card>

  <Card title="Build Audiences" icon="users" href="/guides/audiences/overview">
    Target the right contacts with segmentation
  </Card>

  <Card title="Automate with Journeys" icon="route" href="/guides/journeys/overview">
    Create automated welcome sequences
  </Card>
</CardGroup>

## Core Capabilities

### Multi-Provider SMS Sending

Use fully managed sending, or bring your own carrier (BYOC) by connecting your existing provider account (Twilio, Infobip, CM, Lime) — and manage all sending from one platform. Configure multiple phone numbers with different brands and use cases. Dual-route provisioning for toll-free numbers is supported.

### Intelligent Audience Segmentation

Build complex audience segments using AND/OR logic with conditions based on:

* Send and click activity
* Revenue and conversion history
* Custom contact fields
* Signup date and source
* Timezone and carrier

### Campaign Scheduling

Two configurable send modes:

* **Blast Mode**: Full editorial control with A/B testing and percentage splits
* **Automated Mode**: Thompson Sampling-driven creative selection that optimizes for Revenue Per Send (RPS)
* **Spread Duration**: Stagger sends over a configurable 0-120 minute window for better deliverability

### Welcome Journeys

Create automated multi-step sequences triggered when contacts join your lists:

* Send messages at specific intervals
* Branch based on click behavior
* Use wait steps for optimal timing
* Exit contacts based on conditions

### Link Tracking & Attribution

Every link is tracked with:

* Click attribution to messages and offers
* Bot detection and filtering
* Revenue tracking from affiliate networks
* Real-time click confirmation

### Offer Management

Integrate with affiliate platforms (TUNE/HasOffers, Everflow, Cake) to:

* Sync offers automatically
* Track conversions and revenue via multiple attribution methods
* Attribute sales to specific messages
* Calculate performance metrics (RPS, EPC, CTR)

### OTP/2FA Verification

Send and verify one-time passcodes via the v2 API for phone number verification or two-factor authentication.

### Creative Studio

Generate SMS message copy and interstitial landing pages using LLM-powered AI tools.

### White-Label Sites

Deploy branded versions of the platform under custom domains with custom branding, colors, and logos.

## Platform Architecture

<Note>
  Trackly SMS is built on a modern, scalable architecture:

  * **Dashboard**: React 19 + TypeScript UI for campaign management
  * **API**: Flask REST API for programmatic access (v2 is current)
  * **Message Execution**: High-throughput workers with 30-thread pool and distributed rate limiting
  * **Schedule Execution**: Automated scheduling and journey processing
  * **Link Tracking**: Low-latency redirect service with bot detection
  * **Partnership Services**: Click tracking, conversion handling, affiliate portal
  * **Free Tier**: 500 messages/month with no payment method required
</Note>

## Getting Started

<Steps>
  <Step title="Create Your Account">
    Sign up at [app.tracklysms.com](https://app.tracklysms.com) and verify your email
  </Step>

  <Step title="Set Up a Sending List">
    Configure a phone number with your SMS provider credentials
  </Step>

  <Step title="Import Contacts">
    Upload your contact list or add contacts via API
  </Step>

  <Step title="Create Your First Campaign">
    Build a creative, select your audience, and schedule your send
  </Step>
</Steps>

Ready to dive in? Start with our [5-minute quickstart guide](/getting-started/quickstart).

## Need Help?

<CardGroup cols={2}>
  <Card title="FAQ" icon="circle-question" href="/resources/faq">
    Common questions answered
  </Card>

  <Card title="Support" icon="headset" href="/resources/support">
    Contact our team
  </Card>
</CardGroup>
