Signalmark collects intent signals automatically, ranks each signup, and recommends how much free usage to give. You define the daily token budget. We help you spend it on the right users.
Free Starter plan · Upgrade when it pays for itself
Reward real users. Contain the chaos.

Every signup gets a token allocation automatically · No rules to maintain
Score intent before signup, then allocate tokens by intent
Signmark starts collecting intent signals in the background—no UX changes.
We passively track a few simple signals—no forms, no CAPTCHA.
You send IP + email (plus our session id). We respond in under 100ms.
We recommend the right amount of free usage for each signup based on the budget you set.
Install the SDK and wrap your app. Signmark generates a sessionId and collects pre-signup intent automatically.
1import { SignmarkProvider } from "signmark";23export default function App() {4 return (5 <SignmarkProvider apiKey="xxx">6 <Routes />7 </SignmarkProvider>8 );9}
On signup/login, call one backend helper with email + sessionId. Signmark extracts the IP from the request and returns a decision fast enough to run inline in your auth flow.
1const decision = await signmark.evaluate(req, {email, sessionId});
Legit users get a smooth experience. Abuse becomes expensive, and your infrastructure bill drops. You get a clear decision plus the reason behind it.
1{2 "visitorId": "e5bc6af4-022f-4d81-98dc-6b0129165065",3 "intentScore": 87,4 "tokens": 148,5 "cause": [6 "high_pricing_intent",7 "reasonable_time_on_site",8 "consistent_navigation",9 "email_domain_not_disposable"10 ],11 ...12}
You don’t need more hoops. You need to spend free tokens where they have the best chance of converting.
We collect what users see, how long they spend on key sections, scroll depth, and navigation patterns—before signup—then turn it into an intent score.
Flat free limits waste budget on low-intent signups. Signmark recommends how much free usage each signup should get based on intent and the budget you set.
We automatically enrich your decision using IP and email signals at signup, layered on top of pre-signup behavior.
See the impact in dollars: token spend saved, budget allocated more efficiently, and how much more free usage you can give to high-intent users.
Start small. Prove ROI. Scale confidently.
For small projects & testing environments
For startups reducing free-tier abuse without UX friction
For high-volume products scaling signups & infrastructure
All paid plans include a 7-day free trial. No credit card required. Cancel anytime.
Signmark ranks each signup by intent and recommends how much free usage to give — so your budget goes to users most likely to activate, retain, and convert.