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

# Tutorials

> Videos, code walkthroughs, and starter kits for the Startale App SDK.

Hands-on guides curated by the Startale Engineering team.

<Columns cols={2}>
  <Card title="Videos" icon="play" href="/tutorials/videos/index">
    Recorded walkthroughs covering setup, integration patterns, and Mini App development.
  </Card>

  <Card title="Code walkthroughs" icon="code" href="/tutorials/code-walkthroughs/connect-and-sign">
    Step-by-step builds you can follow along with, short, focused, runnable.
  </Card>

  <Card title="Starter kits" icon="box" href="/tutorials/starter-kits">
    Pre-configured projects to fork for your next idea.
  </Card>

  <Card title="Examples on GitHub" icon="github" href="https://github.com/StartaleGroup/app-sdk/tree/main/examples">
    Reference implementations maintained alongside the SDK source.
  </Card>
</Columns>

## What's the difference between tutorials and the SDK reference?

The [SDK section](/app-sdk/installation) is reference-style: each page explains one concept or method in isolation. Tutorials are end-to-end builds; they show how to assemble those pieces into a working feature.

If you want the shortest path to a running app, start with the [Quickstart](/quickstart). If you want to understand a specific topic in depth, read the SDK section. If you want to see how a real feature is built, the tutorials below are for you.
