Bricks Likeme is the only ACSS-native AI for Bricks Builder — every generated section uses ACSS BEM classes and CSS variables out of the box. Batch generate turns a plain list into a finished page in one pass. The rest of the toolkit is what makes the pages you ship match your design system — and yours to own.
If your Bricks site runs Automatic.css (ACSS), every Bricks Likeme section drops in clean. The AI emits ACSS BEM class names (hero-44__heading, cta-combo, btn--primary) and ACSS CSS variables (var(--primary), var(--space-m)) because the system prompt includes three real ACSS templates as few-shot examples. Change --primary once in your ACSS dashboard and every generated section updates. Other Bricks AI tools output generic JSON with hardcoded values you map to tokens by hand.
hero-44__heading, feature-17-card-list, btn--primary. No renaming, no remapping.var(--primary), var(--space-xl), var(--h1) — all spacing and color reference your global sheet.{ "_typography": { "font-size": "48px", "color": { "hex": "#3b82f6" } }, "_padding": { "top": "80px" } }
{ "_typography": { "font-size": "calc(var(--h1) * 1.4)", "color": { "raw": "var(--primary)" } }, "_padding": { "top": "var(--space-xl)" }, "_cssGlobalClasses": ["hero-44__heading"] }
Same section. One drops into an ACSS site clean — change --primary once and it updates. The other hard-codes #3b82f6 and 48px, so you map every value to a token by hand before it matches your design system.
Write the page as an outline — hero, features, pricing, testimonials, FAQ — then click Generate all. Every section is built at once, as native Bricks elements, sharing one design system so the page reads as one piece instead of eight disconnected blocks.
Paste an API key from any of four providers and pay them directly for what you use. A 10-section batch costs about $0.05 on GPT-4o, $0.005 on DeepSeek — roughly $0.005–$0.05 per page depending on model. We never resell compute, so there's no monthly fee and no per-generation markup. The moat isn't a discount — it's that there's nothing to discount.
Paste markup from anywhere — a CodePen, a scraped section, an old static build — and get clean Bricks elements back. Not a flat HTML block dumped into a code element, but real containers, divs, headings, and buttons you can restyle and restructure in the builder.
The WordPress plugin is the core. The Windows desktop app is the workshop: build and stage pages outside the browser, manage multiple sites from one window, and keep a local library of briefs and templates ready to regenerate.
Ctrl+Shift+B global shortcut, no browser tab to lose.A library of sections and patterns built on Automatic.css conventions — heroes, feature grids, pricing tables, testimonial rows, FAQ accordions. Use one as-is, or treat it as the seed for a regenerate. They're starting points, not locked art.
Stack multiple keys and let the keyring rotate across providers, so a rate limit on one never halts a long batch. Work in light or dark. Watch token usage per generation so you always know what a page cost to build — in your provider's real price.
Bricks Likeme ships under the GPL. No encrypted loaders, no phone-home licensing, no hidden telemetry. You can read the source, audit what it does with your key, and fork it. The trust you extend to a builder that touches your sites is trust we earn by being readable.