Core concepts
Neutrino Guide
This section showcases all of Neutrino's features and a small demonstration on how to use them for your project.
Overview
Templates
Choose from our selection of pre-built templates to help you quickly get started on anything from a social media site, to an email list, to a 2-sided marketplace.
Databases
Neutrino lets you define your database architecture with a simple, intuitive interface.
Define database schema and relationships between models.
API Routes
Define your app's REST API architecture.
Quickly implement custom endpoints and middlewares
Use our drag-and-drop code blocks or code out functions yourself using the Route Builder.
Authentication and Authorization
Easily implement user authentication and authorization
Choose from out selection of customizable, pre-built authentication templates to quickly add auth functionality to your project.
Export your code
When you're done, or have simply outgrown Neutrino's functionality, export your project to a readable, working Node Express code base following best practices, standard conventions, and an MVC architecture.