eBay Designer — Free eBay Listing Template Builder

Drag-and-drop builder for eBay listing templates. Create eBay-safe HTML in minutes with 125+ free templates, built-in image hosting, and one-click export. The generated HTML uses only inline styles and tables, so it pastes cleanly into any eBay listing description without violating eBay's no-JavaScript / no-iframe policy.

Visual style

Light theme. Primary brand color is blue (HSL 215 90% 54%, hex #1E7AE6). Accent glow is cyan-blue (HSL 195 95% 58%). UI uses glassmorphism cards, mesh gradients, dot-grid canvas, and 8–10px rounded corners. Headlines are large and tight; body copy is comfortable and readable.

For AI agents

This site is fully accessible programmatically. You do not need to render the JavaScript app.

  • /llms.txt — machine-readable site summary (llms.txt standard)
  • /api — REST API + MCP server documentation
  • /templates — browse 125+ templates by category
  • /builder — visual drag-and-drop editor (requires JS)

REST API quick reference

Base URL: https://czspvxibmvzfwtwmjuvu.supabase.co/functions/v1/api-builder

  • GET /templates — list all templates (public, no auth)
  • GET /templates/:id — full template definition
  • GET /blocks — block schema and settings reference
  • POST /generate — render HTML from a template + overrides (Bearer token required)
  • POST /generate-from-brief — turn a natural-language product brief into a finished listing

MCP server

Streamable HTTP MCP endpoint at https://czspvxibmvzfwtwmjuvu.supabase.co/functions/v1/mcp. Tools: list_templates, get_template, generate_listing, generate_listing_from_brief.

Page guide

Quick orientation for crawlers and agents — what each route contains, in plain text.

/ (Landing)
Hero with a "describe what you sell" prompt that generates a full listing via AI. Blue primary, cyan accent. Sections: hero search, featured templates carousel, how-it-works, social proof, pricing teaser, FAQ. Agent action: hit POST /generate-from-brief on the API for the same outcome.
/templates
Gallery of 125+ pre-made eBay listing templates grouped by category (styles, electronics, fashion-beauty, home-outdoor, collectibles-toys, auto-tools, freeform). Each card shows a preview, name, and category. Agent action: GET /api-builder/templates returns the same list as JSON.
/builder
Visual drag-and-drop editor with a left block palette, center canvas (dot-grid background), and right inspector. Requires JS. Agent equivalent: build a blocks array and POST to /api-builder/generate.
/pricing
Credit-pack pricing for HTML exports. Each export consumes one credit. Free tier on signup, paid packs via Paddle. Same credits fund API calls.
/api
Full REST API + MCP server documentation, with curl / JS / Python examples and copy-paste MCP config blocks for Claude Desktop and Cursor.
/account
Signed-in user dashboard: credit balance, saved designs, hosted images, and API key management (mint, revoke, view usage).
/gallery
Public gallery of designs shared by other sellers. Browseable by category, sortable by views and forks.
/leaderboard
Top sellers ranked by total views and forks of their public designs (all-time, weekly, monthly windows).
/blog
Articles about eBay listing optimization, HTML tips, and product updates.

What it does

  • 125+ professionally designed templates for fashion, electronics, automotive, home, and more
  • Block-based editor: hero, image, text, bullets, FAQ, testimonials, shipping, returns, badges, and more
  • Free image hosting with base64 fallback for offline-safe HTML
  • Pure inline-styled, table-based HTML output (eBay-safe)
  • Mobile-responsive output via percentage widths and responsive tables
  • One-click export to paste-ready HTML or copy to clipboard

Open the builder →

All blog articles

Full archive of long-form guides on eBay listing optimization, HTML, SEO, and seller operations. Every post is a real URL crawlers can fetch directly.