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

# Use Cases Overview

> Tutorials and examples for common app types

Learn how to build common types of applications with Kleap.

## Tutorials

<CardGroup cols={2}>
  <Card title="SaaS Dashboard" icon="gauge" href="/use-cases/saas-dashboard">
    Build a complete SaaS with authentication, dashboard, and billing
  </Card>

  <Card title="Portfolio Site" icon="user" href="/use-cases/portfolio">
    Create a professional portfolio to showcase your work
  </Card>

  <Card title="E-commerce Store" icon="shopping-cart" href="/use-cases/ecommerce">
    Set up an online store with products and checkout
  </Card>

  <Card title="Landing Page" icon="rocket" href="/use-cases/landing-page">
    Design a marketing page that converts visitors
  </Card>
</CardGroup>

## Learning Resources

<CardGroup cols={2}>
  <Card title="Video Tutorials" icon="video" href="/use-cases/video-tutorials">
    Watch step-by-step guides on YouTube
  </Card>

  <Card title="Showcase" icon="images" href="/use-cases/showcase">
    Apps built with Kleap for inspiration
  </Card>
</CardGroup>

## What You'll Learn

Each tutorial covers:

* **Planning** - How to approach the project
* **Step-by-step building** - Prompts to use
* **Best practices** - Tips for success
* **Common pitfalls** - What to avoid

## Difficulty Levels

| Tutorial       | Difficulty   | Time      | Features                 |
| -------------- | ------------ | --------- | ------------------------ |
| Landing Page   | Beginner     | 30 min    | Static content, forms    |
| Portfolio      | Beginner     | 1 hour    | Multiple pages, gallery  |
| E-commerce     | Intermediate | 2-3 hours | Products, cart, checkout |
| SaaS Dashboard | Advanced     | 4-6 hours | Auth, database, billing  |

## Prerequisites

Before starting tutorials:

1. **Basic Kleap knowledge** - Complete [Getting Started](/introduction/getting-started)
2. **Kleap account** - For building and deployment
3. **Stripe account** (optional) - Only for tutorials that add payments

## How to Use These Tutorials

<Steps>
  <Step title="Read through first">
    Understand the full flow before building
  </Step>

  <Step title="Follow step by step">
    Don't skip ahead; build incrementally
  </Step>

  <Step title="Customize as you go">
    Adapt to your specific needs
  </Step>

  <Step title="Test frequently">
    Verify each step works before continuing
  </Step>
</Steps>

## Request a Tutorial

Want a tutorial for a specific use case?

* Share your idea on Discord
* Email us at [hello@kleap.co](mailto:hello@kleap.co)

We prioritize tutorials based on community interest.
