Glossary
Plain-language terms for beginner builders
Accessibility
Making a site usable by more people, including keyboard and screen-reader users.
See related moduleBackend
The server and data layer behind a site when it stores accounts, forms, uploads, or payments.
See related moduleBrief
The compact plan that tells AI who the site is for, what it offers, and what action it should drive.
See related moduleCrawlable
Readable by search engines and AI assistants because content is public and not blocked.
See related moduleLCP
Largest Contentful Paint: how fast the main visible content appears. Aim under 2.5 seconds.
See related moduleNo-code
A tool path where you build visually or with prompts instead of editing code by hand.
See related moduleRLS
Row Level Security: Supabase rules that keep users from seeing data that is not theirs.
See related moduleTailwind
A styling system that helps teams build consistent interfaces with utility classes.
See related moduleTypeScript
JavaScript with guardrails that catch many mistakes before the site ships.
See related moduleVercel
A hosting platform for modern web apps with preview deployments and production hosting.
See related module