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

# Introduction

> Analytiq is a lightweight, developer-first analytics platform. See exactly what your users do — in real time.

## What is Analytiq?

Analytiq lets you track events from your web app and see them live on a beautiful dashboard. No complex setup, no server configuration, no data science knowledge needed.

Think of it like this:

> **Without Analytiq:** You guess what users are doing on your app.\
> **With Analytiq:** You *see* exactly what every user is doing, in real time.

## What can you measure?

With the `analytiq` SDK you can track:

* **Page views** — which pages users visit and how often
* **Button clicks** — which buttons users actually click
* **User signups and logins** — how many users are joining
* **Purchases** — how much revenue your app is generating
* **Feature usage** — which features are popular and which are ignored
* **Any custom event** — anything you want to measure

## How it works

```
Your App (React, Vue, etc.)
       ↓  analytiq.track('button_click')
Analytiq Server (cloud)
       ↓  saves the event
Your Analytiq Dashboard
       ↓  shows charts, graphs, and live data
```

**No backend changes required.** You only write code in your frontend (the part users see in the browser).

## Who is this for?

* Developers building web apps who want user analytics
* Anyone who wants deep, real-time insights without the steep learning curve

## What you need to get started

* An Analytiq account (free) - [Sign up here](https://analytiq-two.vercel.app/register)
* Your web app (React, Vue, Next.js, Vanilla HTML, or any other frontend)
* 10 minutes

<Card title="Quick Start" href="/quickstart">
  Go from zero to seeing live data in 10 minutes
</Card>
