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

# Quickstart

<img className="block dark:hidden" src="https://mintcdn.com/lightfold/b8uVpaib8G4x8YET/logo/banner.png?fit=max&auto=format&n=b8uVpaib8G4x8YET&q=85&s=6cbb81d4dbe5a43ccc251fc894f4194d" alt="Lightfold - Deploy your app with a single command" width="2822" height="1024" data-path="logo/banner.png" />

<img className="hidden dark:block" src="https://mintcdn.com/lightfold/OW1FVYTSnfKdJCOI/logo/banner-dark.png?fit=max&auto=format&n=OW1FVYTSnfKdJCOI&q=85&s=72f3d93fa9eecfa2821d6079586a72d5" alt="Lightfold - Deploy your app with a single command" width="800" height="290" data-path="logo/banner-dark.png" />

Deploy any web app to your favorite cloud provider with a single command. No Docker, no YAML, no hassle.

<video controls loop muted playsInline className="w-full rounded-lg shadow-lg my-6" src="https://mintcdn.com/lightfold/lTy0v6LZD2Sns9uz/assets/demo.mp4?fit=max&auto=format&n=lTy0v6LZD2Sns9uz&q=85&s=56c2599ced2a4892414ba88b6b083639" data-path="assets/demo.mp4">
  Your browser does not support the video tag.
</video>

## Quickstart

```bash theme={null}
# Install
brew tap theognis1002/lightfold
brew install lightfold

# Deploy your app
cd your-project
lightfold deploy
```

That's it! Lightfold will:

* Auto-detect your framework (Next.js, Django, Rails, etc.)
* Set up a server on your preferred cloud (DigitalOcean, Vultr, Linode, Fly.io, etc.)
* Deploy your app with zero configuration

## Features

<CardGroup cols={2}>
  <Card title="Works With Your Stack" icon="layer-group">
    Supports 15+ frameworks including Next.js, Astro, Django, Rails, Laravel
  </Card>

  <Card title="Deploy Anywhere" icon="cloud">
    DigitalOcean, Vultr, Hetzner, Linode, Fly.io, or bring your own server
  </Card>

  <Card title="Zero Config" icon="wand-magic-sparkles">
    Automatic framework detection and server setup
  </Card>

  <Card title="Smart Deploys" icon="brain">
    Only deploys what changed, skips everything else
  </Card>
</CardGroup>

## Get Started

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/quickstart">
    Install Lightfold and deploy your first app
  </Card>

  <Card title="Commands" icon="terminal" href="/commands">
    Learn about available commands
  </Card>

  <Card title="Deployment Guide" icon="rocket" href="/deployment">
    Understand the deployment flow
  </Card>

  <Card title="Supported Frameworks" icon="code" href="/frameworks">
    See all supported frameworks
  </Card>
</CardGroup>
