> ## 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.

# Sidebar

> Production-ready multi-screen app with sidebar navigation layout

The `Sidebar` template provides a complete application structure with sidebar navigation, multiple screens, and production-ready architecture. It's designed for business applications, admin dashboards, and scalable multi-screen apps.

## What's Included

This template includes a complete sidebar layout with navigation and three example screens, powered by [`NeoSidebarLayout`](/layouts/sidebar).

## Best Use Cases

* **Production applications** - Real-world business apps
* **Multi-screen apps** - Apps with multiple screens
* **Sidebar apps** - Apps that need a sidebar navigation layout

## Getting Started

Create a new project with the Sidebar template:

```bash theme={null}
neo create --template sidebar --name my_project
```

<Info>
  For all available options with the create command, see the [Commands & Options](/cli/commands) page.
</Info>
