Skip to content
← Blog AI March 22, 2026

Building Quill: A Chrome Extension to Fix My Writing Instantly

2 min read
Building Quill: A Chrome Extension to Fix My Writing Instantly

Building My First Chrome Extension as a UI/UX Designer

I never thought I’d end up building a Chrome extension.

My background is UI/UX design. I’ve spent years focusing on layouts, flows, and making products feel intuitive. Not writing code. Not shipping extensions.

But this one came from a very real, very annoying problem.

The problem

I chat a lot with people from the US, UK, and other countries.

And honestly, sometimes I’m not 100% confident with my English.

So my workflow looked like this:

  • Type a message
  • Copy it
  • Paste it into my CustomGPT grammar agent
  • Wait for the fix
  • Copy it again
  • Paste it back into WhatsApp / Upwork / wherever

It works. But it’s slow. And it breaks the flow of conversation.

After doing this hundreds of times, it started to feel… dumb.

There had to be a better way.

The idea

Instead of jumping between tools, why not bring the grammar assistant directly into where I type?

That’s where Quill came from.

A simple Chrome extension that lets me fix my grammar instantly without leaving the page.

How Quill works

The idea is intentionally simple:

  1. Type normally (WhatsApp Web, Upwork, anywhere)
  2. Highlight the sentence
  3. Click “Fix Grammar”
  4. See the improved version with clear changes
  5. Accept or dismiss

No tab switching. No copy-paste loop.

Just write ? fix ? continue.


Behind the scenes

Quill is powered by Claude Sonnet 4.6.

And the interesting part is… I didn’t build this like a traditional developer.

I used Claude Code to guide me through the entire process:

  • structuring the extension
  • handling text selection
  • injecting UI into web pages
  • connecting the AI

I’m still a UI/UX designer at heart. But this project pushed me into actually building something functional.

What this really means

This wasn’t just about fixing grammar.

It was about removing friction from something I do every single day.

And more importantly, it changed how I see my own skillset.

I’m no longer just designing interfaces.

I can now turn small annoyances into actual products.

Share Twitter / X LinkedIn

Enjoyed this? Let's build something.

Start a project →
Keep reading

More articles

AI-Assisted Code Review Saved Me Hours — Until It Confidently Broke My App
AI June 16, 2026
AI-Assisted Code Review Saved Me Hours — Until It Confidently Broke My App
AI code review tools are genuinely useful, but blind trust in them is a fast track to subtle, hard-to-diagnose bugs. Here's what I learned from letting Claude audit my PHP codebase — and where it went quietly, confidently wrong.
Read →
Why Claude Kept Lying to Me About PHP Sessions (And How I Finally Got Useful Answers)
AI June 9, 2026
Why Claude Kept Lying to Me About PHP Sessions (And How I Finally Got Useful Answers)
I asked Claude to help me debug a broken session-based login system and it confidently gave me wrong answers three times in a row. Here's the post-mortem on what went wrong — and how I restructured my prompts to actually get reliable help.
Read →
Prompt Engineering for Product Copy: From Bland to Brand-Ready in 5 Steps
AI May 31, 2026
Prompt Engineering for Product Copy: From Bland to Brand-Ready in 5 Steps
Most AI-generated copy sounds like it was written by a committee of robots — because it was. This tutorial shows you exactly how to engineer prompts that produce product copy with real personality, precision, and conversion power.
Read →