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

# Quick Start

> Get running in under 5 minutes. Choose your stack and start catching stuck users today.

## Choose Your Integration Path

UserBoost works everywhere your users are. Pick the method that matches your application type and get started in under 5 minutes.

<CardGroup cols={3}>
  <Card title="Backend APIs" icon="server" href="/quick-start/backend-apis">
    **Node.js • Python • Go • PHP • Ruby**

    Server-side event tracking for APIs, webhooks, and background jobs. Most reliable approach.

    <div className="mt-3">
      <span className="inline-flex items-center gap-1 bg-primary-50 text-primary-700 px-3 py-1 rounded-full text-xs font-semibold">
        ✓ 5-min setup
      </span>
    </div>
  </Card>

  <Card title="Mobile Apps" icon="mobile" href="/quick-start/mobile-apps">
    **React Native • Flutter**

    Native mobile app integration with platform-specific optimizations.

    <div className="mt-3">
      <span className="inline-flex items-center gap-1 bg-primary-50 text-primary-700 px-3 py-1 rounded-full text-xs font-semibold">
        ✓ Native SDKs
      </span>
    </div>
  </Card>

  <Card title="Web Apps" icon="globe" href="/quick-start/web-apps">
    **React • Next.js • Vue • Vanilla JS**

    Frontend web application integration with real-time user tracking.

    <div className="mt-3">
      <span className="inline-flex items-center gap-1 bg-primary-50 text-primary-700 px-3 py-1 rounded-full text-xs font-semibold">
        ✓ Full support
      </span>
    </div>
  </Card>
</CardGroup>

***

## Not Sure Which to Choose?

<AccordionGroup>
  <Accordion title="I want to track server-side events" icon="server">
    **Choose Backend APIs** if you want to:

    * Track events from your server/API
    * Handle webhooks and background processing
    * Ensure reliable event delivery
    * Track events that don't depend on user's browser

    Examples: user registration, subscription changes, payment events, admin actions.
  </Accordion>

  <Accordion title="I have a mobile app" icon="mobile">
    **Choose Mobile Apps** if you're building:

    * React Native applications
    * Flutter applications
    * Native iOS/Android apps (use REST API)

    Mobile SDKs provide better performance and platform-specific features.
  </Accordion>

  <Accordion title="I have a web application" icon="globe">
    **Choose Web Apps** if you're building:

    * React, Vue, Angular applications
    * Next.js, Nuxt.js applications
    * Static websites with JavaScript
    * Any frontend that runs in a browser

    Perfect for tracking user interactions, page views, and real-time behavior.
  </Accordion>

  <Accordion title="I want to use multiple methods" icon="layers">
    **You can combine approaches!** Many applications use:

    * **Backend APIs** for server events (signups, payments)
    * **Web Apps** for user interactions (clicks, page views)
    * **Mobile Apps** for mobile-specific tracking

    All methods send events to the same UserBoost dashboard.
  </Accordion>
</AccordionGroup>

***

## Universal Setup Pattern

All UserBoost integrations follow the same simple pattern:

<Steps>
  <Step title="Get your API key">
    Sign up at [userboo.st](https://userboo.st) and get your API key from the dashboard.
  </Step>

  <Step title="Initialize UserBoost">
    Add UserBoost to your application using your chosen method above.
  </Step>

  <Step title="Track your first event">
    Send a test event to verify everything is working.
  </Step>

  <Step title="Set up your user journey">
    Track the key events in your onboarding flow.
  </Step>
</Steps>

***

## What's Next?

After setting up tracking, learn how to:

<CardGroup cols={2}>
  <Card title="Track Events" icon="activity" href="/tracking/events">
    Learn how to track user actions and milestones effectively.
  </Card>

  <Card title="API Reference" icon="book" href="/api/authentication">
    Complete API documentation with all available endpoints.
  </Card>
</CardGroup>

***

**Questions?** Check out our [troubleshooting guide](/troubleshooting) or reach out to our team.
