Skip to content
/ demo Public

Frigade makes it easy to build better customer journeys in your product through beautiful pre-built UI components, a flexible API and SDK, and an easy-to-use web dashboard. It is purpose-built for modern software teams that care about design, flexibility, and customization.

License

Notifications You must be signed in to change notification settings

FrigadeHQ/demo

Repository files navigation

Frigade Demo

Website · Demo · Docs

Frigade iamge

Frigade is the modern product adoption platform. Frigade makes it easy to build better customer journeys in your product through beautiful pre-built UI components, a flexible API and SDK, and an easy-to-use web dashboard. It is purpose-built for modern software teams that care about design, flexibility, and customization.

This repo contains the source code for demo.frigade.com.

Getting Started

First, copy the sample environment file:

cp .env.example .env.local

Then, install the dependencies:

pnpm install

Next, run the development server:

pnpm dev

Now, open http://localhost:3000 with your browser to see the demo.

Using your own API key and Flows

If you wish to use your own API key, you can replace the NEXT_PUBLIC_FRIGADE_API_KEY in the .env.local file with your own API key. You will also need to update the Flow IDs found in src/lib/flow-details.ts to match the Flow IDs in your Frigade account.

All the Flow configurations (i.e. YAML) are available in src/lib/flow-details.ts, as well. You can paste the a configuration into your own Flow via the advanced Flow editor in the web app.

About

Frigade makes it easy to build better customer journeys in your product through beautiful pre-built UI components, a flexible API and SDK, and an easy-to-use web dashboard. It is purpose-built for modern software teams that care about design, flexibility, and customization.

Topics

Resources

License

Stars

Watchers

Forks