Examples library
New feature card
Announce new features or updates with a card that shows up in your app’s sidebar.
New feature card example application – Flows
This example showcases announcement card powered by @flows/react. The card is displayed in the sidebar of your app and can be used to announce new features, product launches, or marketing efforts.
The card is interactive and can be clicked to view more details of visit the feature. Once clicked, the card will redirect the user to the destination URL and mark the card as read.
Features
If users matches your criteria, they will enter the workflow and see the card in the sidebar. The card will be displayed until the user clicks on it or the workflow is turned off.
You can customize the text, description, and url of the card in the workflow settings. The illustration is fixed, but could be replaced with a custom image.
Below is a screenshot of how the workflow is set up in Flows:

Getting started
- Sign up for Flows if you haven’t already. You can create a free account here.
- Clone the repository from GitHub and install the required dependencies in the project directory.
- Add your organization ID in the providers.tsx file.
- Create a new block template in your organization with the following configuration:
- UI component: NewFeatureCard
- Slottable: true
- Custom properties:
- Title
- Description
- Href
- Exit nodes:
- continue
- Recreate the workflow in your organization and publish it.
- Run the development server with pnpm dev.
Learn more
To learn more about Flows take a look at the following resources: