Glossary
C
Content Type
The nature of pages created via the CMS.
A Landing Page, a Product Listing Page (PLP), and a Product Detail Page (PDP) are a few examples of different Content Types.
D
Design tokens
Design elements that define the behavior and appearance of components in a store.
There are two types: global tokens, which control system-wide interactions, and local tokens, which customize individual components.
By configuring both types, consistent visual styles can be maintained while allowing for customization at different levels.
F
FastStore Onboarding
The app that simplifies the initial setup of your FastStore project.
With this app, you can easily configure essential store settings such as Catalog, CMS integration, and SEO tags.
FastStore CLI
The Command Line Interface (CLI) for initializing, building and developing FastStore projects.
N
Next.js
A Static Site Generator created by Vercel for developing React-based web applications server-side rendering and generating static websites.
O
Override
A method to modify a component's props or replace a native component with a customized version to achieve the desired behavior or functionality.
S
Sections
React components that wrap up other components, facilitating the creation of cohesive and functional content for your storefront. For example, the Hero section. In the context of the CMS, sections are predefined and customizable content structures. They act as building blocks that can be populated with content, such as text, images, and media, allowing users to publish content more user-friendly and standardized. Integrating sections with a CMS streamlines the content creation process and ensures a consistent look and feel across different pages or sections of the storefront.
Static Site Generator (SSG)
A tool that interprets and transforms raw data and templates into a directory with plain HTML pages and static assets.
In other words, an SSG automates the task of coding individual HTML pages and prepares those pages in advance for serving users.
T
Theming
The process of customizing the apperance of a store by using CSS stylesheets known as themes.
Themes
Collections of configurable design tokens that define the look and feel of the store's UI
V
(VTEX) CMS
The CMS is a VTEX content management system for defining, storing, and delivering storefront content.
The system follows a decoupled architecture that separates content authoring from content consumption. This separation allows content management workflows and content delivery workloads to evolve and scale independently.
(VTEX) Headless CMS (legacy)
Headless CMS (legacy) is the legacy content management system for FastStore storefronts. It is a no-code system for creating, editing, and publishing web pages that delivers content through an intermediary data layer decoupled from the frontend.
Headless CMS is a legacy solution. New FastStore storefronts must use the VTEX CMS instead. If you're setting up a new project, initiate it with the CMS from the start.