Flows

Download a flow. Import it. Edit it.

Each file is a markdown recipe with YAML in the front. Open Flows in the extension, choose Import, and pick the file. Change the URL or the filter and it is yours.

X

Founders posting about CRMs

X Latest search. Add authors, then keep bios that say founder or building.

---
type: flow
format: 1
id: x-founders-crm
name: Founders posting about CRMs
description: X Latest search. Add authors, then keep bios that say founder or building.
start: "https://x.com/search?q=crm%20founder&f=live"
steps:
  - type: open
    label: Open X Latest
    url: "https://x.com/search?q=crm%20founder&f=live"
  - type: paginate
…
Download founders-posting-about-crms.md
Product Hunt

People on this page

Open a URL and add the people on it. Point start at a page that already lists people.

---
type: flow
format: 1
id: people-on-this-page
name: People on this page
description: Open a URL and add the people on it. Point start at a page that already lists people.
start: "https://www.producthunt.com/"
steps:
  - type: open
    label: Open the page
    url: "https://www.producthunt.com/"
  - type: extract
…
Download people-on-this-page.md
Product HuntX

Today's PH makers I can DM

Makers of today's top PH launches who have X and open DMs.

---
type: flow
format: 1
id: flow_8c294a79-bdef-4732-8efd-22a7d57f1d13
name: "Today's PH makers I can DM"
description: Makers of today's top PH launches who have X and open DMs.
start: "https://www.producthunt.com/"
steps:
  - type: open
    label: Open Product Hunt today
    url: "https://www.producthunt.com/"
  - type: visit_links
…
Download todays-ph-makers-i-can-dm.md
Reddit

Upvote a Reddit link

Paste Reddit posts or comments. Open each, then upvote.

---
type: flow
format: 1
id: reddit-upvote
name: Upvote a Reddit link
description: Paste Reddit posts or comments. Open each, then upvote.
start: "{{link}}"
each: link
inputs:
  - id: link
    type: list
    label: Reddit links
…
Download upvote-a-reddit-link.md

How to import

  1. 1Download a file from this page.
  2. 2Open Founder CRM, go to Flows, then Import.
  3. 3Pick the .md file. Run it, or edit the YAML and save.

Schedule and people stay on your machine. The file is just the recipe. How to write one