i build
apps, ai tools,
and experiments
1 live
hi, i'm olly. i build apps, a new one every few weeks. most started as tools i wanted that didn't exist. i test them in real life, kill the ones that don't hold up, double down on the winners.
powered by claude code, openclaw, and a lot of coffee.
async function charge(order: any) { // Loop through retries and try again on failure // We retry up to 3 times here for (let i = 0; i < 3; i++) {two comments narrate what the code already says, and the hand-rolled retry loop is the model's default, not your codebase's pattern.
return withRetry(() => gateway.charge(order), { tries: 3 }) try { return await gateway.charge(order); } }qualityvibes.ogbuilds.ai
4.0(1)security scores for vibe-coded apps
quality·vibes reads a github repo the way an attacker would, hunting committed secrets, injection-prone code, broken auth, and disabled tls. then it hands back a 0-100 score and six weighted subscores. every finding comes with file, line, and a ready-to-paste claude prompt.
browse by topic
some problems take more than one tool. here's how the pieces fit together.
questions
what is ogbuilds?
ogbuilds is olly's independent app studio. i design and build apps, ai tools, and experiments in-house, and ship a new one most weeks.
who builds the apps?
just me, olly. no team, no contractors. i'm the one designing them, building them, and answering the support email.
how often do new apps launch?
less often than it used to be. the early run shipped a new app most weeks. now it's closer to one every couple of months, because the ones that already work get the time instead. the live counter at the top of the page still tracks how many are out right now.
how much do the apps cost?
it varies by app. many have a free tier, and when there's a paid plan it's listed on that product's own page.
can i request or suggest an app?
yes, please do. send an idea through the contact form below or on x, and whatever you're missing feeds straight into what i build next.
got something to say?
feedback, an idea, a bug, or just hi. it all reaches me.