Glossary

The vocabulary you'll see across Likeable, defined.

Building blocks

  • Brick — a typed, reusable component. Everything on the canvas is a brick. See Bricks overview.
  • Cookbook — your own reusable brick, saved from a container you built. See Cookbooks.
  • Template / recipe — a ready-made starting point (a site, a page, a dashboard). See Templates.
  • Wireframe — a labelled placeholder you complete with AI. See Wireframe-first design.

Data

  • Connection — a registered data source: an API/CMS, or a SQL database. See Connecting data.
  • Dataset — data fetched into a keyed store element that bricks bind to. See Datasets & filters.
  • bindKey — the store key a brick reads its live value from.
  • bindField — the record field a brick reads inside a Repeater.
  • Mortar — small, pure TS logic that reshapes data (transform) or derives a value (bindCompute). See Mortar.
  • Operation / backend brick — a named, parameterized query/mutation the exported app serves. See Backend bricks.

Styling

  • Token — a design variable (color, radius, type) that cascades. See Theming.
  • Scope token — a style decision set on a container that all descendants inherit (radius, accent, font, density). See Scoped styling.

Sites & shipping

  • Site / Page / MegaNav / Footer — the multi-page website bricks. See Building a website.
  • Deploy — publishing your project to a host. See Deploying.
  • Export — downloading your project as a deployable repository. See Exporting your code.
  • Live runtime — the channel that lets deployed sites receive live updates.

Accounts

  • Workspace (organization) — the container for projects, data, members, and billing. See Organizations & members.

Next steps