# Quick Start

Four steps from signup to live analytics. Free plan: 10,000 events/month and 1 app.

1. Create an app at https://www.eventda.sh/signup (no card).
2. Generate a tracking API key in app settings → Tracker API keys. It starts with `ed_`. Copy it once.
3. Install the tracker (~11 KB gzip):

```html
<script
  defer
  data-api-key="YOUR_API_KEY"
  src="https://www.eventda.sh/tracker.js"
></script>
```

4. Page views start automatically. Optionally tag a CTA:

```html
<button data-ed-goal="signup_clicked">Sign Up</button>
```

Do not use `edt_` or `edr_` keys in the snippet. Those are MCP credentials.

Next: https://www.eventda.sh/docs/installation.md · https://www.eventda.sh/docs/features/funnels.md
