Official Starters
- Next.js 15 Starter
- Full App Router setup with Server Actions and Geist styling.
- Vite + React Starter
- Lightweight single-page application setup using Vite.
How to run locally
-
- Clone the repository:
git clone https://github.com/payrouteshq/sorokit
- Clone the repository:
-
- Install dependencies:
pnpm install
- Install dependencies:
-
- Run the Next.js example:
cd examples/next-app && pnpm dev
- Run the Next.js example:
-
- Run the Vite example:
cd examples/vite-app && pnpm dev
- Run the Vite example:

