Need feedback for my “Figma + DevTools + AI” chrome extension
Built a Chrome extension because I got tired of how annoying website editing workflows are 😭
It’s called Tweaklify.
The idea is simple: click any element on a website and edit it visually instead of constantly fighting with DevTools and CSS. You can tweak spacing, typography, colors, shadows and layouts through proper UI controls, double click text to edit it instantly, use a live HTML editor, generate or edit sections with AI, convert sections into React, Vue, Angular or Shopify Liquid, preview everything live on the page, and then copy/export the generated code directly into your project.
The AI part is honestly my favorite. You can type things like “make this hero section more modern”, “add a pricing section”, or “convert this to React” and it updates directly on the page. You can add your own API key, I don't store any data or do anything with my server so I only make request to openAI endpoint for AI.
Basically trying to make website editing feel more like Figma + DevTools combined.
Would genuinely love feedback, what would make a tool like this useful for you?