Claude Code Designs Printable Business Cards via HTML + Playwright

✍️ OpenClawRadar📅 Published: May 12, 2026🔗 Source
Claude Code Designs Printable Business Cards via HTML + Playwright
Ad

A Reddit user shared a practical workflow where Claude Code (the AI coding agent) designed printable business cards entirely from scratch. The process involved:

  • Providing Claude with a photo of their cats and their website link as input.
  • Claude generated an HTML business card design, then used Playwright (headless browser automation) to take screenshots and iteratively refine the layout until the user was satisfied.
  • After the design was finalized, the user bought Avery printable business card paper from Walmart (standard perforated 2x5 grid sheets).
  • Claude produced an HTML page with a print button and a 2x5 grid matching the Avery template. The page printed perfectly aligned on the card stock — no manual tweaking needed.

The entire process took about 10 minutes. The user reported results “better than expected.”

Ad

Key Takeaways

  • Claude can bridge visual design and print layout by iterating via browser automation.
  • Using Playwright for screenshot feedback lets Claude self-correct layout issues without human intervention.
  • The final HTML template works directly with inexpensive Avery business card paper — no professional design tools required.

This is a solid example of using AI coding agents for physical print production, not just software generation.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

User Workflow: Using Claude.ai for Planning and Claude Code for Implementation
Use Cases

User Workflow: Using Claude.ai for Planning and Claude Code for Implementation

A developer describes using Claude.ai for detailed planning and architecture discussions, then Claude Code for implementation, but notes there's no shared state between the two tools requiring manual file transfers.

OpenClawRadar
BinktermPHP: A Full BBS/FidoNet Platform Built Primarily with Claude
Use Cases

BinktermPHP: A Full BBS/FidoNet Platform Built Primarily with Claude

BinktermPHP is an open-source web-based BBS written in PHP 8 with PostgreSQL, featuring a built-in binkp FidoNet mailer, echomail/netmail, file areas, door games, real-time server push, and an MCP server that exposes echomail to AI assistants. The developer reports building it almost entirely using Claude for implementation while handling architecture and testing.

OpenClawRadar
Using Claude as a Creative Director in a Sticker Generation Pipeline
Use Cases

Using Claude as a Creative Director in a Sticker Generation Pipeline

A developer built a sticker app where Claude analyzes user-uploaded photos, generates nine sticker concepts, and writes detailed prompts for image models, resulting in personalized stickers rather than generic ones.

OpenClawRadar
Non-developer builds resale scoring tool with Claude and eBay API
Use Cases

Non-developer builds resale scoring tool with Claude and eBay API

A detective with no software engineering background built FlipIQ, a local Flask/SQLite tool that uses Claude to analyze eBay sold data and generate confidence scores for resale items. The tool includes photo ID features and runs free with an eBay API key and Ollama.

OpenClawRadar