Welcome to the framework documentation !

Before jumping into the quick start guide, we recommend the installation guide of the Neos tool and checking out the Neos architectural concepts.

Neos Community

Neos Community platform is your privileged tool to :

Neos Framework

You can explore the source code in Azure DevOps. In addition to the sources, you will find demonstration clusters.

Quick start guide

In this tutorial, you will create your first application using the Neos framework. The following topics will lead you through the different concepts and features implemented in the framework. The application will be based on the structure of the well known Microsoft Northwind database.

  1. Creating a cluster and a module
  2. Creating an entity
  3. Updating the template
  4. Creating a master detail
  5. Creating a string resource
  6. Creating a validation rule
  7. Creating an entity view event rule
  8. Creating a server method