Built an email marketing platform after paying $230/month
Spent the last month building Fertit - basically a newsletter manager but you bring your own SMTP and skip the DevOps nightmare. All the features (subscriber management, admin dashboard, custom preferences) without the infrastructure markup. The math that broke me: Mailchimp: $230/month for 15k contacts My solution: $10/month infrastructure + $10 SendGrid = unlimited What I learned: The "enterprise" features are mostly database operations with SMTP APIs. But the 3 weeks of Go/PostgreSQL/Redis setup explains why people just pay ConvertKit $300/month. Here's the thing:…
In plain words
Fertit is a newsletter management platform that lets users handle subscriber management, campaign sending, and preference customization while using their own email service provider. It targets cost-conscious publishers and marketers who want to avoid expensive email platforms like Mailchimp or ConvertKit. The software reduces infrastructure complexity by handling the application layer while users supply their own SMTP service, significantly lowering total costs compared to traditional email marketing platforms.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Spent the last month building Fertit - basically a newsletter manager but you bring your own SMTP and skip the DevOps nightmare. All the features (subscriber management, admin dashboard, custom preferences) without the infrastructure markup. The math that broke me: Mailchimp: $230/month for 15k contacts My solution: $10/month infrastructure + $10 SendGrid = unlimited What I learned: The "enterprise" features are mostly database operations with SMTP APIs. But the 3 weeks of Go/PostgreSQL/Redis setup explains why people just pay ConvertKit $300/month. Here's the thing: Even open-sourcing it, I realized most people don't want to deal with servers, Docker configs, and database migrations. So I built an affordable hosted service starting at $5/month. More features and security measurements, zero setup - just bring your SMTP and start sending. You get all the cost savings without any of the self-hosting headaches. Now testing this hosted version at $5/month - middle ground between DIY pain and SaaS pricing. Hosted version: https://www.fertit.com Open source: https://github.com/rasadov/NewsletterManager Anyone else tired of choosing between expensive self-hosting and expensive SaaS? Would love feedback on the approach.
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, July 2025
the whole month →
Trickle - Magic Canvas ▲1,064The 1st Agentic Canvas for building apps visually with AI
AI · 2025 · trickle.so
- TB
Life & fun · 2025 · trytender.app
- TY
Today marks ten years, 3653 consecutive days, of running at least one mile every day under the USRSA rules [1]. To celebrate, I built an interactive dashboard that turns a decade of GPX files into charts you can explore. Running has truly changed my life: I've made lifelong friends, explored beautiful places, and more importantly invested into my own health and fitness, which I'm starting to see the positive benefits as I get older. The stack is pretty simple: a NextJS app, with a Postgres database to keep all my running data, and all the stats are pre-computed and cached in Redis, so I…
Dev tools · 2025 · nodaysoff.run
- DA
Made this website as an exercise in vibe-coding and GCP. It was posted about a few times around the internet, on sites like Morning Brew (https://www.morningbrew.com/issues/business-buzzkill), MetaFilter (https://www.metafilter.com/209703/Draw-A-Fish), boingboing.net, etc. I think it's cute! I built a basic CNN trained against penises and swastikas, and then anything that doesn't hit the 63% confidence score gets sent to a mod queue, a vibe-coded fish-tinder…
Dev tools · 2025 · drawafish.com