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

# Overview

> Explore Neo templates and choose the right starting point for your project

The Neo CLI provides carefully crafted templates to jumpstart your Neo projects. Each template includes pre-configured Neo setup, routing, theming, and project structure following best practices.

## Available Templates

<CardGroup cols={2}>
  <Card title="Simple" icon="circle-play" href="/cli/templates/simple">
    Perfect for prototypes, learning, and single-screen applications
  </Card>

  <Card title="Sidebar" icon="sidebar" href="/cli/templates/sidebar">
    Production-ready multi-screen app with sidebar navigation layout
  </Card>
</CardGroup>
