This repository demonstrates how easy it is to add Embed Workflow to your NextJS project.
Dependencies
- Node.js 14.6.0 or newer
- An Embed Workflow Account. Sign up for a free account.
Resources
- Original Blog Post
- Embed Workflow API Documentation
- Embed Workflow UI Component Documentation
- Next JS
Check out the original blog post for more details.
Navigate to your Embed Workflow account settings and copy your publishable and secret keys: https://embedworkflow.com/app/account/api_access
And use the latest UI version: https://embedworkflow.com/ui-version
EMBED_WORKFLOW_SK=sk_live_12345
EMBED_WORKFLOW_PK=pk_live_12345
EMBED_WORKFLOW_UI_VERSION=1.5.0
npm run dev
yarn run dev