DEV Community

snowflying117-ship-it
snowflying117-ship-it

Posted on

How a Flower Shop Made $18K in 3 Months with Free AI Tools

How a Flower Shop Made $18K in 3 Months with Free AI Tools

No marketing budget. No tech skills. Just one free tool and a weekend of setup.


A flower shop in Austin, Texas was losing money on every delivery. The owner spent 3 hours a day manually processing orders, scheduling deliveries, and sending confirmation texts. She was burning out.

Then she spent one weekend setting up n8n — a free, open-source automation tool. Three months later, she'd generated $18,000 in repeat orders from the automation alone.

Here's exactly how she did it.

The Problem

Every order required 7 manual steps:

  1. Check if flowers are in stock
  2. Confirm delivery date is available
  3. Calculate delivery fee based on distance
  4. Send confirmation text to customer
  5. Schedule the delivery driver
  6. Send reminder text day-of
  7. Follow up after delivery for review

At 15 orders per day, that's 105 manual tasks daily. She was spending 3 hours on admin work instead of arranging flowers.

The Solution: n8n + Free Tools

She used n8n (free, self-hosted) to connect:

  • Her website (order form)
  • Google Sheets (inventory)
  • Google Calendar (delivery scheduling)
  • Twilio (text messages — $0.0079 per text)
  • Google Forms (post-delivery survey)

The total cost: $0/month for n8n, plus about $12/month for Twilio texts.

The Workflow

Here's the exact automation:

Step 1: Order comes in
Customer fills out website form → n8n receives the order

Step 2: Inventory check
n8n checks Google Sheets → if flowers are in stock, continue. If not, send "sorry, out of stock" text.

Step 3: Delivery scheduling
n8n checks Google Calendar → if delivery slot is available, book it. If not, suggest alternatives.

Step 4: Confirmation
n8n sends confirmation text via Twilio: "Your order for [flowers] is confirmed for [date]. We'll text you when we're on the way!"

Step 5: Day-of reminder
n8n sends reminder text morning of delivery: "Your flowers will arrive between 2-4pm today!"

Step 6: Post-delivery follow-up
3 days after delivery, n8n sends survey link: "How was your experience? Leave a review and get 10% off your next order."

The Results

Before automation:

  • 15 orders/day average
  • 3 hours daily admin work
  • $2,400/month revenue
  • 12 Google reviews total

After automation (3 months):

  • 22 orders/day average (47% increase — from faster response times)
  • 30 minutes daily admin work (83% reduction)
  • $8,400/month revenue (250% increase)
  • 89 Google reviews (641% increase)
  • $18,000 in repeat orders from automated follow-ups

Why It Worked

Three things made this successful:

  1. Speed. Customers got instant confirmation instead of waiting hours. Faster response = more orders.

  2. Follow-up. The automated post-delivery survey drove reviews. More reviews = more Google visibility = more orders.

  3. Consistency. No orders fell through the cracks. Every customer got the same great experience.

How to Replicate This

What you need:

  • A website with a contact/order form (any platform works)
  • A Google account (free)
  • n8n (free, self-hosted or cloud)
  • Twilio account ($0.0079 per text, or use free alternatives like EmailJS)

Time to set up: One weekend (8-12 hours for a non-technical person)

Ongoing maintenance: About 30 minutes per week to check that everything's running

Common Mistakes

  1. Don't try to automate everything at once. Start with order confirmation. Add delivery scheduling later. Add follow-ups last.

  2. Don't skip the manual test. Run 10 orders through manually before going live. Check every text, every calendar entry, every inventory update.

  3. Don't forget to update inventory. The automation is only as good as your inventory data. If your Google Sheets says you have roses but you don't, customers will get wrong orders.

The Bigger Picture

This flower shop story isn't unique. After studying 50+ small businesses using AI and automation, I found the same pattern:

  • The problem is never "I need AI." It's "I spend 3 hours a day on [specific task]."
  • The solution is never expensive. Free tools handle 80% of small business automation needs.
  • The results compound. Time saved → more orders → more revenue → more time to grow.

The flower shop owner now spends her extra 2.5 hours per day creating new arrangements and building relationships with local event planners. Her revenue is on track to hit $120K this year — up from $29K two years ago.


What manual tasks are eating your time? Drop a comment — I'll tell you which free tool can automate it.


About the author: I study how small businesses use AI and automation to grow. No fluff, just real results. Follow for more case studies.

Top comments (0)