Analysis updated 2026-05-18
Click an element on an AI-generated landing page and tweak its font size, color, or spacing visually
Export a visually edited page as an HTML file or a print-ready PDF, including a 16:9 slide format
Generate a structured prompt describing your visual edits to paste into Claude or ChatGPT so it updates the source code
Make small visual fixes to a page without opening browser developer tools or writing CSS
| ningsiii/clickdeck | karminski/codevinci | reloops-app/reloops | |
|---|---|---|---|
| Stars | 35 | 35 | 35 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Alpha release, not yet published to the Chrome Web Store.
ClickDeck is an open-source browser extension for Chrome and Edge that lets you visually edit an HTML page directly in the browser, without opening developer tools or touching code. You click on any element on the page, then adjust its font size, font weight, line spacing, text alignment, color, or the text content itself. When you are done, you can export the modified page as an HTML file or send it to the browser's PDF print flow in several paper formats including A4 and a 16:9 slide format. The tool is aimed specifically at people working with AI-generated web pages. AI coding tools can produce a reasonable first draft of a landing page, presentation, or document, but the final adjustments are often visual rather than structural: a heading that needs to be a bit larger, a color that reads as too cold, a paragraph with too little breathing room. ClickDeck sits between Chrome's built-in developer tools, which require knowing CSS, and a full design application, which is overkill for small tweaks. One feature worth noting is a "Copy AI Edit Prompt" button. After you make visual adjustments in the extension, this generates a structured text prompt describing the changes you made. You can paste that prompt into Claude or ChatGPT to have it update the underlying source code to match what you shaped visually. The extension runs entirely locally in the browser and does not send page content anywhere by default. Its diagnostics feature only copies recent local logs to your clipboard so you can choose whether to include them in a bug report. The README lists what it does not do: it does not generate content with AI, it does not write changes back to the original source files, and it is not a free-form drawing or design canvas. The project is in alpha and has not been submitted to the Chrome Web Store yet. It is released under the MIT license.
A browser extension for visually tweaking fonts, colors, and text on any webpage by clicking elements, no code or dev tools needed.
Mainly TypeScript. The stack also includes TypeScript, Chrome extension, Edge extension.
MIT license: use, copy, modify, and distribute freely, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.