Since the Mitre Att&ck (c) matrix is not very convenient to embed in your own web project, I chose to build my own matrix based on Datatables.
Mitre2Datatables allows you to add search, sort, filter and add custom graphics to your Mitre Att&ck (c) matrix without complicated things like Node 😁
This project only uses technique ID and technique names but it should be possible to have much more.
This project is born when working on Zircolite, so this example is taken from it :
You can install dependencies with : pip3 install -r requirements.txt
python3 Mitre2Datatables.py
will generate a JSON file that can be used with Datatables- Chech the examples to find basic demos on how to use and interact with Mitre2Datatables in you web page