April 4, 2026
Seven or bust, everyone’s fussed
Isseven
The one-job app that tells you if it's 7 sparks jokes, bug drama, and a $10 roast
TLDR: A tiny API that tells you if a number is 7 launched with a cheeky “Pro” upsell. Comments split between roasting the $10 domain, demanding AI features, spotting quirky bugs like 7.0000000000000001 being “true,” and debating whether the idea has any protection—proof that even joke apps ignite real tech drama.
Isseven is exactly what it sounds like: an itty-bitty web tool and API that tells you if a number is seven. You send a number to the API, it replies with “true” or “false” and a cheeky ad pushing Isseven Pro—“because your sevens deserve better.” There’s a live demo and simple API docs, but the real show is the comments, where the community is either howling or heckling.
The “future-now” crowd wants the gag app to sprout AI wings. “Needs an Agent skill!” one user begged, referencing those automated AI helpers everyone’s hyped about. The roast squad is here for the memes: another commenter marveled that someone “spent $10 for the domain,” and a bug-hunter deadpanned that typing “3 + 4” didn’t return “true,” concluding, “This app is ngmi” (internet slang for “not gonna make it”).
Then the nitpick Olympics began. One eagle-eyed tester said “7.0000000000000001” still returns true—cue the “computers are weird with decimals” lectures. A startup skeptic warned it’s “vulnerable to a distillation attack,” meaning copycats can clone this in an afternoon, and called it “not much of a moat” (no lasting advantage). Meanwhile, the ad line “your sevens deserve better” is already becoming a catchphrase. Love it or roast it, the internet has turned a one-joke app into a full-on comedy club—and a tiny mirror of tech’s big debates.
Key Points
- •The service exposes a POST endpoint at /api/isseven.
- •The request requires a JSON body containing a number field.
- •The response includes a boolean field isseven indicating whether the number equals seven.
- •Example responses demonstrate both true and false outcomes.
- •Each response includes an ad field promoting “isseven Pro” for an ad-free experience.