惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
U
Unit 42
IT之家
IT之家
Y
Y Combinator Blog
T
Tailwind CSS Blog
B
Blog
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
I
InfoQ
J
Java Code Geeks
F
Fortinet All Blogs
T
The Blog of Author Tim Ferriss
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Free Email API — GoodSender · Transactional & Marketing
efsher_azoy2 · 2026-05-31 · via Hacker News: Show HN

BUILT BY THE CO-FOUNDER OF SENDGRID

Earned email deliverability. Automated.

Send emails that land in the inbox by default — permission enforced, engagement monitored, on the stack we built for the world's largest senders. 100,000 emails a month, free.

Permission enforced Engagement monitored 100K emails free/month

LOG_01

“Deliverability isn't infrastructure — it's earned. GoodSender automates the earning: permission, engagement, reputation. The way email was always supposed to work.”

// STEP_01 — MARKETING EMAIL

Permission. Then send.

Marketing email starts with permission. Every recipient confirms before you can reach them — enforced at the API. Once they're in, send away. Mailbox providers reward this. So do we.

01

Add Recipient

Send a consent request to any email address. It takes ~150ms.

02

Confirmation

They click a link in a standard, high-reputation system email.

03

Confirmed

The recipient is unlocked for your API key globally.

04

Hit /v1/emails/send with markdown, HTML, or plain text. We render, suppress, and deliver from the high-reputation pool.

// STEP_02 — TRANSACTIONAL

Transactional templates just work.

Pick a template, pass your variables, and it's in the inbox. Transactional emails are pre-cleared — no consent workflow required.

encrypted

MFA Enrollment

Verify a user as they turn on multi-factor authentication.

devices

New Device

Alert users when their account is accessed from a new device.

login

Login

Magic-link or one-click sign-in without a password.

receipt_long

Order Completed

Confirm a successful checkout with receipt-ready details.

pin

OTP Code

One-time passcodes for 2FA and passwordless login.

more_horiz

More coming

We expand the catalog over time based on what customers ask for.

// All other emails → permission required. Transactional → ship it.

// STEP_03 — ENGAGEMENT

The Engagement Check

Permission opens the door. Engagement keeps it open. We watch every signal — opens, clicks, complaints, silences — and handle list hygiene so your sender reputation only goes up.

01

Watch Every Signal

Opens, clicks, bounces, and complaints — tracked per recipient, aggregated into a live engagement score by our agents.

02

Re-Permission On Drift

Six months without engagement triggers an automatic re-permission ping. No response? They drop off your list — not your problem.

03

Auto-Suppress

WORKSPACE-WIDE

Unsubscribes and spam complaints are suppressed instantly across your workspace. You physically cannot send to them again. Reputation: protected.

Permission, engagement, and one HTTP call.

All of it lives behind a single endpoint. Pass markdown, HTML, or plain text — we handle rendering, suppression, and delivery on the shared high-reputation pool.

curl -X POST https://api.goodsender.com/v1/emails/send \
  -H "Authorization: Bearer <your-api-key>" \
  -H "Content-Type: application/json" \
  -d '{
    "emails": [
      {
        "from": { "email": "sender@example.com", "name": "Example Sender" },
        "to": [{ "email": "recipient@example.com" }],
        "subject": "Hello from GoodSender",
        "markdown_content": "## Hello from GoodSender\nYour first email is on the way."
      }
    ]
  }'

markdown

Markdown in,
email out

No template language. No rendering pipeline. Pass the model output directly — we handle the conversion to bulletproof email HTML.

# Welcome aboard
Thanks for signing up.
Here's what to expect...
- Feature one
- Feature two

YOUR_MARKDOWN

double_arrow

<h1>Welcome...</h1>
<p>Thanks for...</p>
<ul>
<li>Feature one</li>
</ul>

GOOD_SENDER_CORE

double_arrow

Gmail

Outlook

Apple Mail

90+ MORE

INBOX_READY

// MCP — COMING SOON(Model Context Protocol)

Run a mailing list from the chat window.

Draft the next issue in your assistant, pick the audience, send. New subscribers get a consent request in the background — their first issue goes out the instant they confirm.

Available in:auto_awesomeClaudechatChatGPTterminalTerminalsmart_toyOpenClaw

Craft

Draft the next issue and preview it right inside Claude, ChatGPT, or your terminal. Refine until it looks right — no copy-pasting between tabs.

Pick

Send to the whole list, a segment, or a fresh batch of emails. Your agent lines up the audience in plain language.

Send

Ship now or schedule it via your assistant's task system. New subscribers get a consent request in the background — their issue goes out the moment they confirm.

// PROVENANCE

Earned, not built.

2009 — our founders built SendGrid to help developers solve the problem of emails landing in spam. The cloud infrastructure shipped. The deliverability problem didn't go away. Deliverability is earned, not built.

2018 — we left the space. Years later, the core problem was still there. Senders were still fighting for the inbox.

2025 — we built Laneful: email engineers, custom IP lanes, and AI agents that monitor traffic health for the largest senders in the world. Tailored involvement that reduces ESP costs and earns top-tier deliverability at scale.

TodayGoodSender is that same playbook, automated. Permission, engagement, and reputation wired into a single API for smaller teams and AI agents.

// AND_IT'S_RADICALLY_AFFORDABLE

Earned reputation scales cheap.

When every recipient consented and every list is healthy, infrastructure costs collapse. We pass the savings on. 100K free / month, $1 per 100K beyond. Here's how that compares:

FREE TIER

$0

First 100k emails/month free — covers everything you send, transactional and marketing alike. Practically free for most businesses at any realistic volume.

PAY AS YOU GO

$1/100k

Beyond your free 100k — $1 per additional 100k. No subscriptions, no surprises.

TRANSACTIONAL

No gate

Transactional templates — MFA, New Device, Login, Order Completed, OTP — don't require permission. Catalog grows with customer demand.

swipe swipe to compare

PROVIDER100K/MO500K/MO1M/MO10M/MO
Resend$35$350$650CUSTOM
SendGrid (Twilio)$34.95$499$499 (700K)CUSTOM
Mailtrap$30$300$750CUSTOM
Mailgun$75$400$700CUSTOM
Amazon SES$10-12$50-60$100-120CUSTOM
GoodSender$0$4$9$99

// 100K and 1M prices verified on competitor pricing pages on 2026-04-20. SendGrid has no published 1M tier — the figure shown is the closest published one (700K = $499). 500K and 10M remain approximate. Competitor pricing may vary by plan, volume tier, and billing period.

Who it's for

// BUILT_FOR

Makers & Builders

  • _ Indie developers & solo founders
  • _ AI startups & agentic workflow builders
  • _ Small teams & side projects
  • _ Anyone tired of $30–50/mo email bills

// NOT_FOR

Marketing Teams

  • Enterprise marketing departments
  • Marketing automation heavy users

// HARD_NO: Cold outreach is spam. We don't enable it at any volume.

Stop fighting deliverability. Start earning it.

Add your domain, grab an API key, and send your first email — with permission and engagement built in — in under 10 minutes.