Data residency - what data does Plasmic store?

Hi all :wave:

I’m interested in using Plasmic but want to understand Data Residency. Couple questions:

  1. How much of my data does Plasmic have access to
  2. Can I use a custom REST API and use Plasmic as a front-end GUI or does the data live on Plasmic servers?
    Thanks!

Plasmic’s servers store only the designs that you created using Plasmic.

All Plasmic does is create frontends, it doesn’t provide a data store or backend.

So yes, you can use a custom REST API or any data source. See:

• If using code components, example of pulling data from a Shopify API
Docs on using Plasmic with data sources

Thank you @yang :partying_face: