I made an image to Bricks and HTML/CSS to Bricks AI converter. At first I made it to make the “wireframing” part faster for me, but it can output an 80-90% done section now.
You can use it here for FREE with your own OpenRouter key:
It has hundreds of lines of prompt, but still FAR from perfect (especially the ACSS part).
You can choose between the newest models, some work better than others.. GPT 5.1 takes a lot of time to start, but I couldn’t figure out why.
I get the best results, (when working from Figma,) if I export and convert each section one by one.
All communication uses HTTPS (encrypted in transit)
API keys never appear in server logs
API keys never stored in database or files
API keys only exist in browser memory/localStorage
Server acts as a proxy only - no persistent storage
No user data is collected or stored
No analytics or tracking of API keys
All processing happens in real-time, no data persistence
It doesn’t even have a database connected, lol. Best practice is to make a new key, only for the converter, and set a credit limit to it, just to be sure.
There is a chat function too, to refine after conversion!
It saves me a lot of work, I hope it will help you too! If you have feedback please use the button on the site or drop a DM here!
It’s only taught to output the ACSS classes and variables, but ACSS is disabled by default. If you leave it turned off the output will have normal classes and CSS styling.
data: {“content”:“”,“status”:“starting”}
data: {“error”:“OpenRouter API error: 402 - {“error”:{“message”:“This request requires more credits, or fewer max_tokens. You requested up to 32768 tokens, but can only afford 2857. To increase, visit and upgrade to a paid account”,“code”:402,“metadata”:{“provider_name”:null}},“user_id”:“user_35QREy4qPTxVhMB9WO4dXsgZECv”}”}