Skip to main content

Automate Morning Brew–style Reddit Digests and Publish to DEV using AI

Workflow preview

Workflow preview
100%
Automate Morning Brew–style Reddit Digests and Publish to DEV using AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Who’s it for Community managers, content marketers, and builders who want a daily, skimmable upd...

Best for

  • AI Summarization automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.rssfeedread, @brightdata/n8n-nodes-brightdata.brightdata, n8n-nodes-base.set, n8n-nodes-base.aggregate, n8n-nodes-base.splitinbatches, n8n-nodes-base.noop, n8n-nodes-base.if, n8n-nodes-base.wait

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Angel Menendez.

Original n8n.io source

1.1 Workflow description

Title
Automate Morning Brew–style Reddit Digests and Publish to DEV using AI
Workflow name
Automate Morning Brew–style Reddit Digests and Publish to DEV using AI

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

Who’s it for

Community managers, content marketers, and builders who want a daily, skimmable update from a subreddit—automatically summarized, formatted, and cross-posted to DEV Community.

Here is a Link to video hackathon detailing this build.

What it does

  • Collects fresh posts from a subreddit (seeded via RSS).
  • Uses the Bright Data node to batch-scrape each post for richer fields (upvotes, comment count, comments).
  • Flattens comments/replies with JMESPath and trims payload size.
  • Summarizes into a Morning Brew–style brief (Top Stories, Quick Hits, Community Q&A, Comment Spotlight).
  • Converts to clean Markdown and publishes to DEV with HTTP Request.
  • Optional: emails the same digest via Gmail.

How to set up

  1. Trigger: Start with Manual Trigger; swap to Cron (daily) when ready.
  2. RSS → URLs: Set the subreddit RSS of your choice, just add .rss to the end of the subreddit URL.
  3. Update AI Prompt to fit your needs

Requirements

  • DEV Community API key.
  • Bright Data account + the Bright Data api key Found Here.
  • Optional: LLM provider credentials (OpenAI, Gemini).

How to customize

  • Swap DEV publishing for email/Slack; or post both.
  • Add more subreddits and dedupe by URL.

Best practices

  • No hardcoded API keys—use credentials.
  • Pin long-running outputs while building to save credits.
  • Only collect publicly available data with Bright Data.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - RSS Read

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 2 - Initiate batch extraction from URL

Type / Role
@brightdata/n8n-nodes-brightdata.brightData - brightData
Config choices
Version 1

Block 3 - Extract URLs

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Aggregate URLs to Single Object

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 5 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 6 - Check Snapshot Again for Success

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 7 - Check the status of a batch extraction

Type / Role
@brightdata/n8n-nodes-brightdata.brightData - brightData
Config choices
Version 1

Block 8 - Check if Batch Ready

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 9 - Wait 5 seconds

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 10 - Download the snapshot content

Type / Role
@brightdata/n8n-nodes-brightdata.brightData - brightData
Config choices
Version 1

Block 11 - Extract Essential Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - Reduce Objects to 1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 14 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 15 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 16 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 17 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 18 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 19 - Markdown

Type / Role
n8n-nodes-base.markdown - markdown
Config choices
Version 1

Block 20 - Publish to Dev.to

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 21 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate Morning Brew–style Reddit Digests and Publish to DEV using AI
Complexity advanced
Nodes 26
Categories AI Summarization, Multimodal AI
Author Angel Menendez
Published 20 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7632/7632.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate Morning Brew–style Reddit Digests and Publish to DEV using AI do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Who’s it for Community managers, content marketers, and builders who want a daily, skimmable upd...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your AI Summarization, Multimodal AI use case.