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

# Getting Started

> Start building your application with Pulses

<CardGroup cols={2}>
  <Card title="JavaScript" icon="js" href="getting-started/javascript">
    To publish an event to your web app
  </Card>

  <Card title="Laravel" icon="laravel" href="getting-started/laravel">
    To publish an event to your Laravel app
  </Card>

  <Card title="iOS" icon="apple" href="getting-started/ios">
    To publish an event to your iOS app
  </Card>

  <Card title="Android" icon="android" href="getting-started/android">
    To publish an event to your Android app
  </Card>

  <Card title="Flutter" icon="flutter" href="getting-started/flutter">
    To publish an event to your cross-platform app using Flutter
  </Card>

  <Card title="React Native" icon="react" href="getting-started/react-native">
    To publish an event to your cross-platform app using React Native
  </Card>
</CardGroup>
