gm legends, happy Wednesday.
Hereās todayās lineup: a Chrome extension that lets you tweak any siteās look and grab the CSS in one click; a chatāfirst trading server that turns plain English into live orders; a visual AI canvas where your app doodles become working code; and Gabeās lowādown on building a Raycast extension to hunt PC Cyberpunk deals.
Buckle up your browser, key in your hotkey, and letās own today.
P.S. Launching soon? Weād love to hear about it ā editorial@producthunt.co š«¶

Magic Canvas lets you lay out screens, drag in buttons and text boxes, then watch it write the code for you. Everything lives in one workspace so your prototype is up and running before you can say export.
š„ Our Take: Iāve doodled app ideas only to lose momentum chasing handoffs and exports. This keeps your creativity in one place and turns rough sketches into something you can click through in seconds.

Composer MCP Server hooks Claude AI into your brokerage so you can DM commands like ābuy 10 AAPLā or ārun breakout bot.ā It backtests your strategy and places live orders for stocks, ETFs or crypto. No extra servers or ops.
š„ Our take: When I typed ābuy 1 APPLā and saw the fill pop up seconds later I was genuinely stunned. Trading usually feels like a chore, but not this. Itās the first time Iāve actually looked forward to placing an order. Still weird trusting AI with my stocks.

TurboStyle is a Chrome extension that lets you click on any page element to tweak spacing, colors, fonts and images right in your browser and then export clean CSS with a single click.
š„ Our Take: I spent five minutes turning my news feed neon green and watched the CSS panel fill up without touching a line of code. Itās a playground for design whims and zero dev handoffs.

Gabe Perez realized there was no quick way to hunt PC Cyberpunk deals in Raycast, so he just built one. Hereās the lowādown:
⢠He kicked off with raycast init
⢠Wired the IsThereAnyDeal API into a <List>
component
⢠Used raycast dev
for instant simulator feedback
⢠Leveraged Cursor and Warp to speed up edits
⢠Fixed a Cursorācaused Git mishap
⢠Published with raycast publish
Wanna build your own extension?Ā