📄️ Basics
Organizations
📄️ Corvina application
A Corvina application is a software that is not part of Corvina codebase but that can show something inside Corvina as if it were part of our platform. Every web application can be a Corvina application!
📄️ Application hooks
Application hooks are a way to extend the functionality of the Corvina platform. They are a way to embed some part of your application logic into the Corvina platform. This way, you can extend the platform with your own logic.
📄️ Application upgrade
Almost all changes you make to your app will be to code inside your app's web app. For example, tweaking the look of a web panel, adding a configuration option, or catching a previously unhandled exception can all be done by writing and deploying new code to your servers. Users see these changes as soon as you update your web app. It's your cloud app!