Claude Code Designs Printable Business Cards via HTML + Playwright

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.”
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
👀 See Also

OpenClaw agent automates SEO for HVAC website with GitHub integration
An HVAC company used an OpenClaw sub-agent with SEO skills connected to Ahrefs to automate weekly SEO reports and website updates, achieving 17x growth in search impressions over 11 weeks.

Developer Ships HTML5 Game Using Claude Chat Free Version
A developer with 20-year-old C game programming experience used Claude Chat's free version to build a modern HTML5 space shooter game over 30 days, working about an hour daily. The game includes procedural sounds, enemy AI, upgrade systems, and wave mechanics.

Claude AI Analyzes CSV Car Trip Data Without Specific Prompts
A user uploaded a CSV export of car trip data to Claude AI, which automatically generated a comprehensive analysis and dashboard without additional prompting, starting from a conversation about kWh/100 miles efficiency metrics.

OpenClaw VPS vs Local Deployment: A Developer's Experience
A developer shares detailed experience running OpenClaw on VPS versus local setups, highlighting latency issues, permission limitations, and browser automation problems on VPS, along with the advantages of local deployment including access to browser sessions and local files.