> ## 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 built-in.

## Overview

SaaSKit is a community-maintained TanStack Start boilerplate that includes Creem as a payment provider option. It provides a full-stack starter template with authentication, database, and payment flows pre-configured.

## Features

* **TanStack Start** - Full-stack React framework
* **Creem Integration** - Pre-configured payment flows using Creem as Merchant of Record
* **Authentication** - Better Auth with RBAC support
* **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

## Creem Integration

SaaSKit includes Creem payment integration out of the box, allowing you to accept payments and manage subscriptions without additional setup. The boilerplate handles checkout sessions, webhooks, and subscription management.

## Resources

<CardGroup>
  <Card title="SaaSKit Website" icon="rocket" href="https://saaskit.paceui.com/">
    Visit the official SaaSKit website for documentation and setup instructions.
  </Card>

  <Card title="Creem TypeScript SDK" icon="code" href="/code/sdks/typescript-core">
    Learn about the Creem SDK used in SaaSKit.
  </Card>
</CardGroup>
