> ## Documentation Index
> Fetch the complete documentation index at: https://yuno-3979e326-fix-create-subscription-card-usage.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Universal SDK Pilot

> Early access preview of the upcoming Universal SDK

# Universal SDK Pilot

Welcome to the early access preview of the Yuno Universal SDK. This single integration will replace all previous SDK versions (Seamless, Lite, Headless) with a unified, highly configurable flow.

## Overview

The Universal SDK is designed to be the "One SDK to rule them all". It adapts dynamically to your merchant configuration in the Dashboard.

### Key Benefits

* **Unified API**: One method call for all payment types.
* **Dynamic UI**: Configure everything from the Dashboard without code changes.
* **Lightweight**: Reduced bundle size compared to maintaining multiple legacy SDKs.

## Preview Video

![Universal SDK Demo](https://placehold.co/600x400?text=Universal+SDK+Demo+Video)
*Note: Video demonstration of the new unified flow.*

## Integration Example

```javascript theme={null}
import { Yuno } from '@yuno/universal-sdk';

const yuno = new Yuno('YOUR_PUBLIC_KEY');

// The new unified checkout call
yuno.checkout({
  checkoutSession: 'SESSION_ID',
  element: '#payment-element',
  onResponse: (response) => {
    console.log('Payment result:', response);
  }
});
```

## Screenshots

<div className="grid grid-cols-2 gap-4">
  <img src="https://placehold.co/300x500?text=Mobile+Checkout" alt="Mobile Checkout" />

  <img src="https://placehold.co/300x500?text=Payment+Methods" alt="Payment Methods" />
</div>

## Feedback

As a pilot merchant, your feedback is crucial. Please share your thoughts in the shared Slack channel.
