> ## 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.

# Web Support

> Discover Particle Network's SDKs for web development.

## SDKs with Web Support

**Web is likely the most commonly used platform for dApps**, and thus, every primary SDK within Particle Network's tech stack has extensive web support, often prioritized over other platforms due to the sheer volume of applications that leverage these SDKs. Every component of Particle Network's tech stack supports Web/Desktop, although **Particle Wallet** only has support through the usage and customization of the [https://wallet.particle.network](https://wallet.particle.network) web application, while it has dedicated SDKs for mobile platforms.

Other than this, implementing any of the afore-mentioned SDKs within web applications is simple. To dive into the SDKs available on this platform, choose any of the cards below. Or, if you'd like to read through a general quickstart for web, head over to [Web (Desktop) Quickstart](/guides/quickstart/intro).

***

<CardGroup cols={2}>
  <Card title="Particle Auth" href="/api-reference/auth/desktop-sdks/web">
    Interacting with Particle Auth within web applications using either
    JavaScript or TypeScript.
  </Card>

  <Card title="Particle Connect" href="/api-reference/connect/desktop/web">
    Integrating Particle Connect within web applications using either JavaScript
    or TypeScript.
  </Card>

  <Card title="Particle Wallet" href="/api-reference/wallet/desktop/web">
    Using Particle Wallet within web applications.
  </Card>

  <Card title="Account Abstraction" href="/api-reference/aa/sdks/desktop/web">
    Implementing account abstraction within web applications.
  </Card>
</CardGroup>
