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

# React SDK Introduction

> Learn about the React SDK capabilities and what you can build with it

# React SDK

Our React SDK allows you to create self-custodial wallets and sign transactions
without the need for gas in web applications.
You can then use the Chipi Dashboard to manage your wallets and transactions,
as well as see analytics on your transactions.

The Chipi React SDK is designed specifically for web applications, focusing on gasless transactions and wallet management for React apps.

## ✨ Key Features

### Complete Wallet Suite

* **Wallet Management** - Create and manage wallets
* **Transaction Signing** - Sign transactions without the need for gas
* **Social Login Integration** - Bring your own auth provider (Clerk, Firebase, etc.)
* **Automatic Wallet Creation** - No manual key management

### Advanced Wallet Features

* **Sessions** - Allow users to sign once and use their wallet for multiple transactions
* **Web Authentication** - Browser-based authentication
* **MPC Support** - Coming soon!

### Developer Experience

* **TypeScript Support** - Full type safety
* **React Support** - Full React compatibility
* **Quickstart** - We provide a quickstart guide to get you started

## 🏗️ Architecture

Our React SDK is a simple wrapper around the Chipi API, optimized for web development.
It is designed to be used with the Chipi Dashboard,
which is a web-based dashboard for setting up your project.
Simply follow the steps in the [Quickstart Guide](/sdk/react/gasless-quickstart) to get started.

If you wish to use an unlisted programming language, you can use the Chipi API directly.
Send us a message on [Telegram](https://t.me/+e2qjHEOwImkyZDVh) and we will help you get started.

## 🌐 Platform Support

* **Modern Browsers** - Chrome, Firefox, Safari, Edge
* **React 18+** - Hooks support required
* **TypeScript** - Full TypeScript support
* **Webpack/Vite** - Compatible with modern bundlers

## 🚦 Getting Started

Ready to build? Start with our [Gasless Quickstart Guide](/sdk/react/gasless-quickstart) to set up gasless transactions, or explore our other guides:

* **[Gasless Tutorial](/sdk/react/gasless-clerk-setup)** - Learn gasless transactions for web

## 🔗 Resources

* [Dashboard](https://dashboard.chipipay.com/) - Manage your account
* [API Reference](/sdk/api/quickstart) - Complete API documentation
* [GitHub](https://github.com/chipi-pay) - Source code and examples
* [Support](https://t.me/+e2qjHEOwImkyZDVh) - Community help
