Overview
How Frigade works

Hero Image

At a high level, Frigade combines two core concepts to work magic on your behalf: Flows and Components

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 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 our Flow Editor. We handle authoring, hosting, versioning, and validation for your Flow content so you can iterate without waiting for code to deploy.

A Component is the container that a Flow renders into. You have as much control over each Component as you need — you can pair one of our production-ready Components with a matching bootstrapped Flow, or you can use our library of Hooks to wire a completely custom flow into your own internal components and code.

If you’re using our pre-built Component library, you don’t have to dig too deep into the Component side of things. Just make a flow, drop the matching component into your codebase wherever you want it, then continue on about your business.

If you already have access to Frigade, jump into our Quickstart Guide below to build your first flow, or reach out if you need an API key or have any questions.