Skip to main content

Development Principles

The following principles drive our architecture and design decisions in Axinom Mosaic:

  • We want to help you achieve the common tasks easier, and for more complex tasks we don’t want to be in your way
  • Popular choices where many developers are familiar with
  • Customizations can be done by anyone
  • API-first (everything you see in UI can be done via an API)
  • Database (schema) driven
  • Code generation
  • Strong typing
  • Helper-libraries for common tasks