Now accepting design partners

S(p)end less.
Convert more.

Nudgey is a behavioral nudge engine that sits between your app and your notifications. It figures out whether to nudge, what to say, and when to send it — so every message earns its place.

Your App
Users act. Your app fires events — signups, purchases, drop-offs.
Nudgey
Should we nudge? What should it say? Is now the right time? Or is silence smarter?
Your Notification Layer
Only the messages that earned their place. Timed right, worded right, worth reading.

Three questions, answered in real time

Your app sends events. Nudgey handles the rest — evaluating rules, picking the best content variant, and waiting for the right moment.

Step 1

Listen

Your app fires events — signups, purchases, inactivity, whatever matters. Nudgey ingests them and builds a living profile of each user.

Step 2

Decide

Rules fire, risk scores run, and Thompson Sampling picks the best content variant. If the smart move is silence, Nudgey stays quiet.

Step 3

Deliver

The nudge ships via webhook at the right time — respecting quiet hours, rate limits, and user fatigue. Then the feedback loop learns from what happens next.

Five lines to your first nudge

Track events with the Python SDK. Nudgey handles rules evaluation, variant selection, timing, and delivery — your app never has to think about it.

RESTful API with 19 endpoints. Webhook-based delivery with HMAC-SHA256 signatures. Full analytics built in.

app.py
from nudgey import NudgeyClient

client = NudgeyClient(api_key="nk_live_...")

# Track a user event — Nudgey takes it from here
client.track(
    user_id="usr_8a3f",
    event_type="cart_abandoned",
    properties={
        "cart_value": 142.50,
        "items": 3,
        "minutes_idle": 45
    }
)

# That's it. Nudgey evaluates your rules,
# picks the best message variant, waits for
# the right moment, and delivers via webhook.

Smart defaults. Full control.

Everything you need to send fewer, better messages — without building the infrastructure yourself.

Thompson Sampling

Every user sees the content variant most likely to resonate. The model balances exploration and exploitation automatically — no manual A/B test setup required.

Auto-Throttle

Three dismissed nudges in a row? User gets a break. Open rate tanking? Sending pauses. The system protects your users from fatigue without you writing a single rule.

Timezone-Aware Quiet Hours

Set quiet windows like 10 PM to 7 AM and Nudgey respects them in every user's local timezone. Cross-midnight windows work out of the box.

Full Transparency

Every nudge decision is explainable. Your dashboard shows why a nudge was sent, which variant won, and the model's confidence. No black boxes.

Multi-Tenant Isolation

Every query is scoped by tenant. ML models are stored per-tenant. There is zero cross-tenant data leakage — by design, not by policy.

Feedback Loops

Report opens, dismissals, and conversions back to Nudgey. The model retrains weekly on real engagement data — it gets sharper the longer you use it.

One engine, any vertical

Nudgey was born in fintech and generalized to work anywhere users need a well-timed push.

Fintech

Spending alerts, savings nudges, bill reminders — timed to when users are most receptive.

E-Commerce

Cart recovery, restock reminders, post-purchase check-ins that don't feel like spam.

Health & Fitness

Workout reminders, streak protection, habit formation — respecting rest days and burnout signals.

Education

Course completion nudges, study reminders, engagement recovery — tuned to each learner's pace.

Infrastructure, not spam

Privacy is non-negotiable

Every query is tenant-scoped. Every model is isolated. User data stays where it belongs — we designed for this from day one, not as an afterthought.

Restraint is the product

If the smartest thing to do is not send a message, we don't send it. The best nudge engines know when to be quiet.

Every decision is explainable

You can see why a nudge was sent, which variant was chosen, and how confident the model was. Transparency builds trust.

Ready to send fewer, better messages?

We're onboarding design partners now. Get early access and help shape the product.

or book a 15-minute demo