Earlier quoted context omitted.
We're decidedly a "low-code" or even “yes-code” tool. You use the drag-and-drop interface to design the app, while all of the app's logic is written in an in-browser text editor environment. Everything is multiplayer from day 1. It's an IDE in the style of VB6 / MS Access / FileMaker Pro, but built with modern web technologies at the foundation. We're building for early-stage technical teams and independent developer…
So multiplayer bubble but more industrial/data-centric, real database (operated out of band) for full data modeling power & operational scale, and use javascript to define business rules with control flow and loops?
One note: we have some lightweight persistent data stores built-in for convenience, like a key/value store. However, you're always able to build on top of your own database / API and most of our early users do.