Skip to content
Xellu edited this page Jun 14, 2026 · 7 revisions

Nautica V3 is a backend platform for Python. It gives you a managed runtime environment with a service registry, lifecycle system, CLI, and built-in tools, saving you time from putting your app together and giving you more time building it.


Quick Reference


Installation

You can install using pip from PyPI:

pip install nautica

To create a new project, simply run

nautica create my-project --demo
cd my-project
nautica install
nautica run

Remove the --demo flag if you want just the project layout

Clone this wiki locally