A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.
npm install survey-creator-core

A platform-independent data model for Survey Creator / Form Builder by SurveyJS. This package should be used with one of the following platform-specific UI rendering packages:
- survey-creator-react for React
- survey-creator-angular for Angular
- survey-creator-vue for Vue
- survey-creator-knockout for Knockout and jQuery
If you want to build the library yourself, do the following:
1. Build survey-library
2. Clone the repo from GitHub and install build dependencies
```
git clone https://github.com/surveyjs/survey-creator.git
cd survey-creator/packages/survey-creator-core
npm install
> NOTE: Make sure that folders with cloned survey-library and survey-creator repositories are in the same directory.
3. Build the library
``
npm run build
You can find the built library in the "build" directory.
4. Run unit tests
```
npm test
This command runs unit tests using Karma.
Survey Creator (Form Builder) is not available for free commercial usage. You can find more information about licensing this product on the following page: Product Licensing.