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!!
- If you’re reading this, it probably means you have early access to Embeddable. Thank you for joining us on this journey!
- So far, we’ve focused on adding key functionality so you can deliver beautiful, custom, secure analytics experiences to your audience.
- But, certain features are a little rough around the edges. Our team will be working hard in the coming days, weeks, and months, to make the entire building process simply delightful.
- Your feedback is crucial to this - please give us all you’ve got 🤗
Building your first dashboard
Let’s create our first interactive dashboard.
- 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>
- Install the dependencies
cd onboarding
npm i
- 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.