Skip to content
Webnailed

Glossary

Plain-language terms for beginner builders

Accessibility

Making a site usable by more people, including keyboard and screen-reader users.

See related module

Alt text

A short text description of an image for screen readers and crawlers.

See related module

Backend

The server and data layer behind a site when it stores accounts, forms, uploads, or payments.

See related module

Brief

The compact plan that tells AI who the site is for, what it offers, and what action it should drive.

See related module

CLS

Cumulative Layout Shift: how much the page jumps around while loading.

See related module

CTA

Call to action: the main button or link asking the visitor to do one thing.

See related module

Crawlable

Readable by search engines and AI assistants because content is public and not blocked.

See related module

LCP

Largest Contentful Paint: how fast the main visible content appears. Aim under 2.5 seconds.

See related module

No-code

A tool path where you build visually or with prompts instead of editing code by hand.

See related module

RLS

Row Level Security: Supabase rules that keep users from seeing data that is not theirs.

See related module

Tailwind

A styling system that helps teams build consistent interfaces with utility classes.

See related module

TypeScript

JavaScript with guardrails that catch many mistakes before the site ships.

See related module

Vercel

A hosting platform for modern web apps with preview deployments and production hosting.

See related module