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

# Introduction

> One SDK. Full visibility into your app — errors, notifications, analytics, and more.

## What is Atelerix?

Atelerix is a unified developer monitoring and engagement platform built for modern mobile teams. Instead of juggling Sentry, OneSignal, Instabug, and Firebase Analytics separately — you get all of it in one SDK, one dashboard.

One integration. Full control.

## Get Started

If you are new to Atelerix, you can <a href="https://app.atelerix.com">create account</a> and start using the platform. New to the dashboard itself? See [The Dashboard](/dashboard) for a tour of organizations, projects, and where each module lives.

Select your platform to get started:

<CardGroup cols={3}>
  <Card title="Flutter" icon="flutter" href="/frameworks/flutter">
    Add Atelerix to your Flutter app in under 5 minutes.
  </Card>

  <Card title="React Native" icon="react" href="#">
    <p>Coming Soon</p>
  </Card>

  <Card title="Swift" icon="swift" href="#">
    <p>Coming Soon</p>
  </Card>

  <Card title="Kotlin" icon="android" href="#">
    <p>Coming Soon</p>
  </Card>
</CardGroup>

## SDK Modules

<CardGroup cols={2}>
  <Card title="Error Tracking" icon="bug" href="/modules/error-tracking">
    Track bugs and the users affected by them, see full bug details, and get an AI-assisted suggestion to fix it.
  </Card>

  <Card title="Push Notifications" icon="bell" href="/modules/push-notifications">
    Set up and send mobile notifications.
  </Card>

  <Card title="Analytics" icon="chart-bar" href="/modules/analytics">
    <Badge>Coming Soon</Badge>

    Track users, sessions, geography, and app performance in real time.
  </Card>

  <Card title="In-App Messages" icon="message" href="/modules/in-app-messages">
    <Badge>Coming Soon</Badge>

    Display targeted popups and banners to users without a new app release.
  </Card>

  <Card title="Feedback" icon="star" href="/modules/feedback">
    <Badge>Coming Soon</Badge>

    Collect structured user feedback directly inside your app.
  </Card>

  <Card title="Updates" icon="wrench" href="/modules/updates">
    <Badge>Coming Soon</Badge>

    Force or suggest app updates with flexible version rules.
  </Card>
</CardGroup>

## Available Platforms

| Platform                | Status         |
| ----------------------- | -------------- |
| Flutter (iOS + Android) | ✅ Available    |
| Android (Native Kotlin) | 🔜 Coming Soon |
| iOS (Native Swift)      | 🔜 Coming Soon |
| React Native            | 🔜 Coming Soon |
| React                   | 🔜 Coming Soon |
| NestJS                  | 🔜 Coming Soon |
| Laravel                 | 🔜 Coming Soon |

<Note>
  Atelerix is currently in **beta**. Error Tracking and Push Notifications are live. Analytics, In-App Messages, Feedback, and Updates modules are coming soon.
</Note>
