Skip to content

chainpatrol/stix-studio

Repository files navigation

STIX Studio

This is a web-based tool for creating and editing STIX 2.1 objects. Authoring STIX objects can be a complex and error-prone process, so this tool aims to make it easier by providing a Notion-like interface for writing incident reports in plain English, and then converting them to STIX objects.

STIX Studio Screenshot

Development

To run the STIX Studio locally, you will need to have Node.js installed. Then, you can run the following commands to get started:

corepack enable
yarn install

To start the development server, run:

yarn dev

Other commands:

yarn build   # Build the production version
yarn preview # Preview the built code
yarn test    # Run the tests
yarn lint    # Lint the code