Overview
declo provides an environment that runs on the edge and concists of 3 main parts:
CLI
Our CLI enables developers to run their configs locally and includes the well known HMR experience when updating a config under development.
Configuration
The declo configuration is the main entrypoint of your system. It contains the full declaration of the system, holding data objects, interfaces and business rules and computations.
Clients
Our clients are ready-made consumers of the declo websocket api. They make it easy, in any framework supported, to build great experiences from your own system declaration. All clients accept your configuration as a type parameter to enable full-stack typesafety when interacting with the sdk.