← Projects
web app2026

aimand.click.

Get into a sold-out Patreon tier the moment a seat frees up.

Some Patreon tiers are capped, and the good ones stay full. A seat only opens when someone cancels, there is no waitlist, and Patreon says nothing when it happens, so it goes to whoever is lucky enough to be looking. I wanted into one of those tiers, kept losing the race by hours, and built something that watches it for me and emails me the instant it opens.

Visit aimand.click
01

It catches the opening you never could by hand

I started with a throwaway worker watching a single capped tier, and its logs answered a question I did not expect to have a number for: when a seat freed up, it refilled in about eighty seconds. That one measurement shaped the whole product. The tool checks a watched tier on a tight schedule and emails you the moment it flips from sold out to open, with a direct checkout link so you can claim the seat before it closes again. The first version caught five real openings over two days and got me in.

02

Paste a creator's link, pick a tier

You drop in any Patreon creator URL and it pulls up their paid tiers, marking which are capped and which currently have room. Pick a capped one to watch, then stop or switch whenever you like. The free plan watches one tier every five minutes, which I describe honestly as usually too slow for an eighty-second window. Pro checks every thirty seconds, which is the version that actually wins the race.

03

One request covers everyone watching a creator

The unit of work is the creator, not the person watching. A hundred people watching the same creator still cost one check per cycle, and that creator gets checked at the fastest cadence anyone on it is paying for, so a single Pro watcher speeds things up for everyone else on that creator too. It reads Patreon's public campaign data rather than logging in as anyone. Patreon's official API cannot do this at all, since it only reports on campaigns the token itself owns and can never see another creator's remaining seats.

04

It only reads what Patreon already shows

The tool never asks for your Patreon login and cannot join on your behalf. It reads the same public tier information anyone can see, and the only thing it does with that is tell you when a seat opens. Card details never touch my servers, since Stripe hosts the checkout and I store only which plan you are on. No analytics, no ad trackers, nothing following you around the web.

Built with
TypeScript·Next.js·React·Tailwind·Cloudflare Workers·Neon Postgres·Clerk·Stripe·Resend
Notes

Live at aimand.click. Any creator, any paid tier, just paste a link.