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

# Introduction to Particle Connect

> Simple Web3 onboarding with social logins and wallet connections.

<img className="block dark:hidden" src="https://mintcdn.com/uasdev/36vVOXkeHRfue761/api-reference/connect/images/connect.png?fit=max&auto=format&n=36vVOXkeHRfue761&q=85&s=a109b25ec2801f4b3d8f434808c7a2d7" alt="Particle Connect ecosystem." width="2560" height="1763" data-path="api-reference/connect/images/connect.png" />

<img className="hidden dark:block" src="https://mintcdn.com/uasdev/36vVOXkeHRfue761/api-reference/connect/images/connect.png?fit=max&auto=format&n=36vVOXkeHRfue761&q=85&s=a109b25ec2801f4b3d8f434808c7a2d7" alt="Particle Connect ecosystem." width="2560" height="1763" data-path="api-reference/connect/images/connect.png" />

***

# Simple Web3 Onboarding

Particle Connect is a comprehensive onboarding solution that bridges Web2 and Web3, making blockchain applications accessible to everyone. It combines social logins with Web3 native options in a single interface.

## Multiple Login Options

Particle Connect supports various ways to access your application:

* **Social Logins** - Familiar Web2 authentication through:

* **Web3 Wallets** - Native crypto wallet connections:

## Account Abstraction

Include Account abstraction features out-of-the-box.

* Enable social logins into smart accounts
* Support for EIP-1193 providers
* Include AA features like gasless transactions

## Exploring the documentation

<CardGroup cols={3}>
  <Card title="Web SDK" href="/api-reference/connect/desktop/web">
    Integrating Particle Connect within web applications using either JavaScript
    or TypeScript.
  </Card>

  <Card title="Unity (Mobile) SDK" href="/api-reference/connect/mobile/unity">
    Integrating Particle Connect within mobile games made on Unity using C#.
  </Card>

  <Card title="Android SDK" href="/api-reference/connect/mobile/android">
    Integrating Particle Connect on Android using Kotlin.
  </Card>

  <Card title="iOS SDK" href="/api-reference/connect/mobile/ios">
    Integrating Particle Connect on iOS using Swift.
  </Card>

  <Card title="Flutter SDK" href="/api-reference/connect/mobile/flutter">
    Integrating Particle Connect within applications made using Flutter.
  </Card>

  <Card title="React Native SDK" href="/api-reference/connect/mobile/react">
    Integrating Particle Connect within applications made using React Native.
  </Card>
</CardGroup>
