I Built a Fully Local Prompt Enhancer Chrome Extension with Gemini Nano
dev.to·23h·
Discuss: DEV
💬Prompt Engineering
Preview
Report Post

Over the last few weeks, I’ve been building a Chrome extension called Prompt Enhancer that turns rough ideas into clear, structured prompts for ChatGPT in a single click. It runs fully on‑device using Chrome’s built‑in Gemini Nano via the Prompt API, so nothing ever leaves your browser.

In this post, you’ll see:

  • Why Prompt Enhancer exists (and the workflow problem it solves)
  • How it works end‑to‑end from the user’s perspective
  • The technical architecture: Manifest V3, content scripts, and the Prompt API
  • What’s shipped today and what’s coming next (v2 ideas and roadmap)

The Problem: We Underspecify Prompts

Most people use ChatGPT (or any LLM) like a search bar: dump a half‑formed thought, hit Enter, and hope for magic. The result is usually OK, but not gre…

Similar Posts

Loading similar posts...