At its core, Embeddable is a developer-toolkit for building customer-facing analytics. You build components and data models in code (which sit in your git repo) and then bundle up and push that code, using our SDK, to the Embeddable no-code workspace so your team can build out “Embeddable” dashboards.

Welcome on board!!

Building your first dashboard

Let’s create our first interactive dashboard.

  1. Clone our onboarding repo (it contains some simple components and data models). We have a full library of charts that you can switch to after completing this section.
git clone <https://github.com/embeddable-hq/onboarding.git>
  1. Install the dependencies
cd onboarding
npm i
  1. Set your location

🚨 Important, before you build your repo, you will need to update the embeddable.config.js file based on your location. EU deployment details are here, US deployment details are here. If you aren’t sure which deployment you are using, please reach out to Ella or Jozef on Slack.