Hosted widget

ManaPrint Customizer

Drop a live product personalization editor into any site with one script tag and a licence key.

Try the live demo →

Embed

<!-- 1. load the widget -->
<script src="https://customizer.manaprint.com/v1/customizer.js"></script>

<!-- 2. open the editor with your licence key -->
<script>
  ManaPrintCustomizer.open({
    key:      "mck_live_…",   // your publishable, domain-locked key
    apiBase:  "https://api.manaprint.com/public/api/client",
    template: { /* product config — productType picks the editor */ },
    onSave: function(design, previews, print) {
      // design + preview PNG(s) + print-ready artwork
    }
  });
</script>

How it works

Need a key? Contact ManaPrint.