v2.0 • Autonomous Multi-Agent Chrome Extension

Prompt Like a God.
Powered by 3-Tier AI Agents.

Transform casual inputs into breathtaking, production-grade prompts in real-time. Built for WhatsApp Web, ChatGPT, Midjourney, Claude, and any generative AI app.

Try Interactive Simulator Get Extension on GitHub
Global Hotkey: Ctrl + Shift + P (Mac: Cmd + Shift + P)
PromptGod Live Interactive Playground
SSE STREAM READY
Original Draft Prompt Editable
⚡ Enhanced Output Stream Ready
The Technology

Autonomous 3-Tier Agentic Architecture

PromptGod does not use static templates. Three coordinated AI agents analyze, architect, and stream prompts in real-time.

01
🌐

Agent 1: Site Feature Discovery

Scans the host web page DOM to discover all generative AI functions (e.g. Midjourney style prompts, Code assistants, Video generators) and saves a site map.

  • Automatic Domain Feature Profiling
  • Firestore REST Global Map Caching
  • Zero Latency on subsequent visits
02
🧠

Agent 2: Meta-Prompt Architect

Synthesizes a master system instruction explicitly tailored to the active platform and selected generative mode, locking in negative constraints and stylistic taxonomy.

  • Domain-specific prompt engineering rules
  • Strict Anti-Reasoning / Zero-CoT output
  • Cached per site + function pair
03

Agent 3: Real-Time SSE Enhancer

Executes the final enhancement using Server-Sent Events (SSE), streaming words token-by-token directly into the UI with one-click direct React DOM injection.

  • Sub-100ms first token latency
  • Live review, Copy & Regenerate
  • Native React & Lexical insertion
Built for Scale

Engineered to be Indestructible

Designed to work seamlessly on heavy modern web applications without breakage.

Bulletproof Architecture

Direct React & Lexical Insertion

Most extensions fail on apps like WhatsApp Web, ChatGPT, or Discord because setting element.textContent destroys the editor's virtual DOM. PromptGod uses native InputEvent dispatching combined with document.execCommand('insertText') to preserve undo trees and reactive state.

✓ Zero DOM breakage • Preserves Undo/Redo • 100% React, Vue & Lexical compatible
Security & Isolation

Isolated Shadow DOM

PromptGod renders its glassmorphic modal inside a completely isolated Shadow Root. Zero CSS leakage into or out of the host page.

#promptgod-shadow-host { all: initial; }
Dual-Tier Caching

Firestore + Local Storage

Global crowd-sourced site maps and meta-prompts stored in Google Firestore REST API with client-side Chrome storage caching.

Multi-Provider Freedom

Use Your Favorite Models & Free Tiers

Connect Google AI Studio, OpenRouter, or Groq with one API key. Supports ultra-fast free tiers and custom models.

gemma-4-31b-it gemini-2.5-flash-lite gemini-3.5-flash-lite llama-3.3-70b-versatile openai/gpt-oss-120b groq/compound nvidia/nemotron-3-super-120b:free Custom Models...

Ready to Prompt Like a God?

Get the Chrome Extension directly from GitHub and install it in less than 60 seconds.

$ git clone https://github.com/muzahirabbas/PromptGod.git
View on GitHub & Install