Skip to content
Xellu edited this page May 29, 2026 · 7 revisions

Nautica V3 (or N3) 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 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
cd my-project
nautica run

Clone this wiki locally