Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frigade Engage examples

React examples for building with Frigade Engage, organized by flow type.

Website · Demo · Docs · GitHub

These are small, self-contained React apps that show how to build with Frigade Engage, each focused on a single real pattern so you can lift the piece you need into your own product. They run on just a public API key, with no backend to set up.

Checklists

Example What it shows
org-and-user-level-completion How a single onboarding checklist can mix per-user steps with steps that complete once for the whole organization, so someone joining an already-set-up workspace sees the shared steps already done and only finishes their own. It stays correct even as they switch organizations, and runs with just a public key.

More flow types, like tours, announcements, and surveys, are on the way.

Getting a key

The examples need a Frigade public key (api_public_...) from app.frigade.com/dev/developer. Copy each example's .env.example to .env.local (gitignored) and fill it in.

Related

  • Frigade Demo: a full, end-to-end demo of Frigade Engage and Frigade Assistant staged inside a fictional SaaS app. Source: FrigadeHQ/demo.

Frigade
Frigade helps you onboard and support users inside your own product. Frigade Engage builds in-product onboarding (checklists, product tours, and more) with the @frigade/react SDK. Frigade Assistant is an in-app AI assistant that answers your users' questions in context and guides them to their next step.

Website · Docs · Demo · GitHub