<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dave Sirota</title>
    <description>The latest articles on DEV Community by Dave Sirota (@davidsirota).</description>
    <link>https://dev.to/davidsirota</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3776267%2F45c31b57-bc9b-4974-a24e-82a1a5db7bb3.png</url>
      <title>DEV Community: Dave Sirota</title>
      <link>https://dev.to/davidsirota</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/davidsirota"/>
    <language>en</language>
    <item>
      <title>The End of Checkbox Accessibility</title>
      <dc:creator>Dave Sirota</dc:creator>
      <pubDate>Thu, 09 Apr 2026 13:25:00 +0000</pubDate>
      <link>https://dev.to/davidsirota/the-end-of-checkbox-accessibility-3nfa</link>
      <guid>https://dev.to/davidsirota/the-end-of-checkbox-accessibility-3nfa</guid>
      <description>&lt;p&gt;&lt;em&gt;By David Sirota, Founder &amp;amp; CEO, ROLLIN&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;There's a field on Google Maps called "Wheelchair Accessible." It's a yes or a no. Sometimes it's filled in. Most of the time, it's wrong.&lt;/p&gt;

&lt;p&gt;A friend of mine — a wheelchair user — told me he once drove forty minutes to a restaurant that Google marked as wheelchair accessible. When he got there, there were three steps at the entrance. No ramp. The host offered to "help carry him in."&lt;/p&gt;

&lt;p&gt;That's not accessibility. That's a checkbox someone clicked in 2019 and never looked at again.&lt;/p&gt;

&lt;p&gt;And here's the thing nobody in tech wants to admit: almost every accessibility solution on the market today works the same way. Binary. Yes or no. Accessible or not. A single field in a database that flattens a deeply physical, deeply personal experience into one bit of information.&lt;/p&gt;

&lt;p&gt;That's not a data problem. That's an intelligence problem. And we're about to find out just how badly it's broken.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Agent Age Is Coming. Accessibility Data Isn't Ready.
&lt;/h2&gt;

&lt;p&gt;In the next two years, the way humans interact with information will fundamentally change. AI agents — running on frameworks like Claude's MCP protocol, embedded in apps and assistants — will increasingly make decisions on our behalf. They'll book restaurants, plan trips, recommend venues, and coordinate logistics.&lt;/p&gt;

&lt;p&gt;When your AI assistant books dinner for you, it's going to pull from whatever data is available. Right now, the best it can do is read a binary checkbox from a mapping API and hope it's accurate.&lt;/p&gt;

&lt;p&gt;For most people, a wrong restaurant recommendation means a mildly disappointing evening. For a wheelchair user, it means getting to the door and not being able to get inside.&lt;/p&gt;

&lt;p&gt;The gap isn't that AI agents don't care about accessibility. The gap is that accessibility intelligence doesn't exist in a form agents can consume. There's no structured, scored, verified data layer that an AI can query and trust. There's no API that returns "this restaurant has level entry, an accessible restroom, wide aisles, and a score of 84 out of 100 based on multi-source verification."&lt;/p&gt;

&lt;p&gt;Until now.&lt;/p&gt;




&lt;h2&gt;
  
  
  Accessibility Is Not an App. It's a Data Layer.
&lt;/h2&gt;

&lt;p&gt;I built ROLLIN because my father has FSHD — facioscapulohumeral muscular dystrophy. Taking him out to dinner shouldn't require a phone call, a Google Street View investigation, and a prayer. But it does. Every time.&lt;/p&gt;

&lt;p&gt;The insight that changed everything for me wasn't "someone should build an accessibility app." It was this: &lt;strong&gt;accessibility needs to become infrastructure.&lt;/strong&gt; Not an app you download. Not a directory you browse. A data layer that lives underneath every app, every agent, every platform that touches the physical world.&lt;/p&gt;

&lt;p&gt;Think about how weather data works. You don't go to one weather app. Weather data is an intelligence layer — structured, scored, constantly updated — that powers thousands of applications. Your calendar uses it. Your airline uses it. Your smart home uses it.&lt;/p&gt;

&lt;p&gt;Physical accessibility data should work the same way. Structured. Scored. Verified. Available everywhere.&lt;/p&gt;

&lt;p&gt;That's what ROLLIN is.&lt;/p&gt;




&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;ROLLIN is an accessibility intelligence platform. We score 105,000+ restaurants across 15 states on a 0–100 scale using weighted physical factors — wheelchair entry, accessible restrooms, level pathways, wide aisles, parking, elevators, and more.&lt;/p&gt;

&lt;p&gt;But the score is only the surface. Underneath it is a signal-processing engine that combines multiple data sources, applies trust-weighted community verification, and uses a graduated confidence system that refuses to inflate scores when data is incomplete. We'd rather show honest uncertainty than false confidence.&lt;/p&gt;

&lt;p&gt;The platform operates on three layers:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Consumer.&lt;/strong&gt; A free web app and an iOS app with an agentic concierge. The concierge adapts to how you move — three modes from proactive discovery to quiet planning. On-device photo AI analyzes entrance ramps, door widths, restroom features, lighting conditions, and surface quality using Apple Vision, entirely on the user's phone. No cloud processing. No privacy trade-off.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Developer.&lt;/strong&gt; A REST API with six endpoints, a Python SDK auto-generated by Stainless, and an MCP server published on npm. AI assistants like Claude, Cursor, and VS Code can query ROLLIN's accessibility data natively through the Model Context Protocol. When an agent searches for "wheelchair accessible Italian restaurant near Midtown with good lighting," it gets structured JSON back — scores, features, confidence levels, evidence sources.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Business.&lt;/strong&gt; Embeddable widgets that let hotels show nearby accessible restaurants for their guests, and restaurants prove their own accessibility with a verified score badge. The data is the same data that powers the consumer app and the API — one source of truth.&lt;/p&gt;




&lt;h2&gt;
  
  
  How It Actually Works
&lt;/h2&gt;

&lt;p&gt;Let me walk you through a real scenario.&lt;/p&gt;

&lt;p&gt;A wheelchair user in Manhattan opens the ROLLIN app and types: "Accessible Italian near Times Square, no steps, good lighting."&lt;/p&gt;

&lt;p&gt;Results come back scored and ranked — each with a 0–100 accessibility score, individual feature breakdowns, confidence levels, and the sources behind the data. She taps a result, sees exactly what to expect at the entrance, restroom, and interior, and books a table.&lt;/p&gt;

&lt;p&gt;After the visit, she submits feedback — confirms the features are accurate, adds a photo of the entrance. That feedback enters the system weighted by her trust score. A new user's confirmation counts modestly. A verified contributor with dozens of accurate past submissions carries significantly more weight. When enough trusted signals agree, the venue's score recalculates automatically.&lt;/p&gt;

&lt;p&gt;Now here's where it gets interesting.&lt;/p&gt;

&lt;p&gt;A developer building a travel app for users with mobility needs calls the same API. They get the same scored data, the same feature-level detail, the same confidence metrics. They don't need to build their own accessibility dataset. They don't need to verify anything. They query ROLLIN and get intelligence back.&lt;/p&gt;

&lt;p&gt;An AI agent planning a trip for someone does the same thing — through the MCP server. It queries accessibility scores, checks feature requirements against the user's stated needs, and makes a recommendation it can actually trust. Not a checkbox. Not a guess. Verified, weighted, scored intelligence.&lt;/p&gt;

&lt;p&gt;The venue itself can embed a ROLLIN widget showing its score on its own website. A hotel can show guests which nearby restaurants are genuinely accessible. A delivery platform can surface accessibility data alongside menu items.&lt;/p&gt;

&lt;p&gt;One data layer. Every use case.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Now
&lt;/h2&gt;

&lt;p&gt;Three things are converging that make this the inflection point.&lt;/p&gt;

&lt;p&gt;First, &lt;strong&gt;AI agents are becoming the primary interface&lt;/strong&gt; between humans and information. The Model Context Protocol, function calling, tool use — these aren't experimental anymore. They're shipping in production. Every major AI lab is building agent frameworks. Those agents need structured data to make good decisions, and accessibility data doesn't exist in structured form anywhere else.&lt;/p&gt;

&lt;p&gt;Second, &lt;strong&gt;the ADA is 35 years old and physical accessibility is still undocumented.&lt;/strong&gt; There are 61 million Americans with disabilities. The accessible tourism market represents tens of billions in lost annual revenue. Every restaurant, hotel, and venue in America has physical accessibility characteristics. Almost none of them are documented in a way that's structured, verified, or queryable. That's not a niche problem. That's an infrastructure gap.&lt;/p&gt;

&lt;p&gt;Third, &lt;strong&gt;community verification at scale is now possible.&lt;/strong&gt; Trust-weighted feedback systems, on-device photo AI, and signal processing mean you don't need an army of inspectors to build an accurate accessibility dataset. You need a platform that turns every user interaction into a signal, weights it by trust, and compounds accuracy over time.&lt;/p&gt;

&lt;p&gt;The data moat isn't the data itself. It's the verification layer on top of it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Invitation
&lt;/h2&gt;

&lt;p&gt;If you're a developer building anything that touches the physical world — travel, dining, hospitality, navigation, local search — you can query ROLLIN's accessibility data today. Free API keys are available at &lt;a href="https://joinrollin.com/portal" rel="noopener noreferrer"&gt;joinrollin.com/portal&lt;/a&gt;. Documentation is at &lt;a href="https://joinrollin.com/developers" rel="noopener noreferrer"&gt;joinrollin.com/developers&lt;/a&gt;. The MCP server is on npm.&lt;/p&gt;

&lt;p&gt;If you're a business owner, you can show your accessibility score on your own site. If it's high, that's a competitive advantage you're probably not using. If it's not, that's information that helps you improve.&lt;/p&gt;

&lt;p&gt;If you're a disability advocate or accessibility practitioner, this data is yours. It was built for your community. Every score, every feature flag, every piece of community feedback exists because someone believed that wheelchair users deserve better than a checkbox.&lt;/p&gt;

&lt;p&gt;And if you're building AI agents — this matters more than you think. The decisions your agents make will only be as good as the data they have access to. Right now, accessibility is a blind spot in every major AI system. ROLLIN is the fix.&lt;/p&gt;

&lt;p&gt;We didn't build an app. We built the accessibility intelligence layer.&lt;/p&gt;

&lt;p&gt;It's live. It's scored. It's verified.&lt;/p&gt;

&lt;p&gt;And it's open for business.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;ROLLIN, the accessibility intelligence platform. From the Hudson Valley.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;a href="https://joinrollin.com" rel="noopener noreferrer"&gt;joinrollin.com&lt;/a&gt; · &lt;a href="https://joinrollin.com/api.html" rel="noopener noreferrer"&gt;API&lt;/a&gt; · &lt;a href="https://npmjs.com/package/rollin-mcp-server" rel="noopener noreferrer"&gt;MCP Server&lt;/a&gt; · &lt;a href="https://joinrollin.com/app" rel="noopener noreferrer"&gt;iOS App&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I built an accessibility data API because every restaurant app ignores wheelchair users</title>
      <dc:creator>Dave Sirota</dc:creator>
      <pubDate>Mon, 16 Feb 2026 20:50:15 +0000</pubDate>
      <link>https://dev.to/davidsirota/i-built-an-accessibility-data-api-because-every-restaurant-app-ignores-wheelchair-users-43d</link>
      <guid>https://dev.to/davidsirota/i-built-an-accessibility-data-api-because-every-restaurant-app-ignores-wheelchair-users-43d</guid>
      <description>&lt;p&gt;Every restaurant app tells you the wait time, the Yelp rating, the Instagram vibe. None of them tell you if you can get through the front door in a wheelchair.&lt;/p&gt;

&lt;p&gt;That's the problem ROLLIN solves. We score 56,000+ restaurants across 6 US states on actual wheelchair accessibility — level entry, accessible restrooms, parking, wide aisles, elevator access. Every location gets a 0-100 score based on verified, multi-source data.&lt;/p&gt;

&lt;p&gt;Today I'm sharing the API that powers it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The API
&lt;/h2&gt;

&lt;p&gt;Base URL: &lt;code&gt;https://joinrollin.com/api/v1&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Search accessible locations:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="s2"&gt;"https://joinrollin.com/api/v1/locations?lat=40.7128&amp;amp;lng=-74.0060&amp;amp;radius=2&amp;amp;min_score=70"&lt;/span&gt; &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;-H&lt;/span&gt; &lt;span class="s2"&gt;"X-Api-Key: YOUR_KEY"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"success"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"count"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;23&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"next_cursor"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;null&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"results"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"name"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Blue Ribbon Sushi"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"score"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;87&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"score_label"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Good"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"features"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"wheelchair_entry"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"accessible_restroom"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"level_entry"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"accessible_parking"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;false&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"wide_aisles"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"elevator"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;null&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;},&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"distance_miles"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;0.3&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"verified"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's real data. Not mocked, not a demo. 56K scored locations, live right now.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you can build with it
&lt;/h2&gt;

&lt;p&gt;Some ideas we're genuinely excited about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Travel apps&lt;/strong&gt; — add an accessibility layer to trip planning&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Restaurant discovery&lt;/strong&gt; — filter by "actually accessible," not just "ADA compliant" (there's a huge difference)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Navigation apps&lt;/strong&gt; — route wheelchair users to places they can actually enter&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Corporate tools&lt;/strong&gt; — help companies pick accessible venues for team events&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Healthcare platforms&lt;/strong&gt; — recommend accessible dining near hospitals and rehab centers&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why this data matters
&lt;/h2&gt;

&lt;p&gt;There are 5.5 million wheelchair users in the US. Most of them have learned not to trust "accessible" labels because the bar is so low. A single grab bar in a bathroom technically qualifies. That doesn't help someone who can't get past the front step.&lt;/p&gt;

&lt;p&gt;ROLLIN scores are different. We check 6 specific physical features, cross-reference multiple data sources, and weight them by actual impact. A restaurant with a ramped entrance and accessible restroom scores differently than one with just a parking spot. The scores evolve as we get more data.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get a key in 30 seconds
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://joinrollin.com/portal.html" rel="noopener noreferrer"&gt;joinrollin.com/portal.html&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Create an account&lt;/li&gt;
&lt;li&gt;Generate a free API key&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Free tier: 10 requests/min, 1,000/month. Enough to prototype anything.&lt;/p&gt;

&lt;p&gt;Full docs: &lt;a href="https://joinrollin.com/developers.html" rel="noopener noreferrer"&gt;joinrollin.com/developers.html&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Endpoints
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Endpoint&lt;/th&gt;
&lt;th&gt;What it does&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;GET /v1/locations&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Search by coordinates, radius, score, cuisine&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;GET /v1/locations/:id&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Full detail for one location&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;GET /v1/regions&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;List coverage areas and location counts&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;POST /v1/feedback&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Submit accessibility corrections&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;GET /v1/score/:id&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Detailed scoring breakdown (Business+)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Already happening
&lt;/h2&gt;

&lt;p&gt;Someone grabbed a free key today, built a &lt;a href="https://github.com/stainless-commons/rollin-python" rel="noopener noreferrer"&gt;Python SDK&lt;/a&gt;, and had it published on GitHub within hours. That's exactly the kind of energy we want around this.&lt;/p&gt;

&lt;p&gt;If you build something, I want to hear about it. Drop a comment or reach out — &lt;a href="mailto:projects@stacklinestudio.com"&gt;projects@stacklinestudio.com&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Nobody should have to call ahead to ask if they can get into a restaurant. That's the system we're fixing.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>api</category>
      <category>saas</category>
      <category>webdev</category>
      <category>mcp</category>
    </item>
    <item>
      <title>Built ROLLIN — a wheelchair accessibility platform that scores 56K+ locations 0-100 across 6 features. Google gives you a checkbox. 
We give you the truth. Vanilla JS, no frameworks, free API. 
joinrollin.com</title>
      <dc:creator>Dave Sirota</dc:creator>
      <pubDate>Mon, 16 Feb 2026 18:16:58 +0000</pubDate>
      <link>https://dev.to/davidsirota/built-rollin-a-wheelchair-accessibility-platform-that-scores-56k-locations-0-100-across-6-4l2b</link>
      <guid>https://dev.to/davidsirota/built-rollin-a-wheelchair-accessibility-platform-that-scores-56k-locations-0-100-across-6-4l2b</guid>
      <description></description>
    </item>
  </channel>
</rss>
