Skip to main content

Choosing app templates

wyStack has several 'app templates' that you can use to generate parts of your application. You can decide which app templates you want to use, in the future we will add more app templates.

Job server

This app template is still in development, it generates a job server in which you can execute tasks in the background.

Note that not all wyStack plans support this feature.

Ng Layer

Enable this app template if you want to generate the Angular User Interface.

Default: true

Flutter Layer

Enable this feature if you want to generate a (mobile) Flutter app with offline support and a data-sync feature.

Note that not all wyStack plans support this feature.

Default: false

Service Layer

Enable this feature if you want to generate an API based on ASP.NET Core OData.

Default: true

Orm Type

Choose between Entity Framework and Entity Framework Core.
When choosing for Entity Framework Core you can also configure a database type.

Default: Entity Framework

Documentation

Enable this feature if you want to generate a documentation project based on Docusaurus. 🦖

Note that not all wyStack plans support this feature.