Can You Click It? was born out of some research (via Claude) into simple websites with high volume organic traffic where the competition is stale. Turns out gamers these days really care about how fast they can click, and competitive Minecraft players have opinions about all the different ways of clicking.
- The original idea was just a CPS test — clicks per second. You click a button as fast as you can for a few seconds, get a number, feel good or bad about yourself. Simple enough.
- Doing a bit of research made it clear the target audience was competitive gamers, particularly Minecraft PvP players, who care obsessively about clicking speed. That shaped everything — the tone, the rank names, the tests themselves.
- The rank tier system (Turtle, Snail, Average, Fast, Pro, God) took about 10 minutes to land on.
- A spacebar test got added almost immediately — it turns out hammering the spacebar is a core mechanic in Minecraft PvP (something called "jump spam") and people want to know how good they are at it. Who knew.
- Reaction time ended up being one of the more interesting technical problems. A single attempt is too variable, so it averages five. There's also a note in the copy acknowledging that browser-based reaction tests are inherently a bit optimistic — real reaction time is probably 250–350ms but the test will show lower. Felt honest to include that.
- Jitter clicking and butterfly clicking are genuinely obscure techniques that certain players swear by. Jitter clicking involves tensing your forearm to vibrate your finger. Butterfly clicking uses two fingers alternating rapidly. Both sound made up but are very real.
- A personal stats dashboard came in later — it stores your last 10 scores per test in the browser and shows trends over time. Claude suggested saving data locally in the browser rather than needing an account, which avoided building any kind of backend.