The Embeddable React SDK allows you to take any React component (together with javascript libraries of your choice) and make them available as components in Embeddable’s no-code builder.

embeddable.com no-code builder

embeddable.com no-code builder

We provide an open-source library of standard components (charts, controls, etc.) for you to start from (clone it here).

We strongly encourage you to:

Our SDK uses the Vite javascript bundler behind the scenes to build the bundle, so if it can be built by Vite (which mostly everything can) it can be used in Embeddable (typescript and all your favourite CSS frameworks, of course, work out-of-the-box).

Getting started

If you haven’t done so already, clone our starter repo, so you can follow along.

Then start with a simple “Hello world” example or jump directly into the deep end if you like a challenge:

Hello World

Creating a Chart

Adding interactivity to components

Next up