I built a Chrome extension that eliminates copy-pasting into ChatGPT

Published: (March 12, 2026 at 05:22 PM EDT)
2 min read
Source: Dev.to

Source: Dev.to

The repetitive copy‑paste loop

You know this loop:

  • Find something online you want to ask AI about
  • Select all → Copy
  • Open a new tab → ChatGPT
  • Paste → Ask question
  • Switch back

I did this hundreds of times before I finally built the fix.

Prompt Helix is a Chrome extension that puts an AI assistant directly on whatever page you’re reading. Click the extension, ask your question or pick a built‑in intent (Summary, ELI5, Fun Fact), and it sends the page content to your AI of choice and answers right there.

What makes it different

  • Works with OpenAI, Claude, Gemini, and Mistral
  • You bring your own API key — stays local in your browser
  • Free tier with no daily caps
  • Hallucination prevention and confidence scoring built in

The build

I built this solo—a Chrome extension plus a full SaaS backend, auth system, subscription management, and website (helixlabs.studio). It took a few months of evenings. It’s already getting organic installs from Chrome Store search before any promotion, which was a nice signal.

I’d love feedback from other devs—what would make you actually install this?

Umbrella company: helixlabs.studio
Chrome Web Store:

0 views
Back to Blog

Related posts

Read more »

Travigo

Travel as fast as you speak with Gemini! Where live agents meet immersive storytelling & 3D navigation. This project was created for entering the Gemini Live Ag...

Micro games

Hey Gamers! 👾 As part of the Rapid Games Prototyping module, we are tasked with reviewing a peer's game. The challenge is to analyse a prototype built in just...