{"id":21827020,"url":"https://github.com/frigadehq/demo","last_synced_at":"2025-09-01T19:38:58.052Z","repository":{"id":253877213,"uuid":"842153481","full_name":"FrigadeHQ/demo","owner":"FrigadeHQ","description":"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.","archived":false,"fork":false,"pushed_at":"2025-07-22T18:47:20.000Z","size":1342,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-29T09:27:50.353Z","etag":null,"topics":["component","component-library","components","flows","form","forms","nextjs","onboarding","onboarding-forms","product","react","reactjs","reactjs-components","tour","tours","ui"],"latest_commit_sha":null,"homepage":"https://demo.frigade.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FrigadeHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-13T19:26:42.000Z","updated_at":"2025-07-31T20:23:51.000Z","dependencies_parsed_at":"2024-09-18T01:49:04.777Z","dependency_job_id":"6f26f32b-632d-453e-85c7-7e730d60c3b5","html_url":"https://github.com/FrigadeHQ/demo","commit_stats":null,"previous_names":["frigadehq/demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FrigadeHQ/demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrigadeHQ%2Fdemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrigadeHQ%2Fdemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrigadeHQ%2Fdemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrigadeHQ%2Fdemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrigadeHQ","download_url":"https://codeload.github.com/FrigadeHQ/demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrigadeHQ%2Fdemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273182197,"owners_count":25059809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["component","component-library","components","flows","form","forms","nextjs","onboarding","onboarding-forms","product","react","reactjs","reactjs-components","tour","tours","ui"],"created_at":"2024-11-27T18:11:54.875Z","updated_at":"2025-09-01T19:38:57.933Z","avatar_url":"https://github.com/FrigadeHQ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cH3 align=\"center\"\u003e\u003cstrong\u003eFrigade Demo\u003c/strong\u003e\u003c/H3\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://frigade.com\"\u003eWebsite\u003c/a\u003e \n\u003cspan\u003e · \u003c/span\u003e\n\u003ca href=\"https://demo.frigade.com\"\u003eDemo\u003c/a\u003e \n\u003cspan\u003e · \u003c/span\u003e\n\u003ca href=\"https://docs.frigade.com\"\u003eDocs\u003c/a\u003e\n\u003c/div\u003e\n\n\n\u003cbr /\u003e\n\n![Frigade iamge](https://cdn.frigade.com/0534ad31-8dc3-4061-9e53-53aae2ff3cf8.png)\n\n[Frigade](\u003chttps://frigade.com\u003e) is the modern product adoption platform. Frigade makes it easy to build better customer\njourneys in your product through beautiful pre-built UI components, a flexible API and SDK, and an easy-to-use web\ndashboard. It is\npurpose-built for modern software teams that care about design, flexibility, and customization.\n\nThis repo contains the source code for [demo.frigade.com](https://demo.frigade.com).\n\n## Getting Started\n\nFirst, copy the sample environment file:\n\n```bash\ncp .env.example .env.local\n```\n\nThen, install the dependencies:\n\n```bash\npnpm install\n```\n\nNext, run the development server:\n\n```bash\npnpm dev\n```\n\nNow, open [http://localhost:3000](http://localhost:3000) with your browser to see the demo.\n\n## Using your own API key and Flows\n\nIf you wish to use your own API key, you can replace the `NEXT_PUBLIC_FRIGADE_API_KEY` in the `.env.local` file with\nyour own API key.\nYou will also need to update the Flow IDs found in [src/lib/flow-details.ts](src/lib/flow-details.ts) to match the Flow\nIDs in your Frigade account.\n\nAll the Flow configurations (i.e. YAML) are available in [src/lib/flow-details.ts](src/lib/flow-details.ts), as well.\nYou can paste the a configuration into your own Flow via the advanced Flow editor in the web app.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrigadehq%2Fdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrigadehq%2Fdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrigadehq%2Fdemo/lists"}