cozy-lasuite-grist is a container app that embeds Grist app. It is a very basic app displaying the cozy-bar and an iframe. By leveraging cozy-external-bridge, it allows history syncing from Grist and exposes APIs to Grist.
You can then clone the app repository and install dependencies:
$ git clone https://github.com/cozy/cozy-lasuite-grist.git
$ cd cozy-lasuite-grist
$ yarn install