SShortSingh.
Back to feed

Developer releases free open-source AI-powered B2B cold outreach tool built on N8N

0
·1 views

An indie developer has released outreach-os, a free, self-hosted, open-source B2B outreach automation pipeline built on the N8N workflow engine. The tool replicates functionality typically spread across paid SaaS platforms costing $100–$400 per month by combining lead discovery, AI-generated emails, and reply tracking in a single system. It uses the Google Places API to find and score leads, then employs AI models like GLM-4 or GPT-4o-mini to generate personalised cold emails with custom banner images via Pollinations.ai, sending them through Gmail. A daily scheduled workflow monitors replies, updates lead statuses in Google Sheets, and automatically sends follow-up emails to non-respondents after three days. The project is MIT licensed, available on GitHub and via npm, and was originally built by the developer for a personal restaurant marketing side project.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Five JavaScript Features That Help Write Cleaner, More Maintainable Code

A developer on DEV Community has highlighted five JavaScript features that simplify code and improve maintainability. Optional chaining (?.) allows safe access to nested object properties without risking errors, while the nullish coalescing operator (??) provides a more precise fallback than the traditional OR operator. Destructuring lets developers extract object properties in a single, readable line, and the spread operator makes copying or merging arrays and objects straightforward. Array methods like forEach, filter, and map, along with template literals, further reduce complexity and improve code readability.

0
ProgrammingDEV Community ·

Developer details how to solve the round-trip data problem in custom Contentful Rich Text editors

A developer building a custom Rich Text editor for Contentful's CMS found that the visible UI is only a fraction of the actual engineering challenge. The core difficulty lies in creating a conversion layer that accurately translates between Contentful's fixed JSON document schema and the internal data model used by the Plate/Slate editor framework. If the serialize and deserialize functions are not exact inverses of each other, opening and saving an entry without any edits can silently corrupt stored content. To address this, the developer deliberately mirrored Plate node type names to match Contentful's, reducing the mapping logic to two lookup tables that are structurally guaranteed inverses. Edge cases such as empty nodes also required special handling, since Slate mandates at least one child element while Contentful permits empty blocks.

0
ProgrammingDEV Community ·

GEO Explained: How to Make Your Website Citable by AI Search Engines

As more users turn to AI tools like ChatGPT, Perplexity, and Gemini for answers instead of traditional search engines, a new discipline called Generative Engine Optimization (GEO) is emerging. Unlike classic SEO, which focuses on ranking in Google results, GEO aims to ensure websites are readable and citable by AI-powered engines. Key technical factors include allowing AI crawlers such as GPTBot and PerplexityBot via robots.txt, using clear structured content with proper headings and JSON-LD data, and maintaining basic hygiene like HTTPS and descriptive metadata. An emerging standard called llms.txt — a file that signals which content is most relevant for AI to read — is also gaining traction as an early-mover advantage. Experts suggest that websites optimizing for AI citation now, while standards are still forming, stand to gain a competitive edge that may become costlier to achieve in the near future.

0
ProgrammingDEV Community ·

Developer Spent Weeks and Dollars on AI Logo Tools Before a Friend Delivered in a Day

A developer relaunched his portfolio site early this year using AI tools like Codex and Gemini CLI, collecting user data over several months before deciding to redesign his branding. He spent nearly a week prompting multiple AI models — including Gemini, ChatGPT, and Claude — to generate a custom logo, but every attempt produced unusable results. He also spent close to $6 in credits on a design-focused AI platform, OpenDesign via OpenRouter, with no meaningful improvement. Frustrated, he turned to a professional designer friend, who delivered a polished logo in light and dark modes, complete with a blinking cursor, in less than a day. The experience highlighted the persistent gap between AI-generated and human-crafted visual design work.

Developer releases free open-source AI-powered B2B cold outreach tool built on N8N · ShortSingh