Skip to content

Available Templates

To develop an App on the App platform any technology that is able to serve a Webserver can be used. However, the templates provided ease the development process immensely with prebuilt implementations of commonly used functionality.

Available Templates

A template always consists of a frontend and a backend. However, the frontend and backend can be chosen independently. Currently templates for the following frameworks are provided:

Frontend:

  • React - Component-based UI development with modern JavaScript

Backend:

  • Python - Ideal for data processing, APIs, and rapid development
  • Express (Node.js) - Fast, minimalist web framework for JavaScript/TypeScript

Using Other Frameworks

There are few limits on the frameworks used to implement the frontend or backend, and every application is free to choose the framework that fits best. You can start with an existing template and replace the frontend or backend (or both) completely. However, it ususlly takes some effort to get the development environment and the deployment working.

If you are happy with your framework and would like to add it as a template, contact your administrator.

Next Steps