# Ecosystem

Besides `js-sdk` there are other projects, that use it:

* `js-sdk`
    * The core library
    * `[npm]` https://www.npmjs.com/package/@causalfoundry/js-sdk

* `reactjs-sdk-sample`. 
    * Simple application that uses the SDK for manual testing purposes. It includes a end-2-end, developed with Cypress, to assert all those functionalities that need the whole system.
    * https://github.com/causalfoundry/reactjs-sdk-sample

* `bs-video`. 
    * Web component that wrappes the native one to track automatically the events required for our analytics
    * https://github.com/causalfoundry/bs-video
    * `[npm]` https://www.npmjs.com/package/@causalfoundry/bs-video


[Back](./Readme.md)