Tools
Tools
How to use the Bubble DBML generator and project browser on bubbleio.wtf.
bubbleio.wtf ships a small set of tools aimed at making Bubble apps easier to understand and migrate. They are deliberately narrow: each one takes a Bubble artifact and turns it into something a developer or tool can work with.
Available tools
- Bubble DBML converts a Bubble data model into DBML, the schema language used by dbdiagram.io and other diagramming tools. Paste a Bubble app ID to get a DBML schema.
- Project browser inspects a Bubble project and lets you download a generated snapshot from the /tools/project-browser page.
How they fit
Before moving a Bubble app to owned software, you need a record of its data types, relationships, and constraints. The DBML generator and project browser turn that structure into output that people and tools can inspect.