Bubble Platform Architecture

I’m wondering if there is a published diagram outlining how the bubble.io platform architecture is set up? I’m not referring to bubble user app architecture, but the actual underlying core web platform technology that powers apps. I really want to understand how this works at a deeper level. Not sure if this is intentionally obfuscated or if someone has a ‘good guess’ about how this all works.

1 Like

It’s actually pretty well documented and the rest of the details can be surmised by looking under the hood a bit. Bubble is using NodeJS on the server and the data store is a postgres backend with a proprietary storage format (also known) as they are able to give direct database access to dedicated server customers.

Some really interesting articles are here if you really want to get in the weeds:

Basically the framework is almost entirely based upon Javascript and a custom JSON parsing engine. It’s quite a fascinating and innovative piece of engineering (imo).

Further reading here that gives insight into what is under the hood: Bubble donates $20k to open-source projects

If you get through all of that reading and have a specific question feel free to post again

2 Likes