The Tech Pulse

April 7, 20267 min read
Tags
  • Etsy
  • Claude
  • Ai
  • Money
Share

We Made 3 High Priced Etsy Digital Downloads Using Claude (This is nuts)

One Sentence Summary

The video demonstrates data-driven workflows using Claude to validate, clone, and launch high-ticket, brandable digital downloads on Etsy with templates.

Main Points

  • Claude can sync with Google accounts, expanding data access for builds and automation.
  • Focus on high-ticket digital downloads (minimum $20) for better profitability.
  • Market validation is essential to avoid dead listings and wasted effort.
  • Use Profit Tree to filter for recent, high-demand, higher-priced digital products.
  • Prioritize Google Sheets-based offerings with evidence of strong daily sales and carts.
  • Track promising listings in folders to compare revenue and identify top performers.
  • Recreate winning products in Claude using a structured prompt framework.
  • Analyze listing attributes: Google Sheets format, multi-tab structure, color schemes, tutorials.
  • A special guest (Will Brubaker) demonstrates step-by-step cloning of top products.
  • The workflow includes downloadable Claude setup and prompt sharing for replication.

Takeaways

  • Validate before you build: test market demand and price elasticity first.
  • Use data-driven filters (price, recency, carts) to surface winners quickly.
  • Build in Claude by extracting essential product attributes and replication steps.
  • Track and compare monthly revenue to decide which SKUs to scale first.
  • Provide a reusable framework (prompts) to reproduce successful digital products.

Summary

This tutorial demonstrates how to use Claude with local code execution to rapidly create and sell high-quality Google Sheets digital products on Etsy. The core problem being solved is the time-intensive process of designing polished, sellable spreadsheet templates. Instead of manual creation, the workflow uses prompt engineering + Claude’s coding capabilities (via Python + openpyxl) to generate fully functional, styled spreadsheet products in minutes.

The process includes:

  • Market validation using Profit Tree
  • Prompt engineering for structured output
  • Automated spreadsheet generation using openpyxl
  • Manual refinement (“vibe coding”)
  • Listing and selling on Etsy

Detailed Step-by-Step Breakdown

1. Install and Set Up Claude (Local Desktop Version)

  • Navigate to: https://claude.com/download

  • Install for:

    • Windows (.exe)
    • macOS (.dmg)
  • Run installer:

    • Click Start Setup
    • Complete initialization

2. Configure Claude Code Environment

  • Open Claude desktop app

  • Switch from Chat mode → Code mode

  • Select working directory (critical):

    C:\Users\<your-user>\Etsy\
  • To create:

    • Click New Session
    • Choose folder (e.g., Etsy)

Important:

  • Each product = new session
  • Avoid context pollution between projects

3. Market Validation (Using Profit Tree)

Inside Profit Tree:

Filters:

Keyword: "digital" Min Price: $20 Max Listing Age: 12 months Listing Type: Digital

Validation Signals:

  • Sales in last 24 hours
  • “In carts” count (demand indicator)
  • Monthly revenue estimate

Example products:

  • Wedding planner
  • Budget tracker
  • Book tracker

4. Craft the Master Prompt (Critical Step)

Core Prompt Structure:

You are a premium digital product builder. You create sellable Excel spreadsheet products using Python openpyxl. When given an Etsy listing: - Analyze screenshots - Identify tabs, features, UI - Rebuild a premium version ($15–$50 value) Requirements: - Gridlines OFF - Max 2 fonts - Styled headers - Color palettes - Clean spacing - Interactive dashboards

Enhancements:

  • Provide examples (fitness tracker, budget planner)
  • Define success criteria clearly
  • Include UI expectations (clean, aesthetic)

5. Input Etsy Listing to Claude

  • Paste Etsy product URL into Claude

  • Claude outputs:

    • Tab structure
    • Features
    • Color palette
    • Build plan

Example Output:

Tabs: - Dashboard - Setup - Tracker - Calendar - Wishlist - Analytics

6. Refine Plan BEFORE Execution

Add custom instructions:

- Add pie charts - Add line graphs - Improve spacing - Match color palette - Include instructional tab

⚠️ Important:

  • Do NOT skip this step
  • Iteration after generation = token waste

7. Generate Spreadsheet (Python Execution)

Claude uses:

  • Python
  • openpyxl

Output:

  • .xlsx file saved locally

8. Import into Google Sheets

Steps:

  1. Open Google Drive
  2. Drag .xlsx file
  3. Convert to Google Sheets

9. Manual “Vibe Coding” Adjustments

Fix common issues:

  • Overlapping charts
  • Misaligned UI elements
  • Poor image choices

Enhancements:

  • Add images (backgrounds, icons)
  • Adjust spacing
  • Improve readability

10. Product Structure Example (Book Tracker)

Tabs:

  • Instructions
  • Setup
  • Book Tracker
  • Calendar
  • Wishlist
  • Dashboard

Features:

  • Reading goals
  • Status tracking
  • Genre categorization
  • Auto-calculations
  • Charts

11. Create Etsy Listing

Inside Etsy:

  • Select Digital Product

  • Upload files:

    • Spreadsheet
    • Instruction PDF

12. Create Instruction PDF (via Claude)

Prompt:

Create a PDF user guide explaining: - Setup - Navigation - Use cases

13. Thumbnail Optimization

Analyze competitors:

  • Muted color palettes
  • Clean layouts
  • Minimal text

Strategy:

  • Split test:

    • Bright vs muted
    • Different fonts
    • Layout variations

14. Scaling Strategy

  • Recreate multiple products:

    • Wedding planner
    • Budget tracker
    • Finance dashboard
  • Duplicate listings with variations

  • A/B test thumbnails


Key Technical Details

Tools & Stack

  • Claude (Code mode)
  • Python
  • openpyxl
  • Google Sheets
  • Etsy
  • Profit Tree

File Handling

  • Local output path required
  • .xlsx → uploaded to Google Drive

Claude Behavior

  • Needs structured prompts

  • Performs best with:

    • Screenshots
    • Examples
    • Clear constraints

Pro Tips

  1. Front-load prompt quality

    • Spend time defining “what good looks like”
  2. Use screenshots

    • Improves UI replication accuracy
  3. Force UI constraints

    • Fonts, spacing, color palettes
  4. Always start new session per product

    • Prevents context bleed
  5. Iterate visually, not structurally

    • Fix layout manually instead of regenerating

Potential Limitations/Warnings

  • Chart overlap issues common
  • Claude may miss minor features from listings
  • Requires manual polishing for sale-quality output
  • Token usage increases with iteration
  • Google Sheets formatting may differ from Excel output

Recommended Follow-Up Resources

  • Claude prompt engineering techniques
  • Etsy SEO optimization guides
  • Google Sheets advanced formulas
  • UI/UX design basics for dashboards
  • Python automation with openpyxl

Suggested Books (5)

  1. “Automate the Boring Stuff with Python” – Al Sweigart Paperback, Kindle This book te. ches practical automation using Python, including file handling and Excel manipulation. It directly supports the workflow of generating spreadsheets programmatically using libraries like openpyxl.

  2. “Python for Data Analysis” – Wes McKinney Paperback, Kindle A deeper dive into data structures and data processing in Python. Useful for enhancing spreadsheet logic, calculations, and analytics dashboards beyond basic templates.

  3. “Excel Power Programming with VBA” – Michael Alexander & Dick Kusleika Paperback, eTextbook While focused on VBA, it builds strong mental models for spreadsheet automation, structure, and advanced features that can be replicated using Python-generated spreadsheets.

  4. “Designing Data-Intensive Applications” – Martin Kleppmann Paperback, Kindle, Audiobook Helps understand how data systems and structures work at scale. Valuable for designing robust spreadsheet systems with multiple tabs, relationships, and computed metrics.

  5. “Hooked: How to Build Habit-Forming Products” – Nir Eyal Hardcover, Kindle, Audiobook Provides insight into why users repeatedly engage with tools. This is directly applicable when designing spreadsheet products that customers will consistently use (and recommend).

Get New Posts

Follow on your preferred channel for new articles, notes, and experiments.

Related Posts