I Built an End-to-End AI Social Media Automation System in n8n (Our First Client Hit 111K Views)

I've been building an end-to-end social media automation workflow in n8n over the past few months, and it's finally at a stage where we're using it for real clients.

The exciting part? The first video we created using this system reached over 111K views, which gave us confidence that the workflow can produce content people actually engage with.

Here's what the workflow does:

  • Runs automatically on a schedule
  • Pulls content ideas from Google Sheets
  • Generates platform-specific copy using GPT-5
  • Creates marketing posters with Gemini
  • Generates AI avatar videos with HeyGen (Shorts & long-form)
  • Creates YouTube titles, descriptions, tags, and SEO metadata
  • Uploads assets to Google Drive
  • Publishes to YouTube, Instagram, Facebook, and LinkedIn
  • Updates the content status automatically in Google Sheets

The goal was simple: fill in a few fields like topic, audience, language, and goal, and let the workflow handle the rest.

A few things I learned

  • Building reliable automation is much harder than generating content.
  • Prompting differently for each platform noticeably improves the output.
  • Managing async APIs (especially video generation) took more time than I expected.
  • Google Sheets turned out to be a surprisingly effective lightweight content management system.

I'm now considering breaking this into smaller modular workflows because maintaining one massive workflow is becoming challenging.

For those running larger n8n projects, do you prefer one big workflow or multiple smaller ones connected with webhooks?

I'd love to hear how others are scaling and maintaining production automations.

reddit.com
u/Ordinary_1111 — 7 days ago
▲ 1 r/StartupSoloFounder+1 crossposts

I built an AI-powered Google Maps B2B Lead Finder but never launched it. Would you keep building it?

I've spent the last few months building a side project alongside my client work.

It's an AI-powered tool that helps users generate B2B leads from Google Maps.

The workflow is simple:

  • Enter a city
  • Enter a niche
  • Choose how many leads you need
  • Export the results to a spreadsheet

The prototype is working, but I never got around to launching it because client projects have taken up all of my time.

Now I'm at a crossroads.

Part of me thinks there's a real market for a tool like this, especially for agencies, sales teams, and local businesses. The other part wonders if I should leave it as a side project and move on.

If you were in my position:

  • Would you continue building it?
  • What features would make it valuable enough for you to pay for?
  • What would stop you from using a tool like this?

I'd genuinely appreciate any feedback from people who've built or marketed SaaS products.

https://preview.redd.it/yc4ymf12py9h1.png?width=1300&format=png&auto=webp&s=e21e0bfa26f1714c3f378de8b24cc19b166cb013

reddit.com
u/Ordinary_1111 — 8 days ago

Built an AI Graphic Design Team in n8n That Creates, Reviews, Improves, and Stores Images Automatically

I've been experimenting with AI-powered design workflows and ended up building what feels like a mini graphic design team inside n8n.

The workflow works like this:

  • Submit a design request through a form
  • Generate images with Ideogram
  • Automatically review the generated image using AI
  • Check for quality, aesthetics, audience fit, and text issues
  • If the image isn't good enough, AI rewrites the prompt and regenerates it
  • Store every generation, prompt, seed, and metadata in Google Sheets
  • Save all assets to Google Drive
  • Notify the user when the final image is ready

What surprised me most wasn't the image generation itself.

It was how useful the AI review step became.

Instead of accepting the first image, the workflow can evaluate whether the image actually matches the target audience and improve the prompt before creating a new version.

So it behaves more like:

Designer → Art Director → Revision → Final Delivery

rather than just a simple image generator.

A few things I learned:

  • AI image quality improves a lot when prompts get reviewed before regeneration
  • Keeping all prompts and generations in Sheets makes testing much easier
  • Most bad outputs come from weak prompts, not weak models
  • Adding a feedback loop produced significantly better results than generating multiple random variations
reddit.com
u/Ordinary_1111 — 20 days ago

I Built a Fully Automated AI Video Factory That Creates Content and Publishes to 9 Platforms

I've been experimenting with AI content automation, and this is probably the most complete workflow I've built so far.

The goal was simple:

Generate video ideas → create videos → add sound → publish everywhere automatically.

No manual editing.

No manual uploads.

What the workflow does

1. AI generates content ideas

Every day the workflow:

  • Creates a new video concept
  • Generates:
    • title/idea
    • caption
    • hashtags
    • environment prompt
    • sound prompt

Everything gets logged into Google Sheets.

2. AI expands the concept

The system then creates:

  • detailed scene descriptions
  • visual prompts
  • cinematic instructions
  • shot breakdowns

Instead of generating a single prompt, it creates multiple scenes that form a complete video.

3. Seedance generates the clips

Each scene gets sent to Seedance AI.

The workflow generates multiple video clips automatically and waits for rendering to finish before moving forward.

4. AI sound generation

Once the clips are ready:

  • Sound effects are generated
  • Audio is matched to the visual scenes
  • ASMR-style effects can be added automatically

This ended up making a much bigger difference than I expected.

5. Automatic video stitching

The workflow:

  • Collects all generated clips
  • Merges them into one final video
  • Handles rendering automatically
  • Stores the final output URL

No editing software needed.

6. Distribution everywhere

Once rendering is complete, the video gets pushed to:

  • TikTok
  • Instagram
  • YouTube
  • X
  • Facebook
  • LinkedIn
  • Threads
  • Pinterest
  • Bluesky

All from a single workflow.

What surprised me

The hardest part wasn't AI generation.

It was:

  • managing async rendering jobs
  • handling retries
  • tracking content status
  • preventing broken uploads

The actual AI generation became the easy part.

Biggest lesson

Creating content is easy.

Building a reliable system that can run every day without breaking is where most of the work happens.

reddit.com
u/Ordinary_1111 — 25 days ago

I built an AI chatbot for my website that qualifies leads and notifies me instantly

I built an AI chatbot for my website that qualifies leads and notifies me instantly. What am I missing?

Over the last few days, I've been experimenting with AI automation and decided to build a chatbot for my agency website.

The goal wasn't just to answer questions. I wanted it to actually qualify leads and notify me when someone was interested in a service.

What it does today:

✅ Answers questions about our services

✅ Collects:

  • Name
  • Email
  • Phone Number
  • Company Name
  • Requirements

✅ Qualifies the lead before submission

✅ Sends the lead to Google Sheets automatically

✅ Sends me an instant Telegram notification whenever a new lead comes in

The workflow is:

Visitor → AI Chatbot → Lead Qualification → Google Sheets → Telegram

What surprised me is how much can be built today without writing much code.

I'm still testing it and improving the experience, so I'd love some feedback from people who have already deployed chatbots on real business websites.

A few questions:

  • Are visitors actually using website chatbots?
  • Did you see an increase in leads or conversions?
  • What questions should every lead qualification chatbot ask?
  • What features made the biggest difference for you?
  • What would you add to this setup?

I'm genuinely curious because this is my first time building a complete chatbot + automation workflow and I'm sure there are things I haven't thought about yet.

reddit.com
u/Ordinary_1111 — 1 month ago

I Built an AI Podcast-to-Shorts Factory That Finds Viral Moments and Posts Them Automatically

I've been experimenting with automating content repurposing, and recently built a workflow that turns long podcast episodes into multiple short-form clips with almost no manual editing.

The goal was simple:

One podcast → multiple ready-to-post shorts.

How it works

1. Submit a YouTube Podcast

The workflow starts with:

  • Podcast URL
  • Background gameplay/video URL

That's it.

2. Full Podcast Transcription

The system:

  • Downloads the podcast audio
  • Generates a complete transcript
  • Captures word-level timestamps

This becomes the foundation for everything else.

3. AI Finds the Best Moments

Instead of clipping random sections, AI analyzes the transcript and looks for:

  • Strong opinions
  • Controversial takes
  • Emotional stories
  • Valuable lessons
  • High-retention moments

It then selects multiple highlight segments automatically.

4. Clip Generation

For every selected highlight:

  • Extracts the podcast segment
  • Generates a matching background clip
  • Synchronizes audio and visuals
  • Creates subtitle timing automatically

5. Smart Captioning

The workflow:

  • Transcribes each clip individually
  • Groups words into readable chunks
  • Creates social-media-friendly captions

No manual subtitle editing needed.

6. AI Title Generation

Before publishing, AI analyzes the clip and generates:

  • Attention-grabbing titles
  • Curiosity-based hooks
  • TikTok-friendly formatting

7. Auto Publishing

Once everything is ready:

  • Video is rendered
  • Metadata is attached
  • Content is published automatically

The workflow can be adapted for TikTok, Reels, Shorts, and other platforms.

What surprised me

The hardest part wasn't editing.

It was identifying the moments people would actually watch.

Finding "viral-worthy" segments consistently is much harder than clipping video.

The transcript analysis ended up being the most valuable piece of the entire system.

Biggest takeaway

Most podcasts already contain dozens of short-form content opportunities.

The challenge isn't creating content.

It's finding the right moments fast enough.

reddit.com
u/Ordinary_1111 — 1 month ago

I Built a TikTok Trend Analyzer That Explains Why Videos Go Viral (n8n + AI)

I’ve been experimenting with trend research workflows and realized something:

Most tools tell you what is trending, but not why it’s working.

So I built a workflow in n8n that automatically tracks trending TikTok videos and breaks down the psychology behind them.

What the workflow does

Step 1: Pull trending TikToks automatically

  • Scrapes trending videos weekly
  • Collects:
    • views
    • likes
    • comments
    • shares
    • captions
    • sound information
    • creator data

Step 2: Store everything in Airtable

Creates a searchable database so trends don’t disappear after a few days.

Basically a content research hub.

Step 3: AI analyzes the video itself

Instead of just reading metadata, AI analyzes:

Visual hook

  • First seconds
  • camera movement
  • facial expressions
  • text placement
  • visual patterns

Audio

  • pacing
  • music
  • delivery style
  • emotional tone

Subtitles

  • readability
  • timing
  • retention impact

Content summary

  • what the video is actually doing

Step 4: Extract reusable patterns

The goal isn't:

>

The goal is:

>

What surprised me

  • Hooks matter more than almost everything else
  • Subtitles affect retention way more than I expected
  • Videos with similar topics perform wildly differently because of delivery
  • Sometimes average ideas with strong hooks outperform great ideas with weak openings
reddit.com
u/Ordinary_1111 — 1 month ago

I Built an AI Workflow That Finds Viral YouTube Videos, Reverse Engineers Them, and Generates Better Titles + Outlines

I’ve been experimenting with YouTube research automation in n8n and built a workflow that basically acts like an AI content strategist.

Instead of guessing video ideas manually, the system:

  • Finds trending videos
  • Filters strong performers
  • Analyzes thumbnails + transcripts
  • Generates improved titles
  • Creates new video outlines from a different angle

How the workflow works

1. Topic input

You enter:

  • a keyword
  • niche
  • or video topic

Through a simple n8n form trigger.

2. Trending video research

The workflow:

  • Scrapes YouTube results
  • Filters by:
    • recent uploads
    • high views
    • videos outperforming subscriber count

This part was important because it surfaces videos gaining momentum fast.

3. Duplicate filtering

  • Checks Google Sheets
  • Prevents storing duplicate videos
  • Keeps a clean research database

4. Thumbnail analysis (surprisingly useful)

The AI:

  • analyzes the thumbnail image
  • identifies:
    • layout
    • color psychology
    • composition
    • emotional tone
    • text style

Then converts it into a reusable “thumbnail strategy” description.

5. Transcript analysis

  • Pulls full transcript
  • AI studies:
    • pacing
    • structure
    • hooks
    • storytelling flow

6. AI title optimization

Generates:

  • stronger titles
  • better thumbnail text
  • improved framing

While still keeping the original topic intent.

7. Outline generation

This was the most interesting part.

Instead of copying the original video, the AI:

  • finds a new angle
  • reframes the topic
  • creates a fresh outline

So it becomes:

>

What I learned

  • Thumbnail psychology matters WAY more than I expected
  • Most viral videos follow very repeatable structures
  • AI is surprisingly good at analyzing pacing + hooks
  • Good filtering logic matters more than raw scraping

Curious how others approach this:

  • Are you optimizing more for thumbnails or titles right now?
  • Anyone testing AI-generated outlines at scale?
  • How are you identifying “early viral” videos before they explode?
reddit.com
u/Ordinary_1111 — 2 months ago

Built an Automated SEO Competitor Tracking System in n8n (Daily Monitoring + Change Detection)

I’ve been experimenting with automating SEO monitoring workflows, and recently built a system that tracks competitor site changes automatically every day.

The goal wasn’t just “crawl websites” — it was detecting meaningful changes without manually checking competitors all the time.

What the workflow does

Every morning at 9 AM:

  • Fetches multiple competitor sitemaps/pages
  • Pulls fresh URL/content data
  • Compares against previously stored records
  • Detects:
    • new URLs
    • modified pages
    • content changes
  • Updates Google Sheets automatically
  • Sends email summaries when changes are detected

If nothing changes, it sends a lightweight “no changes” notification instead.

Workflow structure

I split it into a few layers:

1. Scheduled monitoring

  • Daily trigger (9 AM)
  • Pulls sitemap/config targets

2. Parallel fetching

  • Multiple HTTP requests running simultaneously
  • Retry + fail handling enabled

3. Comparison layer

  • Merges fresh crawl data with stored sheet data
  • Detects differences

4. Routing logic

Different actions depending on:

  • New URLs
  • Updated URLs
  • No changes

5. Reporting

  • Writes updates back into Google Sheets
  • Sends automated email reports

What I learned

  • Change detection logic is harder than crawling itself
  • Retry handling matters a LOT for stability
  • Google Sheets surprisingly works fine for lightweight tracking
  • Modular fetch + compare flows are easier to maintain than one huge workflow
reddit.com
u/Ordinary_1111 — 2 months ago

I’ve been experimenting with automating SEO audits and recently built a workflow that analyzes content gaps between two websites.

The idea was simple: instead of manually comparing sites, let the system do the heavy lifting and generate a usable report.

What it does

  • User submits:
    • their website
    • a competitor website
    • email
  • System:
    • crawls both sites
    • extracts + classifies content & keywords
    • identifies missing topics / gaps
    • generates a structured SEO report
    • sends it via email

How it’s structured

  • Input validation + error handling (invalid URLs, crawl fails, etc.)
  • Separate processing for user vs competitor
  • AI used in 3 stages:
    1. keyword + content classification
    2. gap analysis
    3. report generation (HTML formatted)
  • Final output is a clean client-ready report

Full workflow (for anyone curious):

What I’m unsure about

  • How accurate do you guys find AI for content gap analysis vs traditional tools?
  • Would you trust this for real client work or keep it as a draft layer?
  • Any better way to structure crawling + classification at scale?
reddit.com
u/Ordinary_1111 — 2 months ago

I’ve been experimenting with automating short-form content end-to-end, and this is probably the most “hands-off” pipeline I’ve built so far.

Instead of repurposing videos, this one creates everything from scratch.

What it does

Takes a simple idea → turns it into a fully produced short video → uploads it across platforms.

Workflow breakdown

1. Idea input (Google Sheets)

  • Each row = one video idea
  • Also stores status, cost, and output

2. Script + captions (OpenAI)

  • Generates:
    • 5 short “scene captions” (hook → story → payoff)
    • A short voiceover script

3. Image generation (Flux via API)

  • Each caption becomes a realistic POV-style image
  • Designed for TikTok-style storytelling

4. Image → video (Kling)

  • Converts images into short clips (~5s each)
  • Adds motion + camera effects

5. Voiceover (ElevenLabs)

  • Turns script into narration
  • Synced with generated clips

6. Final video assembly

  • Combines:
    • clips
    • captions
    • voice
  • Outputs one complete short

7. Auto distribution

  • Uploads to:
    • TikTok
    • Instagram
    • YouTube
    • LinkedIn
    • Facebook

What surprised me

  • The biggest bottleneck wasn’t AI… it was handling retries + failures
  • Image → video consistency is still hit or miss
  • Prompt quality matters more than model choice
  • Costs add up fast if you don’t track tokens + API usage

Curious what others are doing:

  • Are you generating content from scratch or repurposing?
  • Anyone getting consistent views from fully AI-generated videos?
  • How are you controlling quality at scale?
reddit.com
u/Ordinary_1111 — 2 months ago