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

# Simple

> Perfect for prototypes, learning, and single-screen applications

The `Simple` template provides a clean starting point with essential Neo configuration and a single welcome screen. It's designed for quick prototypes, learning Neo, and building focused single-screen applications.

## What's Included

This template includes a very simple welcome screen.

## Best Use Cases

* **Prototyping** - Quick concept validation
* **Learning** - First time using Neo
* **Single-screen apps** - Simple tools, apps that don't need navigation

## Getting Started

Create a new project with the Simple template:

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

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