Design agents that ship.
Designed turns a prompt into production-grade landing pages, decks, social creatives and exportable assets — with design-system intelligence, generated imagery, background removal, and upscaling built in.
Luxury launch page
Preview the design systems before the agent writes a line of HTML.
These miniature previews show how Designed can shift visual language from SaaS precision to editorial, automotive luxury, playful game systems, brutalist campaigns, and AI-native product interfaces.
Generation, image cleanup, and exports in one service.
Prompt
Send a brief to the Flue design agent with the target format, audience, tone, and style direction.
Design
The agent selects skills, design systems, craft rules, and writes complete standalone HTML.
Images
Use gpt-image-2 for fresh visuals, rembg for transparent cutouts, and Real-ESRGAN for upscales.
Export
Render to PDF, screenshot, PPTX, social banners, video, GIF, or email-safe HTML.
Open-source utilities wired directly into the agent.
Designed can improve assets instead of merely placing them. All utility services run on your VPS behind Caddy.
Generate images
Create hero art, icons, product visuals and campaign graphics through the Codex image tool mapped to gpt-image-2.
generate_imageRemove backgrounds
Turn photos and products into transparent PNG cutouts using the self-hosted rembg service.
remove_backgroundUpscale assets
Enhance low-res or generated images through the self-hosted Real-ESRGAN CPU upscaler.
upscale_imageUse the public endpoint with your bearer token.
The homepage is public. Agent, image, and export routes require your API key.
# Generate or update a design artifact curl -X POST https://designed.zzapp.uk/agents/design/homepage \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{"prompt":"Create a Ferrari-style product launch page and export a screenshot"}' # Utility tools are available to the agent and as direct endpoints POST /image/remove-bg # rembg transparent PNG POST /image/upscale # Real-ESRGAN 4x PNG POST /export/pptx # editable PowerPoint POST /export/social # 12 social formats