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

# Templates gallery

> Public gallery of full starter projects — pick one, click Use template, get a copy in your workspace.

The templates gallery is the public catalogue of starter projects. Each template is a complete, working build — landing pages, dashboards, mobile starters, design systems — that you can copy into your workspace with one click.

## What's in the gallery

Templates are full projects, not stack scaffolds. They're built end-to-end so you can browse, preview, and steal — including styles, content, and any connector wiring the original author set up.

The gallery sits behind the **Templates** entry in the dashboard sidebar. Browse, filter, and click a template to preview it.

## Use a template

Open a template's detail page and click **Use template**. Vibely creates a new project in your current workspace, copies the template's code, sets the same defaults, and drops you straight into the editor.

The new project is fully yours — you can prompt, edit, publish, and ship it like any other Vibely project. The template author keeps no ownership; the copy is independent.

## Gallery vs per-mode templates

There are two surfaces called "templates" and they're different:

* **The dashboard gallery (this page)** — full, finished starter *projects* you adopt as your own.
* **Per-mode templates** — stack-level scaffolds you pick when *creating* a new project in a given mode. See [Web App templates](/docs/web-app/templates) and [Mobile App templates](/docs/mobile-app/templates).

Use the gallery when you want a working app to remix; use per-mode templates when you want a clean stack to start from scratch.

## Related

<CardGroup cols={2}>
  <Card title="Web App templates" icon="browser" href="/docs/web-app/templates">
    Stack-level templates for new web projects.
  </Card>

  <Card title="Mobile App templates" icon="mobile-screen" href="/docs/mobile-app/templates">
    Stack-level templates for new mobile projects.
  </Card>

  <Card title="Dashboard overview" icon="house" href="/docs/dashboard/overview">
    Where the gallery entry lives in the sidebar.
  </Card>
</CardGroup>
