GloriaMundo AI workflow automation →
Shared Workflow

Daily Dealflow Radar

Every morning at 7 AM: scrapes new startup launches from Reddit (5 subreddits), Hacker News Show HN, and Product Hunt; deduplicates against previously seen items; enriches survivors with website fetches; scores each against an editable investment thesis; sends a ranked digest email; then commits seen IDs only after a successful send.

22 steps 35 views 0 adoptions
Connects Gmail Reddit
Use This Workflow Free to start — sign in and it's added to your account.

How it works

22 steps
1
Load workflow inputs (thesis + destination email)
state_get
2
Calculate yesterday Unix timestamp
code
3
Fetch r/ShowMeYourSaaS new posts
integration REDDIT_GET
4
Fetch r/SideProject new posts
integration REDDIT_GET
5
Fetch r/IMadeThis new posts
integration REDDIT_GET
6
Fetch r/microsaas new posts
integration REDDIT_GET
7
Fetch r/SaaS new posts
integration REDDIT_GET
8
Fetch Show HN posts from HN Algolia API
url_extract
9
Fetch Product Hunt daily launches
url_extract
10
Load previously seen IDs and URLs from state
state_get
11
Merge all raw items and deduplicate against seen state
code
12
Merge raw sources and filter unseen items
code
13
Enrich each unseen launch with website fetch and stage signals
foreach
14
Score and rank enriched launches against investment thesis
code
15
LLM scoring: score each launch 1-10 against thesis, discard low scorers, sort
llm
16
Parse LLM scores and split matched vs all-processed
code
17
Check whether there are any matches to send
conditional
18
Format digest email body
code
19
Send digest email
integration GMAIL_SEND_EMAIL
20
Build seen-state payload to commit (after send or confirmed zero matches)
code
21
Merge new IDs into seen state and commit
code
22
Commit seen state (only after send or confirmed zero-match run)
state_set

Run this in your own apps

Add it to your GloriaMundo account, connect your tools, and it's yours to customise and run — no rebuild required.