Redesign Ugly Sites Cold Outreach

OpenAIGoogle Mail

Finds local businesses with outdated websites, scores their design, generates a stunning replacement landing page, and sends a personalized cold email with the redesign.

Lead GenerationWeb DesignCold OutreachLocal Business

Overview

This workflow is a complete lead generation and outreach pipeline for freelance web designers, agencies, or anyone selling website redesign services. It automatically finds local businesses with outdated websites, scores how ugly each site is, generates a beautiful replacement landing page, and sends a personalized cold email with the redesign attached — all on autopilot.

A built-in demo mode lets you preview everything safely before going live.

What It Does

  1. Searches for businesses in a specific niche and postal code area
  2. Extracts business names, websites, and details from search results
  3. Visits each website and scores it on an ugliness scale from 1 to 10
  4. Picks the worst offender as the outreach target
  5. Generates a complete, responsive HTML landing page as a replacement
  6. Sends a polished HTML cold email with a link to the redesigned page

What You Need

  • A Needle account with access to the Workflow Builder
  • A Gmail connector to send outreach emails from your Google account
  • Optionally, set the DEMO_MODE variable to true so emails go to your own inbox for review instead of the actual business

How the Flow Works

StepNodeDescription
1Webhook TriggerAccepts a POST request with a postalCode and an optional niche.
2Parse DefaultsFills in any missing fields. Defaults to German market settings (country, language, and a search query combining niche and postal code).
3Search InternetRuns a web search for businesses matching the niche and location. Returns titles, URLs, and snippets.
4Extract BusinessesAn AI agent parses the search results and pulls out real business websites, filtering out directory listings like Yelp or Google Maps.
5Parse Business ListCleans the AI output into a structured array of business objects (name, website URL, description).
6AI Website RoasterThe core of the pipeline. For each business, an AI agent browses the actual website, evaluates the design quality, and returns an ugliness score (1–10) with a detailed roast and list of key issues. Runs in parallel across all businesses.
7Pick the UgliestSorts all scored businesses by ugliness and selects the one with the highest score as the prime outreach target.
8Generate Landing PageAn AI agent visits the target business's website again, understands their services and branding, then generates a complete self-contained HTML landing page. Includes hero section, services, about, testimonials placeholder, and contact section — fully responsive with Google Fonts, CSS animations, and a professional color scheme. Written in the same language as the original website.
9Clean HTMLStrips any markdown code fences from the AI output so the HTML is ready to save.
10Save as FileAn AI agent saves the HTML as a downloadable file and returns the hosted URL.
11Merge & Combine DataCombines the file URL with the original business data (name, website, ugliness score) into a single object for the email node.
12Send Cold EmailComposes and sends a visually polished HTML email personalized with the business name, written in the same language as the target website, with a prominent call-to-action button linking to the redesigned landing page. No price is mentioned. When DEMO_MODE is enabled, the email routes to your own inbox and the footer shows who the intended recipient would have been.

Webhook Input

Send a POST request to the webhook URL with the following body:

FieldRequiredDescription
postalCodeYesThe postal code to search for businesses in
nicheNoThe type of business to target (defaults to "Zahnarzt" / dentist)

Example:

{ "postalCode": "80331", "niche": "Zahnarzt" }

Output

A fully personalized cold outreach email sent to the business (or to your inbox in demo mode) containing a link to a stunning replacement landing page you can use to start a conversation and close a deal.

Important Notes

  1. Set DEMO_MODE to true when testing so you don't accidentally email real businesses. The workflow behaves identically in both modes except for the recipient address.
  2. Defaults are configured for the German market, but you can change the Parse Defaults code node to target any country or language.
  3. The AI picks the single ugliest website from the search results. To target multiple businesses per run, modify the "Pick the Ugliest" code node to return more than one result.
  4. Landing page file URLs expire after 7 days. For production use, consider hosting the generated HTML on your own domain or a service like Netlify or Vercel.
  5. You must connect your Gmail account as a connector before the email node can send.

Want to showcase your own workflows?

Become a Needle workflow partner and turn your expertise into recurring revenue.

Ready to vibe automate?

Join thousands of people who have transformed their workflows.

Workflows

Automations with AI agents

Collections

All your data, searchable

Chat Widget

Drop-in widget for your website

Developer API

Build AI-powered apps with ease

    We use cookies to enhance your experience on Needle and keep your data secure. Privacy Policy