Hey HN! While building our own SaaS we kept running into the same problem: customers wanted a real design editor (think Canva/Figma-lite) *inside* their product, but rebuilding all that UI from scratch is a quarter-million-dollar distraction. So we turned our internal tool into *Templated Embed* — a drop-in image & PDF template editor you can add to any web app with an <iframe> tag. - What it does? • Full WYSIWYG editor for text, images, SVGs, brand colours, Google Fonts • Outputs static images (PNG/JPG), layered PDFs, or keeps the design JSON so you can re-render via API • Multi-page + multi-size templates (social banners, receipts, posters, etc.) • Webhooks & API to push finished designs straight to your backend • White-label mode and granular permission rules for end-users/teams - How to embed? <!-- Add this to your HTML --> <embed src="https://app.templated.io/editor?embed=YOUR_EMBED_ID" width="100%" height="100%" /> |