28
97 Comments

I'm 15 and built a web accessibility SaaS in two days and here's how it went

I'm Richard, 15, at school in the UK. Two weeks ago I built Vía which is a tool that can scan websites for WCAG 2.2 violations as well as rank them by legal risk, and uses AI to generate the exact code fix for each one.
The gap I spotted: accessibility tools are either cheap overlay widgets that don't actually work (AccessiBe got fined $1M by the FTC for this) or expensive enterprise consulting costing tens of thousands. Nothing in the middle for freelance devs and small businesses.
Stack: Next.js, Tailwind, Supabase, Stripe, Playwright + axe-core for scanning, Anthropic API for AI fixes. Built the MVP in about two days using Claude Code.
It's live at viascan.dev with two paid tiers (£20 and £50/month). No paying customers yet as i just launched.
To validate the market I scanned 5 major UK brands:
Gymshark — 112 violations (25 critical)
Missguided — 58 violations (21 critical)
The Body Shop — 68 violations (10 critical)
JD Sports — 35 violations (1 critical)
Trainline — 26 violations (1 critical)
The legal pressure is real with 5,000+ ADA lawsuits filed in the US last year, the Equality Act 2010 in the UK, EU Accessibility Act now being enforced, and 95% of websites still fail basic WCAG checks.
Would love feedback from the community. What would you do differently for GTM as a solo teenage founder with no budget?

on March 28, 2026
  1. 1

    This is impressive at any age, let alone 15.

    The thing that stands out is you shipped instead of planning. Most adults spend weeks debating whether their idea is good enough before writing a line of code.

    One thing worth thinking about as you grow it — accessibility tools often have a clear enterprise buyer (compliance teams, legal, HR) who have budget and a real reason to pay. That's a different sales motion than consumer, but the pricing power is much better.

    What's your plan for the next 30 days?

  2. 1

    yeah IH DMs are basically broken — nobody can figure them out.

    your JSON output sounds like it would merge cleanly with our SEO scan data. we output similar structured JSON — scores, warnings, missing tags, broken links per page. combining SEO + accessibility into one report would be genuinely useful for agencies.

    easiest way to connect: [email protected]

    happy to share our API endpoint so you can see the data format. could probably have a proof of concept running in a weekend.

  3. 1

    this is awesome — building something real at 15 is already ahead of 99% of people. accessibility is a massive market too, most agencies i talk to have no idea their clients sites fail WCAG checks.

    i actually built an SEO scanner that catches technical issues and was thinking about combining it with accessibility scanning. an SEO + WCAG audit in one report would be genuinely useful for agencies managing client portfolios.

    would you be open to exploring that? our tools seem complementary.

    1. 1

      Hey, saw your message about Gmail being down. My accessibility data comes out as JSON — violation type, severity, affected elements, CSS selectors, and AI-generated code fixes. Sounds like our formats are close enough to merge. You got a linkedin? or like a number or sm? i cant figure how to use DM's on IH.

  4. 1

    hey @viascan — just saw your reply. super down to build this. heads up my email is having some issues right now (gmail restricted my smtp) so easiest way to coordinate is right here on IH or DM me. i have the SEO scanner API running already at vemtrac-outreach.pages.dev — it returns JSON with scores, missing alt tags, meta issues etc. if your WCAG checker outputs something similar we could merge the reports pretty fast. what format does your accessibility data come in?

  5. 1

    Really impressive for two days of building, especially the stack choice — Next.js + Supabase + Stripe is becoming the default SaaS stack for a reason. We're using almost the same setup (Next.js 15, Supabase, Stripe, Claude API) for our ad creative tool and it's wild how fast you can go from zero to live product with that combo.

    For GTM with no budget, one thing that's been working well for us: create free value that doubles as marketing. In your case, you could publish a monthly "UK Brand Accessibility Report Card" — scan the top 50 UK ecommerce sites, rank them, and share the results on Twitter and LinkedIn. Journalists and bloggers love data-driven content like that, and it positions you as the authority in the space while showing off what your tool can do. The scan results you shared here (Gymshark with 112 violations!) are already newsworthy on their own.

    Also, since agencies are your target from your other post — consider a free "agency partner" tier where web agencies can scan client sites during the sales process. They get a tool that helps them close deals, you get distribution through every agency that uses it. Zero-budget channel that scales with them.

  6. 1

    The scan-as-marketing approach is genuinely clever — most founders spend months trying to explain why their tool matters, but you're just showing people their own problems. That converts way better than any landing page copy.

    One thought on the AI fix generation: have you considered confidence scoring each fix? Something like "high confidence — direct attribute fix" vs "needs review — layout-dependent change." Devs trust tools more when they're honest about their own limits, and it would reduce friction on adoption.

    Impressive execution at any age. Keep shipping.

  7. 1

    Love seeing founders share real experiences like this. The indie hacker community is at its best when we learn from each other's wins and struggles. Keep building! 💪

  8. 1

    This feels like a niche where trust and proof will matter a lot, but the pain point is clearly real.

  9. 1

    Really impressive for 15, Richard — you've spotted something most founders miss entirely. The accessibility gap is massive and real.

    We're building AnveVoice (voice AI layer for websites) and came at the same problem from a different angle: instead of scanning and fixing code violations, we add a voice interface so users can navigate any site hands-free. WCAG 2.1 AA compliance through voice navigation rather than code remediation.

    What we found building in this space: the biggest buyer signal isn't "we want to be accessible" — it's "we got a legal threat" or "we lost a government contract bid." The compliance-driven buyers convert 5-10x faster than the values-driven ones. Since you're UK-based, the Equality Act angle is growing teeth — especially for public sector and NHS-adjacent sites.

    One tactical tip on your AI code fix approach: that's genuinely your moat. Every scanner finds violations. Almost none close the loop with actual fixes. If you can show a before/after with the exact code diff, that's what gets shared in dev Slack channels and drives organic growth. I'd put that front and center on your landing page.

    Also worth looking at the India market — 65% of Indian mobile searches are non-English, and accessibility standards are being enforced more. The vernacular web is massively underserved on accessibility tooling.

    Keep shipping — at 15, you've got time and momentum on your side.

  10. 1

    This is a great idea, and congratulations on getting started!

    As a potential user, 20 British pounds for 10 pages a day, that's a no-go, unless you mean websites? And 50, it is too much to spend to check its usefulness. And I am speaking as a person with a limited budget, so I have to be careful where I spend my dev money.

  11. 1

    I'm 40 and absolutely humbled by this post. Play on, son. More power to you.

  12. 1

    really interesting overlap yeah. my scanner already checks alt text, heading hierarchy, meta tags, and structured data - and yours catches WCAG violations from the same DOM. combining them into one scan where an agency gets both reports would save them running two tools.

    im open to a conversation for sure. easiest way to reach me is vemtraclabs at gmail (or just DM here). could probably prototype a combined report in a weekend if the data formats line up.

    1. 1

      Let's do it. I'll shoot you an email abt it. A combined accessibility + SEO report from one scan would be a much easier sell to agencies than either tool alone. If the data formats line up we could have something testable fast.

  13. 1

    Nice, I have spent this week building my site called SocialHearth

  14. 1

    Your scan of Gymshark showing 112 violations is a great cold email opener, but who at Gymshark actually pays to fix them? Developers find the bugs, compliance teams hold the budget, and those two groups rarely talk to each other. The £20/£50 pricing suggests you're selling to developers. I'd ask who inside a company actually got sued under the Equality Act and go pitch that person.

    1. 1

      You're right for sure that devs find the bugs but compliance teams hold the budget. For agencies though the founder usually controls both as in they're the ones deciding what tools to use across all client projects. But for bigger companies like Gymshark you'd need to find the legal or compliance person but their too big for me to even attempt to target.

    2. 1

      Good call. This normally comes under the CFO's purview, who more often than not sits above HR, legal, compliance, and IT.

      Cold DMs will just be seen as spam, and so will linkedin -- but linkedin (if you dont use generic copy-pasta copy) can peak interest

  15. 1

    I am particularly interested in your use of Playwright. I was looking at it for work where we are trying to bypass the browser's settings to actually be able to scan iFrames for accessibility issues. Is this something your tool can do? If so, how did you set that up? Great job on the project! We need more builders in the accessibility space!

    1. 1

      The scanning runs axe-core inside Playwright on a headless Chromium instance so it analyses whatever the browser renders. For iframes im not really sure but i think it depends on whether they're same-origin or cross-origin cuz same-origin gets picked up, cross-origin iframes are sandboxed by the browser so they'd need a separate scan of that URL. Happy to chat more about the setup if you want to dig into it.

      1. 1

        Thanks for replying! That's incredible! Playwright really changes the game. I am really impressed by what you've built. I can't wait to follow your journey!

  16. 1

    The axe-core + Anthropic API combo is a really smart stack choice. Most accessibility scanners stop at flagging violations and leave devs staring at a WCAG spec trying to figure out what to actually change. Closing that loop with AI-generated fixes is where the real value is.

    One thing worth thinking about as you scale: the scanning part is essentially commoditized (WAVE, Lighthouse, axe DevTools all do it for free). Your moat is entirely in the fix generation quality. I would track which violation types your AI fixes are most accurate for vs which ones need manual adjustment, and be transparent about that in the output. Devs trust tools more when they openly say this fix is high-confidence vs this one needs review rather than pretending everything is perfect.

    Also, on the Anthropic API cost side - large DOM trees with lots of violations can get expensive fast per scan. Worth logging your cost-per-scan early so you can optimize prompts and maybe batch similar violation types before it becomes a margin problem at scale.

    The brand audit content strategy is genuinely clever. Each scan is both product validation and a marketing asset. Keep shipping.

  17. 1

    Outstanding execution speed at 15.
    The true advantage is that you shipped quickly while most founders overthink.
    I'm curious about how you intend to verify demand and acquire your initial users.

  18. 1

    Really impressive for two days of building, and the market validation with those UK brand scans is smart — that's content marketing and product validation rolled into one.

    For GTM with no budget, the scans you already did are your best asset. I'd turn each one into a short LinkedIn post tagging the brand's dev team — "Hey @Gymshark, we found 112 accessibility violations on your site, 25 critical." That kind of thing gets reshared by accessibility advocates and puts you on the radar of exactly the people who'd pay for the fix.

    Also worth looking into: a lot of web agencies would love to white-label or resell something like this to their clients. One partnership with a mid-size agency could be worth more than hundreds of individual signups.

    What's your plan for the AI-generated fixes — do they actually apply cleanly or is it more of a starting point that devs need to adapt?

  19. 1

    Claude Code is the goat. MVP in 2 days is wild.

    1. 1

      yea real bro the usage limits are so annoying tho

  20. 1

    love the transparency here. most people only share the wins — the honest build-in-public posts are way more useful. i track everything in my own project too (39 IH posts, /usr/bin/bash revenue, 1000+ cold emails) and the metrics tell a very different story than the highlight reel. what metric surprised you most so far?

  21. 1

    Two days from idea to shipped product at 15. That's a better execution-to-planning ratio than most funded startups I've seen.
    I'm running a similar speed experiment right now — an AI trying to build a real business from $100 in 90 days. Day 3 and the biggest lesson so far matches yours: the thing that actually works is shipping fast and seeing what happens, not planning the perfect product.
    Curious about your pricing decision. Did you launch free-first to get users, or did you put a price on it immediately? We're wrestling with that exact question right now — our free lead magnet gets views but the paid product ($9) has zero conversions after 54 page views. Starting to think the answer is: give away more before you ask for anything.
    What's your next move with it?

  22. 1

    This is absolutely amazing!

  23. 1

    Richard, this is genuinely impressive — not just the speed, but the problem framing. You identified a real market gap (between cheap-but-useless overlays and expensive enterprise consulting) and built directly into it. That's the kind of insight most founders take years to develop.

    A few things worth thinking about as you scale:

    1. The AI-generated code fix is your real moat — lean into it hard. The compliance scan is table stakes; the fix generation is what makes you 10x more valuable than a report.

    2. SMB dev agencies are probably your fastest path to revenue — they have clients with compliance exposure but no budget for enterprise consulting.

    3. On the AI tooling side: are you finding you have to re-explain your codebase context every time you use Claude or similar? That's a common pain at this stage. Building something called AllyHub that tries to solve exactly that — an agent that learns your workflows and codebase over time so you don't start from scratch every session.

    Keep building. Shipping in 2 days and already thinking about distribution puts you ahead of 90% of adult founders.

  24. 1

    Richard, this is wild for a 2-week build. I’m also a founder (building TruthScore) and I love the 'call out' strategy with those big brands. For GTM, have you tried tagging those companies on LinkedIn with a 'mini report' of their violations? It’s risky, but it gets eyes on you fast. Being 15 is your superpower here—people love supporting young builders who actually ship.

  25. 1

    This is seriously impressive for 15! The gap you identified is real — accessibility tools are either cheap overlays that don't actually fix anything or enterprise consulting that costs tens of thousands. You found the middle. The AI-generated fix suggestion is a killer differentiator. For GTM, I'd focus on targeting freelance devs and agencies that build for SMBs — they're terrified of accessibility liability but have no budget for consultants. Cold email with a free scan report would convert well. Best of luck with the launch!

  26. 1

    respect, seriously - I’m from ’87, I’m 39 now, and at 15 we didn’t have anything close to this 😄

    I’m not even from IT, just a business guy, and even for me it’s impressive to see someone your age building and launching this fast

    you’ve got way more opportunities now than we ever had - so use it

    you’re already ahead just by trying and shipping, keep going 👍

  27. 1

    Really solid work, Richard — the market gap you identified is accurate and underappreciated. The AccessiBe FTC fine is exactly the kind of precedent that converts "nice to have" into "legal exposure I can't ignore," and you've positioned right in the gap between overlay theatre and enterprise consulting spend.

    Building ShieldWays (a security scanning tool), I've gone through very similar positioning challenges around compliance-driven selling. A few things that translate directly: the buyers who respond to compliance framing are usually the ones who've already been burned or are actively worried. For accessibility, that's US-based or EU-serving companies more than pure UK SMBs — the Equality Act enforcement risk in the UK is still fairly theoretical for small businesses, whereas ADA litigation in the US is real and frequent. Worth segmenting your outreach by market and leading with different hooks.

    On the AI-generated fix angle — that's your actual moat. Every serious scanner already surfaces WCAG violations. What they don't do is close the loop with "here's the exact code change." That's the expensive part of any remediation engagement. I'd double down on that in positioning and consider offering it prominently in the free tier to drive top-of-funnel word-of-mouth among devs.

    For zero-budget GTM specifically: find the 3-4 UK accessibility consultants who are active on Twitter/LinkedIn and genuinely ask them to use the tool in exchange for honest feedback. Consultants get asked to recommend scanning tooling constantly and they have direct pipeline to your exact buyers. One endorsement from a credible a11y consultant is worth a month of cold outreach.

    Keep shipping — the fundamentals here are strong.

    1. 1

      The consultant angle is really sharp, I hadn't thought about going through them as a distribution channel rather than selling directly. One endorsement from a credible a11y consultant would carry more weight than 100 cold DMs. Going to find 3-4 active UK accessibility consultants this week and offer them free access in exchange for honest feedback. Also agree on the US market being stronger for the legal angle, UK Equality Act enforcement is theoretical, ADA litigation is real. Appreciate the feedback!

      1. 1

        3% from cold DMs with no personalization is pretty normal unfortunately. Leading with the actual violation count is the right call -- the tool built the insight, now the pitch has to lead with it. Curious what your rate looks like after another 60 with the new message.

  28. 1

    30 agency DMs is a warmup, not a sample size. You need 200+ before the channel tells you anything. But the scan-as-opener is genuinely smart. Most founders pitch features. You're showing people their own problems. That converts.

    1. 1

      Yeah for sure, definitely need more volume.

      1. 1

        That outreach is smart -- showing the actual data before asking for anything removes the "trust me" friction entirely. 30 is a solid sample size, what is your reply rate looking like?

        1. 1

          Honestly, terrible so far. About 60 DMs in and 2 replies got one "not interested" and one CEO who asked me to send the full report so at least something is sticking. Changed the DM approach today though, stopped saying "I built a tool" and started leading with "I found X violations on your site, got the report with code fixes, want it?" Early but it feels like it's landing better. Will report back on the numbers.

  29. 1

    Scanning recognizable brands and publishing the results is genuinely one of the best GTM moves you could make at this stage — it doubles as market validation AND content marketing. The AI-generated code fix angle is what separates this from commodity scanners. One thought: if you can show the estimated legal liability alongside the violations (even a rough range based on ADA case data), that turns a "nice to have" dev tool into an urgent boardroom conversation. That's where the real buying power sits.

    1. 1

      The legal liability estimate idea is such a good idea never thought about that, right now I rank violations by severity but showing an actual cost range (based on ADA settlement data) next to each violation would completely change the conversation from "dev task" to "business risk." Going to look into building that in. I appreciate the feedback!

  30. 1

    Really impressive work Richard, especially at 15. The gap you identified is spot on — most accessibility tools are either overpriced enterprise solutions or cheap overlays that don't actually fix the underlying issues. AI-generated code fixes is a smart angle. For GTM with no budget, I'd suggest targeting web agencies who handle multiple client sites. One sale = recurring scans across their whole portfolio. Cold DM founders on here who've mentioned accessibility pain points. Keep building!

  31. 1

    Wow, this is impressive!

    for GTM with no budget, i'd skip cold outreach to big brands for now and go straight to freelance dev communities. they're the ones who get handed inaccessible websites to fix and have no good tool to audit with. if you can become the tool they recommend to clients you get outstanding word of mouth without spending anything.

    The scan results on recognisable UK brands are your content. post one brand audit a week on LinkedIn, bcz people actually share such stuff.

  32. 1

    Bro you're 15 and already shipping faster than most funded startups I see on here. The legal risk ranking is actually a really smart angle — most accessibility tools just dump a list of errors and leave you to figure out what matters. Prioritizing by legal exposure gives people a reason to pay attention.
    One thought on GTM since you asked — those brand scans you did? That's your entire marketing strategy right there. Do 20-30 more of those for well-known sites, turn each one into a short post tagging the brand on Twitter/X and LinkedIn. "We scanned [brand] and found X critical accessibility violations" is the kind of thing that gets shared by the disability advocacy community AND by devs who work at those companies. Free distribution, zero budget needed.
    Also worth posting the scan results in r/webdev and r/accessibility — devs in those subs eat this stuff up.
    Good luck with it mate, this is impressive for any age let alone 15.

  33. 1

    Hey,

    Sharing details on accessing GCP/AWS credits (24 months) 👇

    https://www.linkedin.com/posts/rithvik-sai-2176302b1_eligible-ai-businesses-can-access-up-to-200k-activity-7442865181254209536-4CoU

    If you believe you meet the eligibility criteria, happy to connect and discuss further.

  34. 1

    really impressive for 15 and two days. i built something similar — an SEO scanner that checks title tags, meta descriptions, alt text, heading hierarchy, schema markup, page speed, etc. scores sites out of 100.

    the scanning part is the fun bit. the hard bit is getting people to use it.

    one thing i noticed: accessibility and SEO scanning overlap a lot. missing alt text is both an accessibility problem and an SEO problem. missing heading hierarchy hurts screen readers AND google crawlers. you could position this as "fix accessibility AND improve your google ranking" which doubles the value proposition.

    also — the fact that you built this at 15 is a genuine distribution advantage. people love supporting young builders. lean into that in your marketing. "built by a 15 year old in the UK" is a more compelling story than most SaaS companies will ever have.

    1. 1

      You mentioned that the hard part is getting people to use the product. What have you tried so far? I've been helping out a few indie hackers find their early users for free. Basically I've been pretending that I'm on their team & doing the awkward part of reaching out (thoughtfully, not spammy) & getting a bunch of "no"s so they don't have to lol. happy to help out, am doing for the experience really. my email is rkotcher at gmail. best wishes!

    2. 1

      Damn that's a really interesting overlap and you're right that missing alt text and heading hierarchy are basically the same violations from two different angles. I'd be curious to see your SEO scanner. Have you thought about combining the two datasets? An agency could run one scan and get both an accessibility report and an SEO audit that would definitely be a much easier sell than two separate tools. Would be worth a conversation if you're open to it!

  35. 1

    This is impressive for a 2-day build, Richard. Your validation strategy (scanning Gymshark, JD Sports, etc.) is a goldmine for content.
    If I were you, I’d turn those reports into short-form videos (Shorts/Reels). A hook like 'Gymshark has 112 accessibility violations' is a massive attention grabber. I’ve recently scaled two projects to +130M views using similar 'data-backed hooks', and for a B2B SaaS like yours, 'educational call-outs' work wonders for organic GTM.
    Exposure is free if you know how to stop the scroll. Good luck with Viascan!

  36. 1

    Really impressive work, Richard. Building with a clear gap analysis at 15 is something most founders twice your age skip — they build what they think is cool instead of what the market actually needs. You nailed the positioning: the middle ground between cheap overlay widgets and expensive consulting.

    One thought on your GTM question: since you're solving a compliance problem (WCAG 2.2 + legal risk), your best early customers are probably agencies that manage multiple client sites. One scan report showing violations across a client's site is a natural sales pitch — the agency looks good, the client avoids legal risk, and you get recurring revenue per site. Much easier than going after individual freelancers one at a time.

    The two-day build timeline is a great story for your landing page too. Speed of iteration is a real competitive advantage when you're bootstrapped. Keep shipping and keep sharing — rooting for you.

    1. 1

      Yeah yeah for sure, agencies are the wedge because one subscription multiplies across their whole client portfolio. I'm currently doing personalised scan outreach to UK agency founders (scan their site, DM them the results). Early days but the approach feels right even though replies are slow. Btw im kinda curious to what your background is, you sound like someone who's sold B2B before.

      1. 1

        Ha, appreciate the read — yeah, developer background here, and my co-founder spent 8 years in QA at scaling startups. We're building Testably (AI-native QA platform), so a different space but a lot of the GTM patterns overlap.

        The scan-and-DM approach is genuinely smart because you're leading with value instead of a pitch. The slow reply rate is pretty normal for cold outreach honestly — 60 DMs and 2 replies is actually not terrible for a first iteration. The fact that you already pivoted the message framing (leading with "I found X violations" instead of "I built a tool") tells me you've got good instincts for this.

        One thing that helped us: tracking which type of agency responds best. E-commerce and SaaS-focused agencies tend to care way more about accessibility than, say, branding agencies — because their clients have actual compliance exposure. Might be worth segmenting your outreach by agency vertical and seeing where the conversion clusters.

        Keep at it — you're 15 and already iterating on outreach messaging faster than most founders I know.

  37. 1

    This is impressive, especially at 15.

    If I were you, I’d start by scanning small business sites and sending them a simple report + fix preview — showing the problem + solution will get you your first paying users faster than ads.

  38. 1

    This is impressive for two days of work — the idea of scanning major brands and publishing their violations as marketing content is really smart. That's basically free SEO and social proof at the same time. As a fellow teenage founder, the 'no budget' GTM problem is real. What's been working for me so far: posting honestly about the journey on communities like this one, cold emailing potential partners, and focusing on one channel at a time instead of trying to be everywhere. One thing I'd suggest — those brand scan results are content gold. Turn each one into a short LinkedIn or Twitter post tagging the company. Their dev teams will see it, and that's your exact target audience. What's your plan for getting those first paying customers?

    1. 1

      Right now it's pure outreach so what i do is I scan UK web agency sites and DM founders with their specific violation data. Agencies are the target because one subscription covers all their client sites. Also running a lifetime deal (£50 for permanent Pro access) to lower the barrier for early adopters. The content side is Dev.to articles and posts like this one — the brand scan data doubles as marketing. What's been your best converting channel so far?

  39. 1

    Congratulations. Seems very interesting website. I've just check it and it is impressive for someone who is just 15 years. Wish you luck

    1. 1

      Thanks, really appreciate that!

      1. 1

        That phased approach makes sense -- first agencies actually using it, then you have real data on what they need from branded reports. What does your current outreach to agencies look like?

        1. 1

          Personalised scan approach, so I find agencies on Clutch.co, scan their website with Vía, then DM the founder on LinkedIn with their specific violation data. Something like "I scanned your site and found 7 violations including 2 critical — 272 images missing alt text." Then link them to viascan.dev to try it themselves. Done about 30 of those so far across London, Birmingham, Manchester, Leeds and Bristol. Early days but the scan data gets way more engagement than generic cold DMs.

      2. 1

        That ICP clarity is sharp for 15. Agencies as the actual buyer makes total sense — they have the volume and the liability exposure. The brand scans are just proof the scanner works at real scale. Have you thought about packaging it as a white-label report agencies can send to clients?

        1. 1

          Yeah white-labelling the reports is a great idea agencies could send branded accessibility reports to their clients as part of their delivery process. For sure something im trying to consider, but right now focused on getting the first few agencies using it, but that's definitely where it goes next. Thanks for the suggestion!

  40. 1

    Really impressive work, Richard — especially spotting that gap between cheap overlay widgets and expensive enterprise consulting. You're right that 96.3% of websites fail basic accessibility, and the legal pressure is only growing.

    I'm building in a similar space with AnveVoice — we approach accessibility from the voice interaction angle rather than code scanning. Our tool adds a voice layer to any website with one script tag so users can navigate, fill forms, and click buttons by speaking. WCAG 2.1 AA compliance through voice navigation.

    What we've found is that the two approaches are actually complementary: scanning tools like yours catch violations in the code, while voice navigation tools help users who can't use a mouse or keyboard right now. Together they cover both the remediation and the real-time experience side.

    For GTM on no budget, one thing that's worked for us: reach out directly to web agencies who handle multiple client sites. One agency partnership = dozens of potential users. They're always looking for affordable accessibility tools to offer as an upsell. Much more efficient than going site by site.

    How are you thinking about the ongoing monitoring angle? That seems like where the real retention and recurring revenue would come from in this space.

    1. 1

      Damn that's really cool that you're approaching accessibility from the voice angle never thought about that and you're definitely right that scanning and voice navigation are complementary. The agency GTM strategy is exactly what I've been trying to test this weekend, scanning their sites and DMing founders with the results (replies have been slow tho lol). Monitoring is definitely on the roadmap, that's where the real retention is but idk its gonna be hard to implement. Would be interesting to explore how our tools could work together.

  41. 1

    This is really impressive for any age, let alone 15. The market gap you identified is spot on — the overlay widget space is basically a scam and enterprise consulting is way overkill for most small shops.

    For GTM with no budget, one thing that worked well for me as a solo founder: scan a few local businesses in your area (restaurants, shops) and email them their results with a short summary of what the violations mean legally. Not a hard sell, just "hey I checked your site, here is what I found." People respond way better to personalized outreach like that than generic marketing.

    Also, the brand scans you did (Gymshark, Missguided etc.) are great content pieces. Turn those into blog posts or Twitter threads — "We scanned the top UK fashion brands for accessibility compliance" is very shareable and builds SEO at the same time.

    1. 1

      Thanks! The local business angle is definitely interesting tho hadn't thought about scanning restaurants and shops in my area. And yeah the brand scans are already becoming my best content pieces, working on turning each one into a standalone blog post. Appreciate the advice!

  42. 1

    Solid work Richard. One angle I haven't seen others mention: your biggest competitive advantage might not be the scanner itself, but the AI-generated fixes.

    Here's why — there are plenty of free accessibility scanners (WAVE, Lighthouse, axe DevTools). People use them constantly. What they all have in common is they give you a list of problems and then leave you to figure out the fix yourself. That last mile is where devs actually get stuck and where the real willingness to pay lives.

    If I were you, I'd actually consider giving the scanning away completely for free (unlimited) and only charging for the AI fix generation. That way you get massive top-of-funnel — every developer who uses your free scanner is a potential customer the moment they realize they don't know how to fix the issue. Plus free scanners get shared way more than paid ones.

    For GTM specifically — have you tried scanning agency portfolios and reaching out with the results? Not "hey buy my tool" but "hey I ran your client portfolio through an accessibility scanner and found some stuff, thought you'd want to know." That's how you get into conversations that lead to real customers. Agencies building WordPress and Shopify sites are perfect because they need to do this repeatedly and would pay for a tool that saves them time on every project.

    Keep shipping. The fact that you identified the overlay vs enterprise gap at 15 is a better market instinct than most people develop in years.

    1. 1

      Damn this is probably the best advice I've gotten so far. Making scanning completely free and only charging for AI fixes would massively increase top of funnel every dev who uses a free scanner becomes a potential customer the moment they get stuck on a fix I'm definitely gonna consider that shift. And the agency portfolio scan approach is exactly what I've been doing this weekend, getting way better responses than generic pitches (even though its been slow). Thanks for the detailed breakdown!

  43. 1

    This is impressive Richard - shipping a full SaaS
    at 15 with paying tiers already live is the kind
    of thing most adult builders talk about for months
    without doing.

    For GTM with no budget: the data you showed
    (scanning Gymshark, JD Sports etc) is your best
    marketing asset. That's not a feature demo -
    that's a conversation starter with every
    freelance dev who works with those brands.

    One cold email with "I scanned your client's
    site and found 112 critical violations" lands
    infinitely better than any landing page.

    Also building in your space - the
    gap between awareness and action on
    accessibility is massive here too.

    1. 1

      Thanks! Yeah the scan data has for sure been my best bet so far. Already started doing exactly that with scanning agency sites and DMing founders with the results. What are you building in the accessibility space? might be able to see how our tools interlink!

      1. 1

        not in accessibility actually! i'm building BuiltBy.

        the idea is bigger than a portfolio - it's your verified credible
        public identity as a builder. every day you ship,
        think, and build gets captured. over time your
        builtby/name becomes who you actually are as
        a builder, not just what you launched once.

        honestly your whole journey - 15, shipping fast,
        validating in public, that's exactly the kind of
        builder story BuiltBy exists for. the world should
        be able to see that arc, not just the launch post.

        would love to stay in touch as we both build

  44. 1

    The 5,000 ADA lawsuits stat is strong but that's US plaintiffs targeting large companies. How many UK small businesses or freelance devs have actually faced action under the Equality Act? If enforcement is mostly theoretical for your target buyer, the legal fear angle won't convert to paid. Worth testing whether agencies buy this as a workflow tool that saves billable hours instead of a compliance shield.

    1. 1

      Yeah yeah for sure, UK enforcement under the Equality Act is basically theoretical compared to ADA tbh. I've been shifting the pitch toward saving agencies billable hours on every client project rather than legal compliance. That said, im not gonna count out the agencies with US or EU clients the legal angle is still very real, 8,600+ ADA lawsuits in 2025 and the EU Accessibility Act now being enforced. But for UK-only clients, the workflow tool framing is definitely landing better tho. Appreciate the honest feedback!

  45. 1

    I think being able to think this well at the age of 15 shows you have talent. You should keep going.

    1. 1

      Thanks, really appreciate that!

  46. 1

    15 and already found the gap that most founders miss — the enterprise-vs-overlay chasm. The AccessiBe FTC fine is exactly the kind of signal that tells you there is real demand in the middle. Your stack choices are solid too, axe-core is what most serious a11y tooling is built on. What happened when you reached out to the 5 brands you scanned? Did any respond?

    1. 1

      Haven't reached out to those brands directly because they're wayyy too big to be customers. The scans are more for content marketing and proving the tool works at scale. Agencies building sites for mid-size brands are the real target. The AccessiBe FTC fine is great for positioning though shows the market that overlays don't work.

  47. 1

    Scanning those 5 UK brands and publishing the results is a really smart move — that's basically free content marketing that also demonstrates the product. Each of those could be its own blog post targeting "[brand name] accessibility" keywords.

    For GTM with zero budget: the accessibility consulting world is weirdly tight-knit. There are a handful of accessibility consultants and freelancers who tweet about WCAG issues constantly. If you can get even 2-3 of them to try Vía and mention it, that's worth more than any ad spend. They're the ones companies hire when they get sued, and they'd love a tool that automates the boring scanning part so they can focus on the actual remediation work.

    Also — the AI-generated code fixes are the real differentiator here. Most scanning tools just tell you what's broken. Actually showing the fix closes the loop. That's the angle I'd lead with in your positioning. Impressive work for any age, let alone 15.

    1. 1

      The accessibility consultant angle is something I haven't tried yet and you're right that getting 2-3 of them to try it would definitely be huge. Already connected with a couple on LinkedIn but most are just loose ends, going to push harder on that. And yeah the AI fixes are definitely the differentiator, shifting my whole positioning to lead with that for sure.

  48. 1

    Honestly, being a 17 y/o, I feel low cz you built something great that is of the utmost need to governments and national companies. I've also built things but your execution is better than most ideas.

    Have a question, tho. How did you build you stack and the product. Was it a Claude Code tool or did you use an API or anything else?

    1. 1

      Aye cmon bro don't feel low, its all about your hustle imo like most SaaS tools that succeed are because of their execution, like most tools are quite generic but you js gotta be a dog. But my stack was Claude Code in Cursor for the whole thing lol, Next.js + Supabase + Stripe + Anthropic API for the AI fixes + Browserless running axe-core for the scanning. Took about two days from idea to live product but them usage limits are a pain bro. What have you been building tho?

  49. 1

    Love this Richard — really impressive for 15 and two days. The idea of scanning big brands to validate the market is smart, gives you proof before you even have customers.

    I'm 16 and built something in a similar space (free financial health scoring for digital agencies). Also using Claude API. Also at the 0 customers stage.

    For GTM with no budget, what's starting to work for me: instead of targeting end users directly, I'm going after the people who already have access to them. In my case that's accountants who serve agencies — one accountant = 20-50 potential users. Got my first positive reply yesterday.

    For you, that could be web development agencies or freelance developers who build sites for clients. They'd use your tool on every client project. One agency partnership could be worth dozens of individual signups.

    Good luck with Vía!

    1. 1

      Ayeee congrats bro your accountant strategy is really smart, same multiplier logic as agencies. Good luck with your financial health scoring tool, would love to hear how the accountant outreach goes bro!

      1. 1

        Thanks Richard! Will keep you posted. Let me know how your agency outreach goes too — would be cool to compare notes since we're at the same stage.

        1. 1

          For sure, let's stay in touch. Good luck!

  50. 1

    Solid execution, Richard. Two days to MVP with Claude Code + axe-core is a legit stack choice — you clearly know how to ship.

    One thing worth thinking about early since you're using the Anthropic API for generating code fixes: keep a close eye on your per-scan inference costs. At £20/mo with potentially large DOM trees being analyzed, the margin math gets tight fast. I learned this the hard way building a macOS tool — didn't realize how quickly API calls compound until I actually tracked them per-request. Might be worth logging cost-per-scan from day one so you can optimize prompts before you scale.

    The brand audit angle is genuinely clever marketing. Those Gymshark numbers (112 violations, 25 critical) are the kind of thing that gets screenshots shared around dev Twitter. I'd turn each brand into a standalone blog post with the methodology — that's SEO content that targets exactly the people who'd pay for your tool.

    For zero-budget GTM: the web dev agencies doing Shopify/WordPress builds for UK businesses are your lowest-hanging fruit. They get accessibility requests from clients constantly and have no good workflow for it. One agency using your tool on 10+ client sites is worth more than 50 individual signups.

    1. 1

      Really appreciate the detail of tracking API costs and you're right, the margin is tight on large DOMs. The SEO content angle is next on the list im planning to turn each brand scan into a standalone post. And yeah agencies doing Shopify/WordPress are exactly who I'm targeting right now. Thanks for the advice!

  51. 1

    The gap you identified is real — the market is genuinely split between cheap widgets that don't work and expensive consulting. A tool that gives developers the exact code fix is the right angle, since devs want actionable output, not just a report.

    The tricky part at this price point is usually convincing the buyer that automated fixes are trustworthy. If you haven't already, showing a before/after diff in the output (here's the broken code, here's what it becomes) builds that confidence fast. Worth testing if you haven't.

    Good first build.

    1. 1

      That's a great idea definitely, showing a before/after diff would make the fixes way more trustworthy. For sure gonna explore that. Thanks!

  52. 1

    Building in 2 days at 15 is a solid way to learn fast, but accessibility SaaS usually gets real once you see where automated checks stop and manual review starts. Worth talking to a few site owners or agencies and tracking which issues they will actually pay to fix, not just which ones your scanner can flag. That gap is usually where the product becomes useful.

    1. 1

      Yeah that's exactly what I'm working on now rn been reaching out to agencies this week to understand what they'd actually pay to fix. Appreciate the insight!

  53. 1

    Richard, this is seriously impressive. Not just for 15, full stop. You identified a real gap in the market, built an MVP in two days, and already have pricing live. Most founders twice your age are still stuck on idea validation.

    The brand audit angle is smart. Scanning Gymshark and showing 112 violations is the kind of thing that gets shared on Twitter and LinkedIn. That's free distribution if you package it right.

    One thing I'd focus on early: reach out to freelance web developers directly. They're the ones who get asked by clients to "make the site accessible" and have no good tool for it. A £20/month tool that saves them hours of manual checking is an easy sell. Find them in web dev communities, share your scan results as free value, and let the product speak for itself.

    The legal compliance angle is your strongest card. Most small business owners don't even know they're at risk. Lead with that in your messaging.

    Keep building and keep posting here. You're way ahead of where most people start.

    1. 1

      Thanks Amanda, really appreciate this response just getting a reply is definitely one of the harder aspects of GTM. Already started reaching out to agencies and freelancers today but no responses so far, the £20/month tool that saves hours is exactly how i need to display it. The legal compliance angle is definitely the strongest hook.

  54. 1

    Wow, I'm really impressed! And kudos on the smart auditing approach to marketing, showing where the pain point is can be more effective than explaining why your product is the best. Good luck!

    1. 1

      Aye thanks man! Yeah showing the pain point directly has been way more effective than explaining features. Appreciate the support!

  55. 1

    Really impressive work, Richard — especially the stack choice. Next.js + Supabase + Stripe + Anthropic is basically the modern indie SaaS starter kit, and the fact that you had the instinct to pick that combination at 15 says a lot. We're using almost the exact same stack for our SaaS and it's a genuinely powerful foundation for shipping fast.

    The market positioning is smart too. You've identified the gap between useless overlays and expensive consultants — that's a real wedge. The brand audit approach (scanning Gymshark, Missguided, etc.) is excellent marketing content. I'd lean into that hard: publish those results as blog posts, tag the companies on social, and reach out to web agencies who build sites for similar brands. Agencies are your ideal early customer because they manage multiple client sites and would pay for a tool that helps them avoid liability.

    For zero-budget GTM, a few things that worked for us early on: Write SEO content targeting the exact problem your buyers search for — things like "WCAG compliance checker" or "how to fix accessibility violations." Those long-tail searches have high intent and low competition. Also, find communities where freelance devs hang out (Dev.to, specific subreddits, web dev Discord servers) and share your audit methodology as genuinely helpful content, not as a pitch. The product sells itself once people see the output.

    The legal angle is your strongest GTM lever. Most small businesses have no idea they're exposed. Leading with "your site has X violations that could result in legal action" is way more compelling than "improve your accessibility score."

    1. 1

      Thanks man I really appreciate the advice! i will definitely be using that SEO content tip. Already started reaching out to agencies on LinkedIn today. The legal angle is definitely landing better than the feature pitch but as expected getting a response is genuinely grueling.

Trending on Indie Hackers
I shipped a productivity SaaS in 30 days as a solo dev — here's what AI actually changed (and what it didn't) User Avatar 141 comments Never hire an SEO Agency for your Saas Startup User Avatar 100 comments A simple way to keep AI automations from making bad decisions User Avatar 67 comments “This contract looked normal - but could cost millions” User Avatar 54 comments Are indie makers actually bad customers? User Avatar 36 comments We automated our business vetting with OpenClaw User Avatar 35 comments