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

# Welcome to Lekalao

> Lists, campaigns, automations and transactional e-mails, on your own sending provider.

Lekalao is an e-mail platform for teams who want to write to their subscribers without depending on a tool they cannot see into. You keep your contacts, you choose the provider that sends (Amazon SES, Postmark, Mailgun, SendGrid, Brevo, Resend or plain SMTP), and Lekalao does the rest: lawful subscriptions, sending at the right pace, tracking, bounces, statistics.

<CardGroup cols={2}>
  <Card title="Start in 15 minutes" icon="rocket" href="/guide/quickstart">
    From the sending provider to the first campaign, step by step.
  </Card>

  <Card title="The ideas" icon="shapes" href="/guide/concepts">
    Team, list, subscriber, segment, campaign, automation: what each word
    covers.
  </Card>

  <Card title="Developers" icon="code" href="/developers/introduction">
    A complete REST API, signed webhooks, a Laravel transport and an SMTP
    relay.
  </Card>

  <Card title="Self-hosting" icon="server" href="/self-hosting/overview">
    Install, run and upgrade Lekalao on your own servers.
  </Card>
</CardGroup>

## What Lekalao does

<AccordionGroup>
  <Accordion title="Contacts" icon="users">
    Lists with double opt-in, subscribers enriched with attributes and
    tags, segments built from conditions (tags, attributes, language,
    opens, clicks, engagement…), CSV and Excel import and export, a
    suppression list per team, and subscription forms to put on your own
    site.
  </Accordion>

  <Accordion title="Content" icon="pen-nib">
    Four editors (visual blocks, Markdown, HTML, MJML), templates with
    editable areas, personalisation variables with conditions and loops, a
    team brand, a media library, saved blocks and translated versions in
    every language.
  </Accordion>

  <Accordion title="Campaigns" icon="paper-plane">
    Sending now or later, A/B tests of up to five versions, spreading the
    send, each subscriber's local time, detailed statistics (click map,
    software, devices, countries, revenue) and campaigns created
    automatically from an RSS feed.
  </Accordion>

  <Accordion title="Automations" icon="diagram-project">
    Journeys triggered by a subscription, a tag, a date or an API call,
    with waits, conditions, A/B splits, waiting for events, goals and early
    exits.
  </Accordion>

  <Accordion title="Transactional e-mails" icon="envelope">
    Templates your applications call, a full log with resending, and three
    ways to send them: the API, the Laravel transport or the SMTP relay.
  </Accordion>

  <Accordion title="Deliverability and compliance" icon="shield-check">
    SPF, DKIM and DMARC checks, your own tracking domain, bounce and
    complaint handling, a campaign that goes wrong paused on its own, a
    consent record, the right of access and the right to be forgotten.
  </Accordion>
</AccordionGroup>

## How to read this documentation

<Columns cols={3}>
  <Card title="User guide" icon="book-open" href="/guide/quickstart">
    For the people who write, send and read the figures.
  </Card>

  <Card title="Developers" icon="code" href="/developers/introduction">
    For wiring Lekalao into your applications.
  </Card>

  <Card title="Self-hosting" icon="server" href="/self-hosting/overview">
    For the people who install and run it.
  </Card>
</Columns>

<Note>
  Lekalao's interface exists in English and French; this documentation
  follows the English labels. If you work in French, change the language in
  **Settings → Appearance and language**, and read the French version of this
  site.
</Note>
