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

# Examples

> Sample projects and templates to learn from and copy patterns from.

Runnable examples and starter templates live in the **Aero repository** and ship with **`@aero-js/create`**.

<CardGroup cols={2}>
  <Card title="Kitchen sink" icon="flask" href="https://github.com/jamiewilson/aero/tree/main/examples/kitchen-sink">
    Full demo: content collections, Nitro API, Alpine.js, and HTMX. Use it to validate Aero features.
  </Card>

  <Card title="Import and bundling" icon="package" href="https://github.com/jamiewilson/aero/tree/main/examples/import-bundling">
    Side-by-side demos for bundling htmx and Alpine, CDN globals, import maps, externals, and dynamic
    import.
  </Card>

  <Card title="Create minimal template" icon="rocket" href="/getting-started/installation">
    `pnpm create @aero-js my-app` scaffolds the minimal template by default.
  </Card>

  <Card title="Create fullstack template" icon="server" href="/getting-started/installation">
    Add `--template fullstack` for Nitro and API routes pre-wired. See Installation for the exact
    command.
  </Card>
</CardGroup>

## More in the repo

Browse [`examples/`](https://github.com/jamiewilson/aero/tree/main/examples) on GitHub for additional projects as they are added.
