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.

qualityvibes.ogbuilds.ai
quality·vibesquality·vibes
scanreportfindings
+ new scan
github.com/acme/checkout-app
61grade C
2 critical3 high4 medium
scanned 2m ago · 7,412 lines read
six weighted subscoresweights sum to 100
secrets & credentials×3040
injection & unsafe code×2055
auth & access control×1570
data exposure×1565
dependencies & supply chain×1085
transport & tls×1090
qualityvibes.ogbuilds.ai
quality·vibesquality·vibes
reviewhistoryacme/checkout-app
62#284add retry + caching to the payments clientpayments.ts·5 slop3 drift· 62/100 slop scoreneeds cleanup
src/lib/payments.ts+18 −2
41async function charge(order: any) {
42+ // Loop through retries and try again on failure
43+ // We retry up to 3 times here
44+ for (let i = 0; i < 3; i++) {
highai slopline 42–44+8 slop

two comments narrate what the code already says, and the hand-rolled retry loop is the model's default, not your codebase's pattern.

suggested fix
return withRetry(() => gateway.charge(order), { tries: 3 })
accept fixdismiss2 more on this file
45+ try { return await gateway.charge(order); }
46 }
quality·vibes app icon
quality·vibes icon

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.

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.