1
0 Comments

πŸš€ How I generated a 1000-product WooCommerce demo store in 3 minutes

Today I want to share a simple workflow I used to quickly build a realistic demo store for Fabio AI Chatbot.

The goal was straightforward:
πŸ‘‰ create a store with enough products to properly test an AI chatbot in real conditions
πŸ‘‰ without manually adding products one by one

Here’s exactly how I did it.


⚑ Step 1 β€” Ask an AI to generate the script

I used ChatGPT, but any AI will do.

Prompt:

I want a Python script that generates a WooCommerce CSV with 1000 products for a demo store. The products should include kitchen appliances, beauty products, and kids sportswear, organized into categories.


⚑ Step 2 β€” Copy the script

Once the script is generated, just copy it.
No need to tweak anything.


⚑ Step 3 β€” Run it with Google Colab (no setup required)

Go to Google Colab:
https://colab.research.google.com/

  • Click on β€œNew notebook”

  • Paste the script

  • Click Run


⚑ Step 4 β€” Generate the CSV

Wait a few seconds.
The CSV file will be created automatically.


⚑ Step 5 β€” Download the file

On the left sidebar in Colab:

  • Click the folder icon

  • Locate your CSV

  • Download it


⚑ Step 6 β€” Import into WooCommerce

In your WordPress dashboard:

  • Go to Products β†’ Import

  • Upload the CSV

  • Let WooCommerce handle the rest


🎯 Result

You now have a 1000-product WooCommerce store ready in minutes.

Perfect for:

  • testing plugins (like AI chatbots πŸ‘€)

  • building realistic demos

  • speeding up development

πŸ‘‰ Live demo: https://fabio-plugins.com/demo_shop/


πŸ’‘ Why this matters

As indie makers, we often waste time on setup instead of testing ideas.

This kind of workflow lets you:

  • validate faster

  • demo faster

  • iterate faster


If you’re building something similar, I’d love to hear how you generate your test data πŸ‘‡

posted toAvatar for product Fabio AI Chatbot
Fabio AI Chatbot