NNO Docs
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:

ComponentTechnology
FrontendReact 19 + Vite on Cloudflare Pages
BackendHono.js on Cloudflare Workers
DatabaseCloudflare D1 (SQLite at the edge)
AuthBetter Auth with per-platform Workers
DNSAutomatic provisioning under *.nno.app

Next Steps

On this page