How to migrate our pages, data and content out of builder.io

Hey @fmontada great question, many features of builder will allow you to eject comfortably:

  • Everything you build in builder is accessible by a JSON API.
  • You can have webhook on any Builder space that save the content JSON into your other systems in real time.
  • Builder’s SDKs are all open source and will always allow you to go from the content JSON to rendered UI elements, regardless of where the JSON is coming from (your systems or our APIs).
  • You can import your entire space to your local filesystem at any point of time.

Bonus:

  • Mitosis: an open source project that allows you to compile Builder’s content JSON to a code in any of the frameworks it supports [including plain HTML].

Read more:

Let me know if you have any question!