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

# Introduction

> Welcome to the LaunchIt documentation

## Getting Started

Welcome to LaunchIt - your complete SaaS application starter template. Get up and running quickly with these essential steps:

<CardGroup cols={2}>
  <Card title="Installation" icon="rocket" href="/installation">
    Set up the LaunchIt template in your development environment
  </Card>

  <Card title="Initial Setup" icon="gear" href="/initial-setup/setup">
    Configure essential services and environment variables
  </Card>
</CardGroup>

## Core Features

LaunchIt integrates with essential services to give you a complete SaaS foundation:

<CardGroup cols={2}>
  <Card title="Supabase Integration" icon="database" href="/initial-setup/supabase">
    Configure authentication and database with Supabase
  </Card>

  <Card title="Stripe Payments" icon="credit-card" href="/initial-setup/stripe">
    Set up subscription payments and billing with Stripe
  </Card>

  <Card title="Email Configuration" icon="envelope" href="/initial-setup/email">
    Configure transactional emails for your application
  </Card>

  <Card title="Deployment Guide" icon="cloud-arrow-up" href="/deployment/app">
    Deploy your application to production
  </Card>
</CardGroup>
