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

# Boilerplates

> Production-ready starter templates to quickly build Genuka applications.

Start building your Genuka app in minutes with our official boilerplates. Each template includes OAuth authentication, HMAC verification, webhook handling, and database integration.

***

## Available Boilerplates

<CardGroup cols={2}>
  <Card title="Next.js" icon="react" href="https://github.com/usegenuka/genuka-nextjs-boilerplate">
    TypeScript, Prisma ORM, Next.js 16 App Router
  </Card>

  <Card title="Laravel" icon="laravel" href="https://github.com/usegenuka/genuka-laravel-boilerplate">
    PHP 8.2, Laravel 12, Eloquent ORM
  </Card>

  <Card title="Nuxt" icon="vuejs" href="https://github.com/usegenuka/genuka-nuxt-boilerplate">
    TypeScript, Prisma ORM, Vue 3 Composables
  </Card>

  <Card title="Express.js" icon="node-js" href="https://github.com/usegenuka/genuka-express-boilerplate">
    TypeScript, Node.js backend
  </Card>

  <Card title="React" icon="react" href="https://github.com/usegenuka/genuka-react-boilerplate">
    JavaScript/TypeScript, Vite
  </Card>

  <Card title="Django" icon="python" href="https://github.com/usegenuka/genuka-django-boilerplate">
    Python web framework
  </Card>

  <Card title="PHP" icon="php" href="https://github.com/usegenuka/genuka-php-boilerplate">
    PHP vanilla, JWT session management
  </Card>
</CardGroup>

<Info>
  Want a specific framework? Let us know at [contact@genuka.com](mailto:contact@genuka.com)
</Info>
