Skip to main content
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:
neo create --template simple --name my_project
For all available options with the create command, see the Commands & Options page.
I