Dripmetric - Easy to setup mail dripping and cold mailing for individuals | Product Hunt
Free to start · No credit card

Most SaaS products
lose 60–70% of signups
before activation.

Dripmetric shows you exactly where users drop off and automatically nudges them back — with only 3 lines of code.

For SaaS Developers & Founders

Install the SDK, call two functions, and get onboarding analytics + automated drip emails — without building the infrastructure from scratch.

For Small Businesses & Freelancers

Manage email lists, build drip sequences, and send campaigns from a no-code dashboard — without the complexity or cost of enterprise tools.

SaaS products are bleeding users silently.
And traditional analytics won't tell you why.

60–70% of signups never activate

Most users quit before they ever experience your product's core value. They sign up, hit one confusing step, and disappear forever.

You have zero visibility into the where

Traditional analytics show traffic — not the exact onboarding step where motivation dies. You're guessing which step kills the journey.

No automated system pulls them back

You can't manually email every user who goes cold. But leaving them is money left on the table. You need automation that runs itself.

What you get

Everything the core onboarding
loop needs. Nothing it doesn't.

Two tiers — SDK-level control for developers, no-code dashboard for businesses who just want it to work.

Funnel Breakdown Per Step

Real-time funnel showing exactly which onboarding step users drop off at, plus a completion rate metric across your entire user base.

Automatic Drip Email Triggers

Cron-based detection checks users every 15 minutes. Stalled users get a configured drip email — automatically, once per step, no duplicates.

Send nudges manually

Re-engage stuck users at any step with a single click from your dashboard. No code required after the initial setup.

Your Domain, Your Emails

Connect your own email API key. All emails send from your verified domain — never from a shared Dripmetric address.

Email List Management

Build and manage email lists, add contacts in bulk, create drip sequences, and launch campaigns — all from the browser, no code needed.

Simple SDK installation and setup

One command install. Full TypeScript support, CJS + ESM exports. Works with any Node.js framework — Next.js, Express, Hono, and more.

Enterprise Tier — For Developers

Install the npm SDK, call identify() on signup and track() on step completion. Dripmetric detects stalled users and fires drip emails automatically. Dashboard shows your full funnel.

Individual Tier — No-Code Dashboard

Manage email lists, add contacts, build drip sequences, and send campaigns directly from the browser. No SDK, no API keys, no technical setup required. Perfect for 1–3 person teams.

Integration in minutes

How to automate SaaS onboarding emails
when users get stuck

Three steps. Only 3 lines of code. Working drip automation in under 10 minutes.

01

Install & Initialize

Run npm install dripmetric, add your API key from the dashboard, and initialize the client in your backend. Any Node.js framework works.

02

Call Two Functions

Use identify() when a user signs up and track() each time they complete an onboarding step. That's the full integration.

03

Dripmetric Does the Rest

Cron detection finds stalled users and fires drip emails automatically. Your dashboard shows funnel data, completion rates, and nudge history live.

// 1. Install npm install dripmetric   // 2. Initialize import { Dripmetric } from 'dripmetric'; const of = new Dripmetric({ apiKey: 'YOUR_KEY' });   // 3. Track your users await of.identify({ userId: user.id, email: user.email }); await of.track({ userId: user.id, step: 'profile_completed' });   // ✓ Dripmetric detects stalls → sends drip emails automatically
0%
Average signup-to-activation drop-off in SaaS
<10 min
Time to working drip automation
$0
To start. No credit card required.

Free to start.

Stop guessing.
Start recovering lost signups.

FAQ

Common questions
answered directly.

What is Dripmetric?
Dripmetric is a multi-tenant SaaS platform for onboarding automation and email campaign management. It has two tiers — an Enterprise tier with an npm SDK for developers, and an Individual tier with a no-code dashboard for small businesses. Both are free to start, no credit card required.
How do I integrate Dripmetric into my SaaS?
Run npm install dripmetric, initialize with your API key, call identify() when a user signs up, and call track() when they complete an onboarding step. The platform handles stall detection and email sending automatically. Most developers are fully live in under 10 minutes.
What happens when a user gets stuck?
Dripmetric's cron system checks all users every 15 minutes. If a user hasn't completed their next onboarding step within the configured delay (1 hour for step 1, 24 hours for steps 2 and 3), it sends the configured drip email automatically. Each nudge is sent at most once per user per step — no spam, no duplicates.
Can I send emails from my own domain?
Yes. You connect your own email API key in the dashboard. All emails go out from your verified domain — not from a shared Dripmetric address. Your users see your brand, not ours.
Is Dripmetric only for developers?
No. The Individual tier is a fully no-code dashboard for small businesses to manage email lists, add contacts, build drip sequences, and send campaigns — no technical setup, no SDK, no API keys required. Just sign up and go.
What is the free tier exactly?
The free Enterprise tier includes up to 50 tracked end users, 20 emails per day, and 300 emails per month. The free Individual tier includes 3 email lists, 10 contacts per list, and 1 campaign per list. Both are genuinely functional — not 7-day trials.