FAS - Fast Application Start Framework

With our framework, you’ll build your application faster

FAS is a set of open-source libraries developed in C#, WPF, and Angular, designed for developers.

The framework’s source code is available on GitHub.

MySQL is used as the primary database engine.

The framework was designed with a “plug-in” architecture in mind, so if a particular implementation doesn’t suit your needs, you can replace it using your own solutions and the provided interfaces.

 

Using FAS, you can quickly and easily create a WebAPI service that you can use to build applications using other technologies, such as

  • A single-page application (SPA)
  • A mobile app for iOS or Android using Microsoft MAUI
  • A desktop application, e.g., using WPF

It enables the quick and simplified creation of an application that provides a ready-made set of user models:

  • user
  • company
  • email account

A set of basic services that provide the following functionalities:

  • user registration
  • user login based on a token
  • password reset
  • sending emails (e.g., registration confirmation or various scheduled messages)

This site is under constant development—just like our framework 🙂