Help Center

Glossary

Plain-English definitions of the terms used across Seedly Sites - tenants, sections, publish vs deploy, static sites, and more.

Plain-English definitions of the words used across this documentation, alphabetized.

TermMeaning
AgencyThe white-label parent a group of sites can belong to: its logo, color, and site allowance. Also just: you, the business running the platform
BlockA ready-made content piece you place in a column, like the NAP card or the HTML embed. See the Element Reference
Brand DNAA site's captured brand: colors, fonts, styles, and reusable component classes, so every page you build stays on-brand. See Brand DNA
BuildTurning content into the finished static files a site serves. Clicking Deploy runs a build
Builder (visual builder)The drag-and-arrange editor where you lay out pages from sections, rows, columns, and elements
CMSContent Management System - your admin, logins, the portal, and the API. Runs as the cms service on Railway
Custom domainThe real domain a client site is served on (their own name, not a platform URL)
DeployPublishing a site's built files to the live internet. Deploys are deliberate: you click Deploy; publishing content alone never deploys anything
DNSThe internet's phonebook, mapping domain names to servers. Set at your domain registrar
ElementThe smallest building unit on a page: a heading, a paragraph, an image, a button
Environment variableA named setting or secret the platform reads at runtime. See env-vars
Media libraryA site's uploaded images and files, stored durably in R2 and scoped per site
Migration (database)A change to the shape of the database, run once when updating versions. See Updating
Migration / port (site)Reproducing an existing live website inside the builder so a client can move onto your platform. See Port a Site
OperatorYou: the login that manages every client site on the platform
Pages (Cloudflare Pages)Cloudflare's static hosting. Each client site is one Pages project
ParityHow closely a ported page matches its source, measured by the migration pipeline's checks
PixlThe Seedly Sites hedgehog, and the guided setup companion you run with npx pnpm run setup
PublishMarking content live in the CMS. A published page is ready for the next deploy, but publishing by itself changes nothing on the live site
R2Cloudflare's file storage; holds the images clients upload
RailwayThe service that runs the platform: the cms service, Postgres, and the studio
Row / ColumnThe layout grid inside a section: rows hold columns, columns hold elements. See Rows & Columns
Saved block / presetA section you saved for reuse, or one of the built-in section presets. See Presets & Saved Blocks
SectionA full-width horizontal band of a page, and the top of the layout hierarchy. Pages are stacks of sections
Static siteA site served as pre-built HTML, CSS, and images, with no server code at request time. Fast by construction, and portable
Studio (pagebuilder)The service that serves the visual builder and page preview; the CMS proxies to it in production
superAdminThe operator-level permission that sees and manages everything on the platform. See Users & Roles
TenantOne client's website inside your platform: its pages, blog, media, settings, and domain. You can host many
The doctorThe readiness check, npx pnpm run setup:check. Reports READY or NOT READY and names any gaps
Tracking scriptA third-party snippet (like GA4) added to a site under its Tracking tab
Was this page helpful?