Skip to content
Path 3 ~one day · 3 docs · ~85 min reading

Wire BuilderJS into a real backend

Move from local-only Save to a production stack — MySQL persistence, S3 uploads, session auth, multi-tenant isolation, multi-language locale packs. Three docs, one shippable SaaS shape.

  1. Get started A1 ~5 min

    Quickstart

    Start with the canonical 5-minute boot so you have the engine running BEFORE you start swapping the storage layer. Skip if you already shipped a quickstart.

  2. Wire to production D1 ⭐ Copy-along ~60 min

    Wire a real backend

    The full save / load / asset / auth / multi-tenant adapter map — 8 patterns, 9 code blocks, 60 minutes round-trip. Pick the patterns that match your stack.

  3. Wire to production D2 ⭐ Copy-along ~20 min

    i18n locale packs

    Translate the editor for your buyers — three namespaces, runtime locale switcher, Intl number/date formatting, RTL languages. Ship a French build in 20 minutes.

Outcome A multi-tenant Builder posting to your auth-protected save endpoint with assets on S3.

Other paths