I'm not a developer. I'm a photo booth rental company owner in the DC area. But I built a Chrome extension that's now a real product with paying users — and it started because I couldn't find a tool that solved a problem I dealt with every single day.

This is the story of how Plinq went from a personal frustration to a product.

The Problem

I run Winks Photo Booth. We do private events, weddings, corporate activations — everything from birthday parties to brand launches. And like most small business owners, I spend a huge chunk of my day in my inbox.

When a potential client emails asking for a quote, I respond with a link to a custom brochure. For a wedding inquiry, I send our private events brochure. For a corporate client, I send a different one with higher-end packages and brand activation options. Each client type gets a tailored presentation.

The problem was the links.

Every brochure lives on Canva, and Canva URLs look like this:

https://www.canva.com/design/DAF82jdK3kP/view?utm_content=DAF82jdK3kP&utm_campaign=designshare

That's what my clients would see in my email. Professional tone, polished pitch, and then... a wall of random characters that looks like spam.

The right way to handle it is to create a hyperlink — type out clean text like "View Our Private Events Brochure" and link it to the URL behind the scenes. But that process in Gmail is six steps: type the text, highlight it, click the link icon, paste the URL, click OK. For every link, in every email.

When I had time and energy, I did it properly. But honestly? Most of the time I was too busy or in a rush, so I just pasted the ugly URL and hit send. I knew it didn't look great. I'm sure it didn't help with my branding. But the alternative was a slow, repetitive process I couldn't justify doing dozens of times a week.

There was no tool that let me save those links with custom text and copy them as ready-to-paste hyperlinks. I looked. Link shorteners like Bitly just give you a shorter URL — you still see a URL in the email. Clipboard managers save text but don't do rich-text formatting. Nothing combined a saved link library with one-click hyperlink copying.

So I built it.

How I Built It (Without Knowing How to Code)

I started learning to build software using AI tools — specifically Claude. I had zero programming background. My degree is in Economics. My career before this was in the Army.

But I had a genuine curiosity about technology and AI, and I had a problem worth solving. That combination turned out to be enough.

The hardest part wasn't the code itself — it was knowing where to start. There's so much information, so many frameworks, so many opinions about the "right" way to build things. The noise is overwhelming when you're starting from zero.

What worked for me was ignoring most of it and just starting. I focused on one thing: can I make a Chrome extension that copies a formatted hyperlink to the clipboard? Once I got that working, everything else built on top of it.

The core technology is something called the ClipboardItem API — it lets you write both plain text and HTML to the clipboard at the same time. When you paste into Gmail, it uses the HTML version, which includes the formatted hyperlink. When you paste into a plain-text context, it falls back to the URL. That one API is the foundation the entire product is built on.

From there, I added features one at a time: folders for organization, color tags, drag-and-drop reordering, search, import/export, a right-click menu to save any link from any page. Then a backend with click tracking. Then user accounts and a payment system.

Each feature took a session or two of focused building. I wasn't in a rush. I was learning the entire time.

What I Learned

Identify your own pain points, find a solution, and build. That's really it. I didn't start with market research or competitive analysis. I started with a problem I personally dealt with every day. The fact that it turned out to be a market gap was a bonus — but the motivation was always "I need this for my own business."

You won't learn until you start doing. I could have spent months reading tutorials, watching courses, planning the perfect architecture. Instead, I just started building and figured things out as I went. Every bug I fixed taught me more than any tutorial.

Simple beats complex. Plinq does one thing well: it copies a branded hyperlink to your clipboard. Everything else — the folders, the tracking, the analytics — is built around that single core action. If the one-click copy wasn't great, none of the other features would matter.

Curiosity is your biggest advantage. I wasn't the most skilled person building this. But I was genuinely curious about how things worked. Why does the ClipboardItem API need both text/html and text/plain? How does a 302 redirect work for click tracking? What's the difference between Manifest V2 and V3? That curiosity kept me going when things got frustrating.

Where Plinq Is Now

Plinq is live on the Chrome Web Store. It has a free tier (3 links, no account needed) and a Pro tier ($5/month or $50/year) with unlimited links and click tracking.

I use it every day in my own business. When a wedding inquiry comes in, I click one button, paste the brochure link into my email, and it shows up as "View Our Private Events Brochure" — clean, clickable, and professional. When I see that a prospect clicked the link, I follow up that same day.

It's not the most complex product ever built. But it solves a real problem that I — and a lot of other professionals — deal with every day. And that's what a good product does.

For Other Non-Technical Founders

If you're sitting on an idea for a tool that would solve a real problem in your work, and you've been holding back because you don't know how to code — start anyway.

The tools available today, especially AI assistants, make it genuinely possible to build functional software without a computer science degree. It's not easy. It takes time and persistence. But if you have the curiosity and the drive to learn by doing, you're already ahead of most people who never start.

The best products come from people who deeply understand the problem because they live it every day. That's an advantage no amount of technical skill can replicate.

Try Plinq at getplinq.com