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

# SaaS Template Overview

> Guidance on setting up payments, databases, and authentication for your SaaS project.

This guide will help you set up your SaaS templates using the following providers:

* **Payments**: [Stripe](https://docs.stripe.com/) or [Polar](https://polar.apidocumentation.com/documentation/welcome-to-polar)

* **Database & Auth**: [Supabase](https://supabase.com/docs) or [Convex ](https://convex.link/tempolaunch)+ [Clerk](https://clerk.com/docs)

Each configuration comes with a short video tutorial to help you get started quickly.

<CardGroup cols={2}>
  <Card title="Vite Supabase Stripe" icon="stripe" href="ViteSupabaseStripe">
    A quick starter using Vite, Supabase, and Stripe.
  </Card>

  <Card title="Vite Supabase Polar" icon="box" href="ViteSupabasePolar">
    Get started fast with Vite, Supabase, and Polar.
  </Card>

  <Card title="Vite Clerk Convex Stripe" icon="stripe" href="ViteClerkConvexStripe">
    A template featuring Vite, Clerk, Convex, and Stripe.
  </Card>

  <Card title="Vite Clerk Convex Polar" icon="box" href="ViteClerkConvexPolar">
    Combine Vite, Clerk, Convex, and Polar for your app.
  </Card>

  <Card title="Next.js Supabase Stripe" icon="stripe" href="Next.jsSupabaseStripe">
    Build with Next.js, Supabase, and Stripe integration.
  </Card>

  <Card title="Next.js Supabase Polar" icon="box" href="Next.jsSupabasePolar">
    A Next.js starter with Supabase and Polar.
  </Card>
</CardGroup>

## 1. Select Your Framework

### Vite (Recommended)&#x20;

**Recommended if:**

* You’re just starting out or prefer Vite

* You need a straightforward backend

**Key Benefits:**

* Works fastest on Tempo

* Simplified setup and faster builds

* Easy integration with Supabase or Clerk + Convex

### Next.js

**Recommended if:**

* You’re comfortable with full-stack concepts

* You need advanced rendering features (SSR, ISR, etc.)

* You’re building more complex applications

**Key Benefits:**

* Full-stack features out of the box

* Powerful SSR and routing

***

## What's Next?

Once you’ve chosen your framework and provider combination:

1. **Follow the video** to configure your environment.

2. **Deploy** your template.

3. **Test** payments, auth, and database interactions.

That’s it! You’re now ready to create a fully functioning SaaS with Tempo.

<br />

Was this page helpful?
[Yes](#) | [No](#)
