Skip to content

Glossary

Technical terms — short and honest.

Small entries for the words that show up in discovery. Not an encyclopaedia — just what you need to make better choices.

  • RLS

    RLS — Row Level Security

    A database policy that ensures each query only sees the rows it is allowed to — typically scoped to an organisation or user.

  • Headless CMS

    Headless CMS

    A CMS that delivers content via API — without owning how the frontend looks. You own presentation; the CMS owns editorial and structure.

  • Core Web Vitals

    Core Web Vitals

    Google’s core page-experience metrics: how fast primary content appears, how responsive the page feels, and how stable the layout is.

  • Multi-tenant

    Multi-tenant

    One application serving many customers (tenants), where data and permissions are isolated per organisation — not one database per customer from day one.