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

# Intro

> Privacy-first mobile analytics SDKs for iOS, Android, Flutter, and React Native.

# Fantasma SDK Docs

Fantasma is a self-hosted, privacy-first mobile analytics platform with a small,
legible product surface. These docs cover the shipped client SDKs for iOS,
Android, Flutter, and React Native.

The SDKs share the same core ingest model:

* events are queued durably before upload
* uploads target `POST /v1/events`
* write keys must be project-scoped `ingest` keys
* runtime metadata such as platform, device, and locale is added automatically

Choose your platform:

* [Shared SDK behavior](/mintlify/sdk-behavior)
* [iOS SDK](/mintlify/ios-sdk)
* [Android SDK](/mintlify/android-sdk)
* [Flutter SDK](/mintlify/flutter-sdk)
* [React Native SDK](/mintlify/react-native-sdk)

Fantasma keeps the public product surface narrow on purpose. This docs site is
SDK-first for now; operator, deployment, and API reference docs remain in the
repository until a later phase.
