📄️ Libraries
Libraries are assets avalible to Colibri to make use of to best service the user, there are a variaty of libaries but at the core we have the Actions Libarary for exsecuting functions and the Components Library to provide the user with UI interactions.
📄️ Actions
Actions are asencialy endpoints, colibri should have a general API key as well as the ability to generate a new key per account.
📄️ Actions
Actions are asencialy endpoints, colibri should have a general API key as well as the ability to generate a new key per account.
📄️ Apps
Apps are a compelation of actions and components, each app is a file detailing each screen, what component and actions to use from ther respective library. it functions exactly the same way as generated flows except we skip the generation step and rely only on the developers instructions.
📄️ Stack
Add a short description
📄️ Components
The Component libarray is a database filled with flutter widgets and details documentation on what it is good for, Colibri will not only understand the flutter code but its documentation, the goal is to choose the right widget without the need for much or any code modification, rather colibri should focus on use intent and connetion with the corect action.