Guides / Signups & Auth
You just got posted to Hacker News or Product Hunt. Signups spike — but you're in a meeting, not watching a dashboard. Smart Actions tells you the moment the surge starts so you can engage while momentum is high.
await logit.now("signups", {
event: "New user signed up",
description: user.email,
icon: "👤",
notify: false, // individual notify off — Smart Action handles the surge signal
tags: { source: user.signupSource ?? "direct", plan: user.plan },
metadata: { userId: user.id, email: user.email },
});
| Field | Value |
|---|---|
| Name | Signup surge detected |
| Channel | signups |
| Event name | New user signed up |
| Threshold | 20 |
| Window | 15 minutes |
| Cooldown | 1 hour |
| Action | Push notification |
| Push title | 🚀 Signup surge! |
| Push body | 20+ signups in 15 minutes |
For a Product Hunt launch, lower the bar:
| Field | Value |
|---|---|
| Name | Launch day surge |
| Channel | signups |
| Event name | New user signed up |
| Threshold | 5 |
| Window | 5 minutes |
| Cooldown | 30 minutes |
| Action | Push notification |
Enable this rule on launch day, disable it when the rush is over.
source in tags so your dashboard shows whether the spike came from HN, PH, or Twitter.Try LogIt free
7-day trial. No credit card required.