Custom Components in self-hosted Retool?

  1. My goal: To install a custom React component library in self-hosted Retool
  2. Issue: We already have a React component library on npm (GitHub - DIMO-Network/login-with-dimo: DIMO Client SDK in React), how do I get this added to my self-hosted Retool instance?
  3. Retool version & hosting setup (Docker, K8s, cloud provider, etc.): k8s + helm + tryretool/one-offs
  4. Error message(s) or screenshots: N/A
  5. What I’ve tried so far: Read support articles and searched forum, not sure if this is doable

Hi @ilsemaj_dimo,

You should be able to follow our docs here to import in the npm package to use the custom component in your Retool instance.

I don't think being self hosted would limit this as long as you follow the setup and are using version 3.244 edge or newer.

Hi @ilsemaj_dimo,

Were you able to follow the instructions in the docs to get the custom components built and imported into your app?

You should be able to import in the DIMO SDK into a Retool custom component the same way you would for any other npm package.