Alternatives
Products that do what Msgdrop – Test emails, webhooks and 2FA using a simple API does
Hey HN crowd, I'll spare the marketing speak and talk straight and honest here which I think most of you will appreciate. I was on a team not too long ago where we needed to test emails from an automated test run. Think of the stuff like magic login links, verification links, etc. Normally when we had such cases then these user journeys were tested manually by our QA engineers and this always bugged me a lot. None of the tools which we found on the internet really convinced us. They were either completely open and wholly insecure or only accessible through a UI and very cumbersome to use.…
- 1

- 2

- 3
- 4

- 5
- 6IM
Hey HN, I’m a solopreneur and have been in the SaaS space for the past 3 years. My last 3 startups failed, and a common challenge in all of them was figuring out how to reach my audience. Recently I started with cold outreach (its a struggle, since I dont have much experience with marketing). I am finding leads mainly using exa.ai websets (web vector search, extremelly good for multiple use cases, recommend checking them out) and then sending them through smartlead. I ran the campaign for the past 30 days and 12-15% emails always bounced. This wasted my email credits & chances of reaching…
2025 · verifyemailai.com
- 7MA
Hey HN, I'm a longtime reader and this is my first Show HN (exciting!) It's a collaboration between me and two friends, and we're building this upon another app we made called EmailYak, an API to receive email. We're trying something new and releasing the documentation to an app while we're still building it. We'd love feedback. Do you belong to any of these categories? 1) You've built an app with two distinct groups of users (say, people with cars and those looking for a ride) and they were able to communicate with each other. Did you expose personal email addresses? Did you send…
2011 · messagify.com
- 8OA
Hi HN, I host my own mail infrastructure and don't rely on third-party tools to send my mails. But in a microservice architecture, managing all the SMTP configs quickly becomes tiresome. After a while I'd always have my credentials and settings scattered in application-properties, bash scripts and environment files. So I've build Brieferl, an app where you can add your SMTP servers and send emails through a single API with a simple JSON payload. You also get logs of when/where emails were sent and HTML previews of messages. I am interested in what you guys think about this. You can…
Sep 2025 · brieferl.com
- 9AF
Hi HN! I'm Nick, one of the cofounders of Bitping, and we'd like to share a tool that we've been working on for the past couple of years that lets you test network connectivity from real user devices around the world. We originally were part of a hackathon focused on building a product that is powered by micropayments and we settled on a network that could ping other network devices and users could be paid in fractions of a cent for performing said work. After winning the hackathon, we built an uptime monitoring service and discovered some discrepancies between our data and traditional…
2024 · developer.bitping.com
- 10AS
There are plenty of good tools for load testing such as JMeter, Minigun, and plenty more - but they all have their own set of options to learn. I built this one to support a simpler workflow where you just paste your curl request (or other cli command) after your `spam` config (literally just `spam -r 2 -- curl www.google.com). It's pretty barebones but I'm 100% going to use it in my day to day - figured I'd share it here if it helped anyone else!
2023 · github.com
- 11EA
2019 · emaildrop.io
- 12SHShow HN▲14
Hi, i was wondering what the HN community thinks of this email tone check application? Do you think this can be done better with open-source? Disclaimer: I am neither a founder or an employee at the company. Just someone who had a similar idea.
2011 · tonecheck.com
- 13IB
Hello HN, around October last year, I started to work on campaignkit.cc as a side project. It is a service to detect invalid and malicious email addresses. You can upload text files, and use the REST API or direct integration to retrieve a detailed report for each email address. End of March I added Stripe Payments and got my first paying customers via SEM. A coworker suggested starting a Show HN thread, so here we are :) I used golang for the backend since I wanted something lightweight with fast compilation times (coming from scala). For the frontend, I'm using Next.js and TailwindUI. On…
2022 · campaignkit.cc
- 14IV
Hi HN,<p>In my spare time (evenings and weekends) I've built 3 products which have been relatively successful even with little advertising (only google ads budgeted at $30 per day). The latest one is WcfStorm.Rest; which is a REST service test client. I built it because I found that the current tools did not have the features I wanted such as, intellisense when working with HTTP headers, syntax highlighting for JSON messages, etc.<p>I'm continually trying to improve these products and would very much love get your feedback. Every suggestion is welcome!<p>(My apologies…
2012 · wcfstorm.com
- 15DC
http://dripi.com I thought I'd share my winning entry to the Google I/O last call competition with ya'll. Took me about 9 hours, which seems like a lot looking at it now (my only excuse is that it took place after 12am). I truly did not expect to be one of the winners. My guess is that the YouTube API category had fewer entries than others. Feel free to let me know what you think! This was the challenge: Wouldn’t it be nice if you could create a video mash-up by chaining player invocations that work for both Flash and HTML5 videos ? Well, with the JavaScript API to the <iframe> embed…
2011
- 16SN
Hey folks, I am finally posting a Show HN post for a project I have been working on for several months now, and it's in a state where I already get a lot of value myself, so I am happy to share broadly. The pitch line is: "Skybear.NET is a managed platform automating Synthetic HTTP API testing." At the moment, the main source file format supported for your API tests are Hurl.dev files [1]. Hurl is a CLI tool wrapping `curl` and it's really awesome. At least check that out :) I am not affiliated directly with the Hurl CLI tool, and the platform I am building provides full Hurl compatibility.…
2024 · skybear.net
- 17CE
Capturing emails always sucked. I don't want to add a full-blown newsletter API. That's why I've created my own tool. Would love your feedback on this
2024 · mailee.dev
- 18IB
Hi HN, I'm excited to share a project I've been working on: UnwrapEmail(https://unwrap.email), an API designed to detect and verify disposable or temporary email addresses. Features: - Detect disposable email addresses - Extract labels from email addresses (e.g., Gmail) - Normalize addresses by removing labels or special characters (e.g., Gmail) - Validate MX records of domains - Check whether it’s safe to send to a given email to reduce bounces and maintain sender reputation Why I Built This: As the owner of an AI wrapper app, I've seen decent traffic thanks to SEO efforts + ads,…
2024 · unwrap.email
- 19FE
2017 · emaile2e.com
- 20CA
Hi HN, I've been working with LLMs in production for a while both as a solo dev building apps for clients and working at an AI startup. The one thing that always was a pain was to pay OpenAI/Gemini/Anthropic a few dollars a month just for me to say "test" or have a CI runner validate some UI code. So I built this server called ChunkBack, that mocks the popular llm provider's functionality but allows you to type in a deterministic language: `SAY "cheese"` or `TOOLCALL "tool_name" {} "tool response"` I've had to work in some test environments and give good results for experimenting…
Nov 2025 · github.com
- 21ET
Hey Hacker News, For the last 2 months, I've been working on a testing agent to free developers from the endless maintenance of end-to-end tests. You just push up a PR, and our agent analyzes the code changes and automatically visits the preview to test things out like a real human! We also support describing tests in English (or even in the PR description), and we'll go through your site whenever you want via a GitHub action to test and make sure various core flows continue to work as expected. We are looking for early testers and are giving out a generous free tier! Just sign up on the…
2025 · playmatic.ai
- 22IM
Hi HN, I created a (realistic) fake tweet generator to make my mum believe I'm successful until I get there for real haha. Now I can proudly (not) show her Elon endorsed my SaaS! It's 100% free to use and I tried to make it as realistic as possible while being easy to use. There are already existing similar tools but I could not find one that automatically pre-fills data from a twitter username and that handles business accounts (square picture/gold badge/company picture) so I built it. I would love to hear your feedback or suggestions!
2024 · snowball.club
- 23FS
Hey HN, Bootstrapped founder here. I've got a bit of a story for you. We started desplega.ai to build a sophisticated AI platform that could automate E2E testing. We spent the last few months talking to dozens of QA leaders, and trying to learn what are their actual challenges. We've got one consistent feedback from large teams: their daily reality is a living hell of slow, clunky tools. We're talking about teams at major companies still managing tests on spreadsheets. Or they're stuck in a Jira instance so customized and slow you can “make a full pot of coffee” while a page loads (and…
Sep 2025 · tester.desplega.ai
- 24WT
2021 · webhooktest.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →