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

# SaaSKit

> TanStack Start boilerplate with Creem payment integration for building SaaS applications.

## About SaaSKit

SaaSKit is a modular TanStack Start boilerplate that includes Creem payment integration out of the box. It provides a production-ready foundation for building SaaS applications with authentication, database, email, and payment handling already configured.

### Features

* **Payments:** Integrated with Creem as Merchant of Record
* **Authentication:** Better Auth with Role-Based Access Control (RBAC)
* **Database:** Drizzle ORM with PostgreSQL
* **Email:** Resend integration for transactional emails
* **Storage:** S3-compatible file uploads
* **Admin Dashboard:** Built-in admin interface
* **UI Components:** DaisyUI and Tailwind CSS components

### Stack

* TanStack Start (React framework)
* TypeScript
* Drizzle ORM
* Better Auth
* Creem (Payments)

***

## Resources

<CardGroup>
  <Card title="SaaSKit Website" icon="rocket" href="https://saaskit.paceui.com/">
    Visit the official SaaSKit website to learn more.
  </Card>

  <Card title="Creem Integration" icon="credit-card" href="/code/sdks/typescript-core">
    Learn about Creem's payment integration.
  </Card>
</CardGroup>
