Embed a Product Designer With One Line of Code
An embeddable product designer is a design-and-order tool you place inside a page you already own, rather than a separate site you send customers to. You Just Print embeds through a JavaScript snippet or an iframe, so it drops into virtually any website and inherits your branding.
Two ways to embed
JavaScript SDK
Add a script tag and a target element; the SDK mounts the builder and fires events your page can listen to.
iframe
Point an iframe at the hosted builder for the simplest possible install.
Order callbacks
Webhooks and SDK events tell your store when a design is finalized so you can add it to cart or your own checkout.
White-label
Colors, fonts, and logo match your site; the builder never advertises another brand to your customer.
It doesn't touch your host page's SEO
The builder is a self-contained runtime. It renders inside its frame and never rewrites your product page's title, canonical, or meta tags — so embedding it can't create duplicate-content or canonical conflicts on your site.
Read the embed guide
See real installation examples for your platform.
Embed documentationFrequently asked questions
- Do I use an iframe or a script?
- Both are supported. The JavaScript SDK gives you events and deeper control; the iframe is the fastest install.
- Will embedding hurt my page's SEO?
- No. The builder runs in its own frame and does not modify your page's metadata or canonical URL.
- How does my store know when a customer finishes a design?
- Through SDK events and server webhooks that fire when a design is finalized, carrying the order and print-file references.