Getting Started
Introduction
What is NNO and why use it?
Introduction to NNO
Neutrino (NNO) is a platform that enables you to build, deploy, and manage multi-tenant applications on Cloudflare's global network.
What NNO Provides
- Multi-tenant infrastructure — Each platform gets isolated Workers, databases, and DNS
- Feature SDK — Build pluggable feature packages that auto-discover at build time
- Auth out of the box — Better Auth integration with per-platform auth Workers
- CLI tooling — Scaffold, develop, and deploy from the command line
- Operator console — Manage platforms, billing, and provisioning
Architecture Overview
NNO is built on Cloudflare's developer platform:
| Component | Technology |
|---|---|
| Frontend | React 19 + Vite on Cloudflare Pages |
| Backend | Hono.js on Cloudflare Workers |
| Database | Cloudflare D1 (SQLite at the edge) |
| Auth | Better Auth with per-platform Workers |
| DNS | Automatic provisioning under *.nno.app |
Next Steps
- Quick Start — Set up your first NNO project
- Platform Setup Guide — Full platform setup walkthrough
- Concepts: Stacks — Understand NNO's core abstraction