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

# Quick dstack Guide

> Fastest way to learn and deploy with dstack

# dstack: Fast Learning & Deployment Guide

Get started with dstack in minutes. This is your streamlined path—just follow the steps and deploy.

## Quick Start

1. [What is dstack?](/docs/overview/what-is-dstack)
2. [Super Quick Start Guide](/docs/tutorials/super-quick-start) — deploy to TEE instantly, no setup
3. [Core Concepts](/docs/concepts/overview)

## Quick Start Guide

<div className="mb-6">
  <Card title="Deploy an App" icon="play-circle" href="docs/getting-started/install/app-jupiter-guide.mdx" className="border border-green-200 bg-green-50/60 rounded-lg shadow-none px-5 py-3 text-sm" thin>
    <div>
      <span className="font-medium text-green-800">Deploy any containerized app to TEE in minutes</span>

      <div className="text-green-700 mt-1">
        <span>Zero setup • Free credits • Fastest way to try dstack</span>
      </div>

      <div className="mt-2 text-xs text-green-600">Runs on Phala Cloud’s managed confidential compute</div>
    </div>
  </Card>
</div>

## For Advanced Users

* [Install dstack](/docs/getting-started/installation)
* [System Architecture](/docs/concepts/architecture)
* [Security & Research](/docs/security-research/overview)
* Deploy on your own hardware:
  * [Install](/docs/getting-started/installation)
  * [First Deployment](/docs/getting-started/first-deployment)
* Once running, try:
  * [Rust Tutorial](/docs/tutorials/rust-example)
  * [Python Tutorial](/docs/tutorials/python-example)

Need more? See [dstack-examples](https://github.com/Dstack-TEE/dstack-examples/) for real-world deployments.

**Start now:** [Super Quick Start Guide](docs/getting-started/install/app-jupiter-guide.mdx) →

<CardGroup cols={2}>
  <Card title="Python Flask Application" icon="python" href="/docs/tutorials/python-example">
    Deploy a Python Flask app to a secure TEE
  </Card>

  <Card title="JavaScript/Node.js Application" icon="node-js" href="/docs/tutorials/javascript-example">
    Node.js API with Express (Coming Soon)
  </Card>

  <Card title="Rust Application" icon="rust" href="/docs/tutorials/rust-example">
    Rust app with Actix (Coming Soon)
  </Card>

  <Card title="Secure Web Application" icon="shield" href="/docs/getting-started/start">
    End-to-end encrypted web app (Coming Soon)
  </Card>
</CardGroup>
