A new live demo at demo.frigade.com
Jun 17, 2026
demo.frigade.com is fully rebuilt. It's now a real product surface you can poke around in, with the Frigade Engage component library wired throughout.
The demo is the fastest way to see what Engage components feel like in context: announcements, tours, checklists, banners, NPS, forms, all wired into a working dashboard so you can click through them the way your users would.
We've also included a video showing the Frigade Assistant generating on-demand product tours and in-app guidance. It gives you a quick look at how AI-generated product tours actually work.
The whole demo is open source. Source code at github.com/FrigadeHQ/demo-v2. Clone the repo and use it as a starting point for an internal demo of where Frigade fits in your product.
A lot of the demo was built using our Claude Code skill for Engage. If you want to add a tour, checklist, banner, or survey into your own product without touching the dashboard, the skill takes you from idea to a merged PR in one prompt.
Try it now: demo.frigade.com.
- Oct 11, 2023
Updated Flow Analytics
After hearing feedback that customers wanted better performance insights directly in the dashboard, we gave Flow analytics a big update:
- Sep 12, 2023
Targeting Acquired
Targeting is how you control the state and visibility of Flows (and Steps) based on data about the current user. Previously, targeting was code-only: fine for simple queries, awkward for complex ones.
- Aug 31, 2023
Async Validation Handlers in Forms
Engage Forms now support asynchronous validation between steps using the `validationHandler` prop on `<FrigadeForm />`. Block the user from advancing until an async call (database, API, etc.) completes.