Brand-ready templates for print, documents, email, and web
Design templates that never break.
Turn your real content into flyers, menus, forms, decks, emails, and pages that stay structured. Try an awkward headline below, then Shuffle the same words through layouts, palettes, and type without starting over.
Real live render, not a screenshot. No credit card required to browse or remix.
seal · ivoryGold · cormorantWorkLive renderThe layout never clips your title
Fixed boxes overflow and overlap on export. The engine measures your string and composes to fit — same awkward title, both sides:
Exhibition
LETTERS FROM THE OCCUPATION
Sept 14–28 · The Old Print Works
No clipped titles or overlapping subtitles on export — any archetype, palette, or font.
One engine, three ways in
This is a platform, not a single-purpose maker. Pick the lane that’s you.
Make something worth sharing
Invitations, party and gig posters, book covers, event badges. Type your own long, awkward, real title and watch it fit perfectly — every archetype, every time. Nothing to break, nothing to share that looks broken.
- Event & wedding invitations
- Party and gig posters
- Book covers for self-publishers
- Badges for a con or a wedding party
Together with their families
Ava
andNoah
request the pleasure of your company
14 · 09 · 26 · 4pm
Brand Builder
Paste your website. Watch everything become your brand.
Start with a URL. Brand Builder extracts your palette, type, and logo, then gives supported flyers, menus, badges, decks, and forms one reusable visual system.
Try a sample brand
Extracted kit: 4 colors · Georgia · Helvetica — ready to reuse across supported flyers, menus, badges, decks, and forms.
Free daily tool
A repair desk
for broken books.
Epub Mender · Online EPUB repair tool
Fix the file before Google Play Books or your reader rejects it.
Upload an EPUB and rebuild its ZIP structure, OPF metadata, manifest, spine, table of contents, XML, XHTML, and internal links. Epub Mender also removes forced fonts, text sizes, alignment, and padding so reader settings work as expected.
- ✓ Google Play Books compatibility repairs
- ✓ Calibre and Kindle-friendly output
- ✓ One free repair daily up to 5 MB
- ✓ Private, self-hosted processing
Remix, don't restart
Start from a real design. Make it yours.
Every one of these is a live, working template — not a screenshot. Hit Remix this to drop it straight into the demo with its layout loaded, ready to swap in your own words.
Gallery is warming up…
Pricing
Prove it with your content before you pay
Browse, edit, shuffle, and remix without a card. Pro is for professional output, one reusable brand system, and the tools that keep a business moving—with 15 credits added every month that accumulate until used.
Free
Explore the marketplace, then create a free Google account to edit and export.
- Browse, preview, shuffle, and remix — no account required
- Sign up free with Google to edit, export, and save your work
- Basic text, color, size, and font editing
- PNG & PDF on any template (watermarked) — 5 exports/hour
- Free SVG ↔ HTML5 converters — 3 converts per day (sign in required)
Pro
Professional exports, your brand everywhere, and publishing tools for ongoing work.
- Clean PNG & PDF exports (no watermark) where supported
- SVG, HTML, JSON, PPTX, and deployable ZIP formats
- SVG ↔ HTML5 converters — 50 converts per day (1 per minute)
- Brand Builder — extract a kit from a URL, PDF, logo, or images (up to 3 kits)
- 15 DesignForever credits added each month and never expire
- Epub Mender Advanced Options included with no credit charge
- Advanced editor: effects, widgets, alignment, uploads, and access to the full image library
- Custom fonts, colors, global theme, and unlimited saved variants
- Publish one-page sites with optional custom domain
Pro checkout is currently rolling out.
Upgrade to ProDeterministic output
No LLM guesses the final layout in the render path.
One brand, many formats
Apply the same identity to print, documents, email, and pages.
Your work stays useful
Saved work remains viewable if you return to Free.
Prices in USD. No credit card is required to browse, preview, or remix. Pro checkout is billed through Stripe at /checkout. Cancel anytime from your account.
Developer preview
Build on the deterministic render core
The same core is callable through CLI, HTTP, and MCP. Developer access is a separate pilot from DesignForever Pro: structured input in, reproducible output out.
curl -X POST "$DESIGNLOOK_API_URL/v1/compose" \
-H "x-api-key: $VAE_KEY" \
-H "content-type: application/json" \
-d '{
"pattern": "bookCover",
"canvas": { "w": 1600, "h": 2400 },
"format": "png",
"blocks": [
{ "role": "title", "text": "Letters from the Occupation" },
{ "role": "author", "text": "A. Marchetti" }
]
}'
# => { "ok": true, "png": "data:image/png;base64,…", "boxes": [ … ] }Zero LLM calls in the render path — deterministic, print-ready, reproducible.