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

# Klaritics: Self-Hosted Product Analytics Platform

> Klaritics is a self-hosted product analytics platform for user management, analysis, dashboards, templates, integrations, and real-time alerts.

Klaritics is a self-hosted product analytics platform that provides end-to-end analytics across user management, data, analysis, dashboards, templates, integrations, and alerts. Deploy the full platform inside your own infrastructure and analyze product usage without sending data to a third party.

## What you can do with Klaritics

<CardGroup cols={2}>
  <Card title="Analyze user behavior" icon="chart-line" href="/analysis/chart-analysis">
    Build charts, funnels, retention, cohorts, and user flows over your event data.
  </Card>

  <Card title="Build dashboards" icon="chart-bar" href="/dashboards/overview">
    Pin analytical widgets to saved dashboards and share them with your team.
  </Card>

  <Card title="Instrument your apps" icon="code" href="/sdk/overview">
    Send events from Web, Android, iOS, React Native, and Flutter SDKs.
  </Card>

  <Card title="Self-host end-to-end" icon="server" href="/deployment/self-hosted">
    Run the entire platform in your own environment with full data ownership.
  </Card>
</CardGroup>

## Core modules

Klaritics ships with a complete set of analytics modules out of the box.

<CardGroup cols={2}>
  <Card title="User Management" icon="users" href="/user-management/roles">
    Roles and users to control access across the platform.
  </Card>

  <Card title="Analysis" icon="chart-line" href="/analysis/chart-analysis">
    Chart Analysis, Funnels, Retention, Cohorts, User Flows, Insights, Pivot Tables, User Sessions, Engagement Matrix, and Impact Analysis.
  </Card>

  <Card title="Dashboards" icon="chart-bar" href="/dashboards/overview">
    Saved dashboards built from pinned analytical widgets.
  </Card>

  <Card title="Data" icon="database" href="/data/event-taxonomy">
    Event Taxonomy, Real-time Events, and Real-time Users.
  </Card>

  <Card title="Templates" icon="layer-group" href="/templates/overview">
    Product Analytics, Flow Analysis, Feature Adoption, and Product KPIs.
  </Card>

  <Card title="Alerts & Integrations" icon="bell" href="/alerts/overview">
    Configure alerts on widgets and connect Third Party Cohorts.
  </Card>
</CardGroup>

## How Klaritics works

<Steps>
  <Step title="Instrument your product">
    Add the Klaritics SDK for [Web](/sdk/web), [Android](/sdk/android), [iOS](/sdk/ios), [React Native](/sdk/react-native), or [Flutter](/sdk/flutter) and start sending events.
  </Step>

  <Step title="Define your event taxonomy">
    Organize incoming events and attributes in the [Event Taxonomy](/data/event-taxonomy) module.
  </Step>

  <Step title="Build analyses and widgets">
    Create charts, funnels, retention, cohorts, and other analyses. Pin them as widgets to dashboards.
  </Step>

  <Step title="Share dashboards and set alerts">
    Save dashboards for your team and configure alerts on any widget.
  </Step>
</Steps>

<Note>
  Klaritics v1.0.0 ships all modules listed above except Compass, Session Engagement, User Activity, and Session Replays. See the [release notes](/release-notes) for details.
</Note>
