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

# Introduction to Particle Connect

> One connection layer for Web2 and Web3 logins — in a single modal.

<img className="block dark:hidden" src="https://mintcdn.com/particlenetwork-fccf74d2/YW-amYpZlCMdFj8O/social-logins/connect/images/connect.png?fit=max&auto=format&n=YW-amYpZlCMdFj8O&q=85&s=fe659e2516fcb03d7cabe6c63391abbb" alt="Particle Connect ecosystem." width="3840" height="2160" data-path="social-logins/connect/images/connect.png" />

<img className="hidden dark:block" src="https://mintcdn.com/particlenetwork-fccf74d2/YW-amYpZlCMdFj8O/social-logins/connect/images/connect.png?fit=max&auto=format&n=YW-amYpZlCMdFj8O&q=85&s=fe659e2516fcb03d7cabe6c63391abbb" alt="Particle Connect ecosystem." width="3840" height="2160" data-path="social-logins/connect/images/connect.png" />

***

# Particle Connect

**Particle Connect** is the single sign-on (SSO) solution for Web3.\
It combines Web2 logins (Google, Apple, Twitter, etc.) with Web3 wallets — all in **one modal**.

This lowers onboarding friction for every type of user:

* **Web3 natives**: connect with their existing wallet.
* **Web2 users**: log in with familiar accounts and get an instant wallet.

<Note>Available as SDKs for web (React) and mobile, Particle Connect is the easiest way to add **unified, fast onboarding** to your app.</Note>

***

## Get Started

Checkout the **Quickstart** for a step-by-step guide to getting started with **Particle Connect** in 5 minutes.

<Card title="Web Quickstart" icon="rocket" href="/social-logins/connect/quickstart/web-quickstart">
  Spin up a Particle Connect demo in minutes.
</Card>

## Full SDK reference

<CardGroup cols={3}>
  <Card title="Web SDK" icon="code" href="/social-logins/connect/desktop/web">
    Add Particle Connect to any web app using JavaScript or TypeScript.
  </Card>

  <Card title="Unity SDK" icon="code" href="/social-logins/connect/mobile/unity">
    Add login to Unity-based mobile games with C#.
  </Card>

  <Card title="Android SDK" icon="code" href="/social-logins/connect/mobile/android">
    Native Android integration with Kotlin.
  </Card>

  <Card title="iOS SDK" icon="code" href="/social-logins/connect/mobile/ios">
    Native iOS integration with Swift.
  </Card>

  <Card title="Flutter SDK" icon="code" href="/social-logins/connect/mobile/flutter">
    Cross-platform support with Flutter.
  </Card>

  <Card title="React Native SDK" icon="code" href="/social-logins/connect/mobile/react">
    Cross-platform support with React Native.
  </Card>
</CardGroup>
