Flowroles Glossary
Every term you'll encounter on Flowroles — from Webflow platform concepts and job roles to work arrangements and career features.
51 terms across 4 categories
A
Agency
WorkA company that offers Webflow design and development services to clients. Agencies range from small boutiques to large studios and are listed in the Flowroles Agencies directory. Many agencies post jobs on Flowroles when hiring contractors or full-time staff.
Availability
WorkA status shown on Talent Directory profiles indicating whether a professional is open to new work. Professionals can update their availability from their Flowroles dashboard at any time.
B
Breakpoints
WebflowScreen width thresholds at which a website's layout adapts to different devices. Webflow's built-in breakpoints cover Desktop, Tablet, Mobile Landscape, and Mobile Portrait. Understanding breakpoints is a core skill for any Webflow Developer or Designer.
C
Client-First
WebflowA widely adopted Webflow CSS naming convention and project structure created by Finsweet. It defines a systematic approach to class naming, global styles, and utility classes, making projects easier to hand off and maintain. Many Webflow jobs list Client-First as a required or preferred skill.
CMS (Content Management System)
WebflowWebflow's built-in system for managing structured, dynamic content. The CMS lets you define custom content types called Collections — such as blog posts, team members, or job listings — with typed fields. Content is then displayed dynamically using Collection Lists and Collection Pages.
Collection
WebflowA structured content type within Webflow CMS, similar to a database table. Each Collection has defined fields (text, images, references, switches, etc.) and stores multiple items. Common examples include Blog Posts, Case Studies, and Team Members.
Collection Page
WebflowA page automatically generated by Webflow for each item in a CMS Collection. The URL follows the pattern `/collection-slug/item-slug`. Content on the page is bound dynamically to the fields of each item.
Component
WebflowA reusable, self-contained UI element in Webflow. Components are designed once and can be placed across multiple pages. Editing a component updates every instance simultaneously — making them essential for maintaining consistency at scale.
Contract
WorkA work arrangement where a professional is engaged for a fixed term or specific project, rather than as a permanent employee. Contract roles on Flowroles are common for agency projects, product launches, and short-term builds.
CSS (Cascading Style Sheets)
TechThe language used to style HTML elements on the web — controlling layout, colours, typography, and spacing. Webflow generates clean CSS automatically from its Designer. Strong CSS knowledge is expected for senior Webflow Developer roles.
Curated
WorkEvery job listing on Flowroles is manually reviewed before going live. Curation ensures that only legitimate, Webflow-specific roles from real companies and agencies reach candidates — keeping the board free of spam and irrelevant listings.
Custom Code
WebflowHTML, CSS, or JavaScript added to a Webflow project via the Custom Code panel (site-wide or per-page) or through Embed elements. Custom code is used to extend Webflow beyond its native capabilities and is a common requirement in senior developer job descriptions.
D
Designer
WebflowWebflow's visual canvas-based editor where developers and designers build and style websites. The Designer provides full control over layout, typography, and interactions without writing code. Proficiency in the Designer is the baseline requirement for all Webflow roles.
E
Early Access
WorkA benefit exclusive to Flowroles Pro members. Early Access gives professionals 24 hours to view and apply for new job listings before they become visible to free users — giving Pro members a meaningful head start on competitive roles.
Editor
WebflowWebflow's client-facing CMS interface that allows non-technical users to edit content directly on a published site. Webflow Developers often set up the Editor experience as part of a project handoff to clients.
F
Featured Listing
WorkA paid upgrade available to employers when posting a job on Flowroles. Featured jobs are pinned to the top of the board — receiving significantly more views and applications. Featured listings are available in 7-day and 14-day durations.
Figma
TechA cloud-based UI and UX design tool widely used by Webflow designers. Most Webflow projects begin as Figma designs before being built in Webflow. Figma-to-Webflow translation is one of the most common skills listed in Webflow Designer and Developer job descriptions.
Finsweet
WebflowA leading Webflow agency known for creating widely used free tools for the Webflow community — including Client-First, Finsweet Attributes (no-code extensions for CMS filtering, tabs, sliders, and more), and the Webflow CMS Library.
Flexbox
TechA CSS layout model that arranges elements in a row or column with flexible sizing and alignment. Webflow exposes Flexbox controls natively in its layout panel. It is the most commonly used layout method in Webflow and a foundational skill for all developer and designer roles.
Freelancer
WorkA self-employed professional who works independently on a project or contract basis. Freelance Webflow professionals typically manage their own clients, rates, and schedules. Flowroles lists freelance opportunities alongside full-time and contract roles.
Full-time
WorkA permanent employment arrangement with set hours, a regular salary, and typically benefits such as paid leave. Full-time Webflow roles are common at agencies, SaaS companies, and in-house design teams listed on Flowroles.
G
GSAP (GreenSock Animation Platform)
TechA professional-grade JavaScript animation library frequently used alongside Webflow to create complex, high-performance animations. GSAP is commonly listed as a desired skill in senior Webflow Developer job descriptions.
Grid (CSS Grid)
TechA two-dimensional CSS layout system for arranging content in rows and columns simultaneously. Webflow provides a visual CSS Grid editor within the Designer — an important layout skill for complex page structures.
H
HTML (HyperText Markup Language)
TechThe standard language for structuring web content. Webflow generates semantic HTML automatically from the Designer. Understanding HTML structure helps Webflow professionals debug layouts, write custom code, and produce accessible, SEO-friendly output.
Hosting
WebflowWebflow's built-in managed hosting, powered by AWS and Fastly's global CDN. All published Webflow sites include hosting, SSL, and automatic scaling. Webflow hosting is included in site plans and is a selling point when pitching Webflow to clients.
Hybrid
WorkA work arrangement where a professional splits time between working remotely and attending a physical office. Hybrid roles on Flowroles typically specify the expected number of in-office days per week.
I
Interactions
WebflowWebflow's built-in animation and motion system. Interactions allow you to create scroll-triggered animations, hover effects, element transitions, and multi-step timelines without writing JavaScript. Proficiency in Interactions is a common requirement in Webflow Developer and Designer roles.
J
JavaScript
TechA programming language used to add interactivity and logic to websites. In Webflow, custom JavaScript is added via the Custom Code panel or Embed elements. JavaScript skills — particularly with libraries like GSAP — are frequently requested in senior Webflow Developer roles.
N
No-code
WebflowA development approach that enables websites and applications to be built visually without writing traditional code. Webflow is the leading professional no-code platform, and many roles on Flowroles are positioned as no-code or low-code opportunities.
O
On-site
WorkA work arrangement requiring the professional to work from a specific physical location. On-site Webflow roles are less common than remote positions but appear on Flowroles for agencies and companies with a strong in-person culture.
P
Part-time
WorkA work arrangement where the professional works fewer hours than a standard full-time schedule — typically under 30 hours per week. Part-time Webflow roles on Flowroles often cover ongoing maintenance, content updates, or supplementary design work.
Pro Membership
WorkFlowroles' paid tier for job seekers. Pro members get 24-hour Early Access to new listings, email job alerts, a featured profile in the Talent Directory with a Pro badge, and direct contact sharing with companies.
Project Manager (Webflow)
RoleA role focused on coordinating Webflow projects from brief to launch. Webflow Project Managers typically liaise between clients and development teams, manage timelines, and handle QA sign-off. This is one of the four core role types listed on Flowroles.
Q
QA Specialist (Webflow)
RoleA professional responsible for testing and quality assurance on Webflow projects. QA Specialists check for cross-browser compatibility, responsive behaviour, broken interactions, CMS edge cases, and accessibility. This is one of the four core role types listed on Flowroles.
R
Remote
WorkA work arrangement where the professional works from any location — typically from home. Remote is the most common work type on Flowroles, reflecting the nature of Webflow work and the global distribution of Webflow talent.
Responsive Design
WebflowAn approach to building websites that ensures layouts adapt fluidly to different screen sizes and devices. In Webflow, responsive design is achieved through the breakpoint system, flexible layout settings, and responsive typography. It is a baseline expectation for all Webflow roles.
S
SEO (Search Engine Optimisation)
TechThe practice of improving a website's visibility in search engine results. Webflow provides built-in SEO settings for page titles, meta descriptions, Open Graph tags, canonical URLs, sitemaps, and structured data. SEO knowledge is increasingly listed as a requirement in Webflow Developer roles.
Slug
WebflowThe URL-friendly identifier for a page or CMS item. For example, a blog post titled 'How to Build in Webflow' may have the slug `how-to-build-in-webflow`. Slugs must be unique within a Collection and are auto-generated from the item name but can be customised.
Staging Domain
WebflowA free subdomain provided by Webflow (e.g., `yoursite.webflow.io`) for previewing a site before connecting a custom domain. Staging domains are used throughout development and are visible to clients for review before going live.
T
Talent Directory
WorkFlowroles' searchable database of verified Webflow professionals. Employers can browse and contact developers, designers, QA specialists, and project managers directly. Pro members receive a featured placement in the directory with a Pro badge and direct contact sharing.
Template
WebflowA pre-built Webflow project that serves as a starting point for a new site. Templates are available on the Webflow Marketplace for free or purchase. Using and customising templates is a common freelance and agency workflow.
U
UI Design
RoleUser Interface design — the visual and interactive layer of a website. UI designers working in Webflow are responsible for layout, typography, colour, spacing, and component design. UI Design is closely tied to Webflow Designer roles.
UX Design
RoleUser Experience design — the overall experience a person has when interacting with a website or product. UX encompasses information architecture, user flows, wireframes, and usability testing. UX skills are commonly listed alongside Webflow Designer roles.
V
Variables
WebflowReusable design tokens in Webflow that store values like colours, font sizes, or spacing. Variables can be applied across the entire project and updated globally from one place — similar to CSS custom properties. Familiarity with Variables is expected in modern Webflow projects.
Verified
WorkA status applied to employers and agencies on Flowroles that have been reviewed and confirmed as legitimate. Verified companies are vetted to ensure job listings are genuine — protecting candidates from fraudulent postings.
W
Webflow
WebflowA visual web design and development platform that enables designers and developers to build professional websites without hand-writing code. Webflow generates clean HTML, CSS, and JavaScript and includes built-in hosting, CMS, and e-commerce. Flowroles is 100% focused on Webflow-specific roles.
Webflow Designer (role)
RoleA professional who specialises in creating visual designs and layouts within Webflow. Webflow Designers typically work from Figma designs, translate them into the Webflow Designer, and are responsible for typography, spacing, components, and responsive behaviour. One of the four core roles on Flowroles.
Webflow Developer (role)
RoleA professional who builds and extends Webflow projects — often handling CMS architecture, custom code, Interactions, third-party integrations, and performance optimisation. Webflow Developers may also do design work, but their primary focus is technical implementation. The most common role type on Flowroles.
Webflow Expert
WebflowA vetted Webflow professional or agency listed on the official Webflow Experts marketplace. Experts are certified by Webflow and are available for hire directly through the marketplace. Many Flowroles candidates and agencies are also Webflow Experts.
Webflow University
WebflowWebflow's official free learning platform with video courses and tutorials covering all aspects of Webflow — from beginner foundations to advanced CMS, e-commerce, and interactions. Completion of Webflow University courses is often recommended or required in entry-level job postings.
Workspace
WebflowA shared environment in Webflow where teams collaborate across multiple projects. Workspaces support role-based access, billing management, and team collaboration. Agency workspaces are common among Flowroles employers who manage multiple client projects.