This repository contains the source code for the @doist/ui-extensions-core npm package used to develop UI Extensions for Todoist and Twist.
The package is managed as an npm workspace. Use the Node.js version specified in .nvmrc.
To install the dependencies run npm install.
TodoistCard components and Todoist UI Extension Data Exchange Format types. You can use this package to construct your integration's UI which will then provide the TodoistCards JSON payload to be rendered on our clients.
You can learn more about building Todoist UI Extensions here and Twist UI Extensions here.