A plain theme with slim templates and without any styling or javascript.
It is s sole purpose is to produce clean markup for Drupal core elements like form elements and blocks, such that the HTML can be easily embedded and styled elsewhere.
For example, it can be used to embed forms within Lupus Custom Elements rendered responses.
This module allows you to alter the response outputted by the json_api module by implementing a hook_jsonapi_response_alter hook, which gets the json data as an associative array as a parameter.