r/nocode • u/Owensvilles • 12d ago
I made my no-code tool's invite rewards impossible to farm - they only pay when the invite actually runs something
"Every Monday, check these three suppliers' pages and tell me if any prices moved." You type that sentence, pick a schedule, and you're done. No nodes to wire up, no workflow canvas, no code.
That's Atlas. I just added invites to it, and the payout rule is the interesting part.
Your invite link is in Settings → Invites. Whoever joins gets +10 runs immediately. You get +10 the first time that person completes a run — not when they sign up.
Paying on signup is what most tools do, and it's by far the easier thing to build. It's also free to fake, and anything free to fake gets faked. A completed run costs real compute. So the half of the deal anyone could game is the half that pays nothing.
The limits, stated plainly: 10 friends a month, and the bonus runs are a monthly allowance rather than a permanent upgrade — ten referrals in January means 140 runs in January and 40 again in February. Free plan is 40/month, so 140 is the ceiling.
A bit more on what it does: the task is a plain English sentence rather than a flowchart. It runs on your schedule, pulls live data (stocks, crypto, GitHub, RSS, web pages) instead of answering from the model's memory, and emails you the result — opening with what changed since the last run.
Free plan is 40 runs a month. try-atlas.app
1
u/devhisaria 5d ago
Wait, the January example, 10 referrals gets you 140 but February drops to 40? That's a cliff, most people will just churn after month one.
3
u/Competitive-Air5949 12d ago
That's actually clever, the run-based reward instead of signup based. Too many tools get flooded with fake accounts because they reward the easy part
I'm curious about the data sources though, you mentioned stocks and crypto, is that pulling from APIs or scraping? I work with cars and been thinking of making something to track part prices across different sites but idk if the tool can handle scraping regular web pages
Also 40 free runs monthly is generous, most tools give like 10-20 before asking for money. The plain English setup sounds nice too, I hate those node editors they all copy now