git404hub

what is outreach-os fr?

hitb1099/outreach-os — explained in plain English

Analysis updated 2026-05-18

8JavaScriptAudience · pm founderLicense

tl;dr

A set of N8N automation workflows that find business leads, score them, send AI-written cold emails, and auto follow up on non-replies.

vibe map

mindmap
  root((outreach-os))
    What it does
      Lead scoring
      AI cold emails
      Auto follow up
    Tech stack
      N8N workflows
      GLM-4
      Google Places API
    Use cases
      Local lead generation
      Agency outreach
      Solo founder marketing
    Audience
      Founders
      Marketers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automatically source and score local business leads for a marketing or sales campaign.

VIBE 2

Send AI-personalized cold emails tailored to each lead's industry without writing them by hand.

VIBE 3

Auto follow up with leads who have not replied after a few days.

VIBE 4

Run a full outreach pipeline for a client or side project without paying for Apollo, Instantly, or Lemlist.

what's the stack?

N8NJavaScriptGLM-4Google Places APIGmail API

how it stacks up fr

hitb1099/outreach-osadguardteam/recoveryadm1nsys/safari-ai-extension
Stars888
LanguageJavaScriptJavaScriptJavaScript
Last pushed2018-03-16
MaintenanceDormant
Setup difficultyeasyhard
Complexity2/52/5
Audiencepm foundergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

in plain english

Outreach-os is a set of ready made automation workflows that handle an entire cold email outreach process for small businesses, from finding leads to following up with them, without needing any custom backend code. It is built to run inside N8N, a visual workflow automation tool, and was created as a free alternative to paid outreach services that can cost fifty to three hundred dollars a month. The pipeline starts by pulling business leads from the Google Places API, then scores each one out of 100 points based on things like its star rating, number of reviews, whether it has a website, and whether it is currently open. Leads that score well are marked as hot and separated from lower priority ones in a Google Sheet. For each hot lead, an AI model writes a personalized cold email tailored to that business's industry, and a matching banner image is generated automatically. The email is then sent through Gmail. A separate part of the pipeline checks the connected Gmail inbox every morning for replies. If a lead has not responded after three days, it automatically sends an AI written follow up email, and every lead's status, such as pending, emailed, replied, or followed up, stays synced in the Google Sheet throughout. The project can be installed with a single command through its own npm package, which copies the workflow files into a folder along with a setup checklist, or by manually importing three JSON workflow files into an N8N instance. Running it requires setting up several free or low cost accounts, including Google Places, Google Sheets, Gmail, and an AI provider such as Z.ai's GLM-4, which the author used mainly on its free tier. The project is licensed under the MIT License.

prompts (copy fr)

prompt 1
Walk me through installing outreach-os with the npm CLI and setting up my first workflow.
prompt 2
Explain how the 100-point lead scoring works and what factors it uses.
prompt 3
Show me how to connect my own Google Sheets and Gmail credentials to these workflows.
prompt 4
Help me customize the AI email generation step for a different industry than restaurants.

Frequently asked questions

what is outreach-os fr?

A set of N8N automation workflows that find business leads, score them, send AI-written cold emails, and auto follow up on non-replies.

What language is outreach-os written in?

Mainly JavaScript. The stack also includes N8N, JavaScript, GLM-4.

Who is outreach-os for?

Mainly pm founder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.