Upmind Headless is a JavaScript framework used within the Upmind ecosystem, specifically for client UI user journeys. It is responsible for generating state machines that control the flow of client information and interactions, and to manage what actions can be done for each state.
Currently, there is no separate installation method for Upmind Headless. It is part of a package within a monorepo and can be consumed using standard ES6 import
or require
methods, configured using npm workspaces.
See individual modules for usage details.
See individual modules for configuration details.
See individual modules for API documentation.
See individual modules for examples.
Unit tests are written using Vitest.
npm test
We also have unit tests code coverage provided by @vitest/coverage-istanbul.
The Upmind Headless package is proprietary and closed source.