Yes co-founder here. Been building apps with it for 2 years now. Its really powerful for building data intensive UIs.
Have built full scale dashboard solutions for enterprises, buys with a large CRM like 5 companies combined into one system large. Also quite far along building an MRP on it for a small factory.
The flexibility is what really makes it super. Client says the UX is not great for a specific task, no problem. Let’s imagine something better.
Also scales well when bringing on new devs in the team coz its such a structured way of writing UIs.
Limitations, definitely needs a lot more connections for other DBs etc. Also we need first class support for auth and athorization, currently bring your own openid connect provider.
Hi, yes often we are also really surprised. One could say its like writing a query, we took a lot of inspiration from MongoDBs query language.
To understand how this is all possible, in short, react components just use props, so just a json tree should already get you to some app description. Then, you just need to express logic, recalculate and update.
To find out how we express logic in yaml, how a look at Lowdefy operators -https://docs.lowdefy.com/operators
Looking forward to seeing what you can build! Let us know if you need any help!
Limitations, definitely needs a lot more connections for other DBs etc. Also we need first class support for auth and athorization, currently bring your own openid connect provider.