Features Compare Pricing Contact Start free — BYOK
Home/Features
Product · In depth

Every feature.
No paywall.

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.

87+
ACSS-ready templates
4
AI providers, your choice
$0
During public beta
01 / Exclusive

ACSS-native output — speaks ACSS out of the box.

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.

  • BEM class names. hero-44__heading, feature-17-card-list, btn--primary. No renaming, no remapping.
  • ACSS CSS variables. var(--primary), var(--space-xl), var(--h1) — all spacing and color reference your global sheet.
  • Trained on real ACSS templates. Three production ACSS templates sit in the system prompt, so output follows ACSS conventions by structure, not luck.
  • Works without ACSS too. Standard Bricks v2 JSON — pastes into any Bricks site. ACSS-native is a bonus, not a requirement.
Other tools · generic
{
  "_typography": {
    "font-size": "48px",
    "color": { "hex": "#3b82f6" }
  },
  "_padding": { "top": "80px" }
}
Bricks Likeme · ACSS-native
{
  "_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.

02 / Exclusive

Batch Generate — the whole page, one click.

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.

  • One pass. List N sections, get N sections. No describe → wait → repeat loop.
  • Consistent voice. Same spacing, type scale, and tone across the whole page.
  • Native Bricks. Real editable elements — regenerate any single section later.
page-brief · 6 sections
Herodone
Logo clouddone
Features — 3-updone
Pricingdone
FAQdone
Final CTAdone
6 / 6 · 1 click
OpenAIGPT-4o · o-series
AnthropicClaude Opus · Sonnet
DeepSeekV3 · R1
OpenRouterany model, routed
03 / Core

Bring your own key. $0 forever.

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.

  • Four providers. OpenAI, Anthropic, DeepSeek, OpenRouter — switch any time.
  • Your cost. Provider pricing, passed through. No middleman margin.
  • Multi-key keyring. Stack keys, rotate, balance load across providers.
04 / Core

HTML / CSS / JS → native Bricks.

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.

  • Paste anything. A section, a full page, a component from a tutorial.
  • Editable result. Real Bricks nodes, not opaque code blobs.
  • Conversion is free. Included in the BYOK plan, not gated behind a tier.
paste → convert
<section class="hero"> <h1>Build faster</h1> <a class="btn">Start</a> </section>
→ Bricks tree
▾ section · container
▾ heading · h1
▾ button · .btn
bricks-likeme · desktop
Pages
home
pricing
contact
page preview
05 / Exclusive

A native desktop app — not just a plugin.

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.

  • Native Windows. Real window, Ctrl+Shift+B global shortcut, no browser tab to lose.
  • Power-user built-ins. Multi-key keyring, 50-entry history, monthly budget cap, auto-update via GitHub Releases.
  • Multi-site. Switch between client projects without re-logging-in.
  • Lifetime only. Ships with the $79 license, alongside the free plugin.
06 / Exclusive

87+ ACSS templates. Drop in, regenerate, own.

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.

  • ACSS-aligned. Spacing and utilities match your existing utility classes.
  • Regeneratable. Any template is a prompt away from something custom.
  • Growing. New sections added to the library over time.
hero
features
pricing
logos
stats
FAQ
CTA
footer
+79 more
Keyring
sk-…a91 · OpenAIACTIVE
sk-…c3d · AnthropicFALLBACK
sk-…7f2 · DeepSeekFALLBACK
07 / Exclusive

Keyring, day/night, token tracking.

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.

  • Multi-key rotation. Fail over to the next key automatically.
  • Day / Night UI. Full theme, not a tinted overlay.
  • Token ledger. Per-section and per-page cost, in real units.
Open source · GPL

No black box.
Read every line.

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.