We built Glue4 to scratch our own itch: whenever we start building an app, there’s all these different layers that need to be pieced together with subtle gotchas (auth, backend, DB, where to host, etc). The vast majority of the apps we build don’t really need anything beyond state persistence and authentication.<p>And that’s what Glue4 abstracts away: having to host our own backend, pick our own DB, figure out the querying language/ORM and then host & maintain them all somewhere “in the cloud”. All you need to do is run a single npm install command and you get Auth + state persistence in the backend out of the box.<p>Fire away with critiques/questions/anything really :)