Merging Guest and User Sessions
Nov 7, 2023
A common pattern in onboarding is letting a user complete a Flow before they register an account. Without help, this requires a custom datastore, cookie or local-storage juggling, and hundreds of lines of code to map guest data to the real user.
Engage now lets you map all data and state from an unauthenticated user to their registered account with one line of code. Use `linkExistingGuestSessionToUser` in the Flows hook. Available in `@frigade/react` 1.38.8 and above.
- May 29, 2023
HTML and Markup in Flows
When building a Flow, it's often useful to emphasize words, add external links, or embed an image. Engage Flows now support markup and HTML in text content.
- Jul 13, 2026
Introducing Generative UI: answers your users can act on, not just read
Ask the Frigade Assistant a question and the answer no longer comes back as a wall of text. Unlike most chatbots, Frigade now chooses and builds the UI that best fits each answer, in the moment: a table you can scan, records you can click straight through to, choices you tap instead of type, a confirmation before it acts.
- Jul 8, 2026
Introducing Skills: actions the assistant finds, with no code
The Frigade Assistant has always been able to take actions in your product. You wired them up by hand as tool calls, with code. Skills are the no-code version: Frigade discovers those actions on its own while it learns your product, then you switch on the ones you want for your users with no code.