A Chrome extension that adds an interactive generative UI to ChatGPT.
The extension splits ChatGPT interface into two parts:
- Left: Original ChatGPT interface
- Right: Dynamic, context-aware UI generated from the conversation
- Complete raw HTML + JS + CSS generation for each UI update
- Button clicks trigger complete UI regeneration
- Stage 1: Generate helpful UI with slow latency to prove there's value.
- Stage 2: Increase speed.
- Improve UI generation steps, especially the first one (planning what to show)
- React to chat change and new messages
- Stretchable and hideable side panel with mobile support
- Generate select boxes and other input elements
- Pregenerate button click UI states
- Use Tailwind colors everywhere in
iframeStyles.css
- Test Tailwind in iframe using Play CDN
- Download or
git clone
the project - Open Chrome and go to chrome://extensions
- Click "Load unpacked" and select chrome-extension directory in the project
- Open or start a conversation in ChatGPT and the extension activates automatically