DEV Community

Majed Ben mansour
Majed Ben mansour

Posted on

ColdMail AI - a tool that helps you write cold emails.

I got tired of spending 30 minutes researching a company before writing a single cold email. So I built ColdMail AI.

It's a simple web app where you upload a CSV of company names and websites. The backend (Python/FastAPI) scrapes the homepage text, sends it to Groq's AI, and writes a hyper-personalized, 30-word opening sentence for each company.

Try it out here: https://aimail-32ii.onrender.com/

How it works:

  • You upload a CSV with company_name and website columns.
  • Python uses BeautifulSoup to scrape the visible text from the homepage.
  • It sends the text to the gpt-oss-20b model via the Groq API.
  • The AI writes a catchy, specific opening sentence.

Pricing:

Free: Generates 3 intros per CSV so you can test it.
Pro ($10): Unlocks 50 intros per CSV and lets you download the finished file.

Top comments (0)