Welcome to VST Utils documentation
VST Utils is a small framework for quick generation of a single-page applications. The main feature of the VST Utils framework is autogenerated GUI, which is formed based on the OpenAPI schema. OpenAPI schema is a JSON, that contents description of the models used in the REST API and info about all paths of the application.
In the documentation you can find info about QuickStart of new project based on VST Utils, description of base models, views and fields available in the framework, and also you will know how you can redefine some standard models, views and fields in your project.
- Quick Start
- Configuration manual
- Introduction
- Main settings
- Databases settings
- Cache settings
- Locks settings
- Session cache settings
- Rpc settings
- Worker settings
- SMTP settings
- Web settings
- Centrifugo client settings
- Storage settings
- Throttle settings
- Web Push settings
- OAuth 2 settings
- Production web settings
- Working behind the proxy server with TLS
- Configuration options
- Backend API manual
- Frontend Quickstart
- Frontend documentation