RP.

Better Web

Proud to share BetterWeb, a Chrome extension we built during Canada's largest hackathon GenAI Genesis that empowers users with disabilities to take control of their web experience

Frontend

What it does:

BetterWeb is a customizable AI-powered accessibility toolkit for people with:

Startup Page:

Frontend

From soft-tone theming to real-time text-to-speech and layout adjustments, BetterWeb adapts the web to you — not the other way around.

How we implemented AI:

To enable real-time, AI-powered web customization via natural language, we integrated Cohere’s Command R+ model and then fine-tuned a custom variant using structured prompt-completion data focused specifically on web accessibility tasks.

The objective was to allow users to input natural language commands (e.g. "increase font size of all paragraphs") and dynamically generate JavaScript that modifies the page's DOM in a meaningful, safe, and context-aware way — without ever touching the code.

We used Cohere’s v2 endpoint and their fine-tuning pipeline. Our dataset contained hundreds of paired samples in JSONL format, like:

Tech Stack:

Frontend

Want to try it for yourself? Clone the repo here.

Let’s build a better, more inclusive web — together.

Huge thanks to everyone who contributed to BetterWeb: Vansh Anand, Warrick Tsui, Sawaab Anas and Suhaana Khullar.