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

# Examples

> Production-ready starting points for your Stellar application.

Copy these starters to skip the configuration phase and start building your product immediately.

#### Official Starters

* [Next.js 15 Starter](https://github.com/payrouteshq/sorokit/tree/main/examples/next-app)
  * Full App Router setup with Server Actions and Geist styling.
* [Vite + React Starter](https://github.com/payrouteshq/sorokit/tree/main/examples/vite-app)
  * Lightweight single-page application setup using Vite.

#### How to run locally

* 1. Clone the repository: `git clone https://github.com/payrouteshq/sorokit`
* 2. Install dependencies: `pnpm install`
* 3. Run the Next.js example: `cd examples/next-app && pnpm dev`
* 4. Run the Vite example: `cd examples/vite-app && pnpm dev`

All examples are pre-configured to work on Testnet with the Native XLM contract, so you can test connection and signing flows right out of the box.
