Flows

A Flow describes a set of one or more steps for your user to accomplish a specific goal. This can be as complex as completing a multi-page onboarding form or as simple as viewing and dismissing a single dynamic status message.

Flows are YAML documents that are created and managed through your admin dashboard. Frigade handles authoring, hosting, versioning, and validation for your Flow content so you can iterate without code deploys and collaborate with non-technical teammates.

Components

A Component is the container that a Flow renders into. Frigade has pre-built components for checklists, tours, announcements, and more. You have as much control over each Component as you need — you can skin them to match your product using a theme, apply custom CSS to them, or even write your own custom components on top of our JS SDK.