Getting started
1: Set up your repo

Set up your Repo

💡

Embeddable requires Node.js version 20 or later.

If you’re reading this, it means you have early access to Embeddable (opens in a new tab).

This step-by-step guide walks you through the core concepts of Embeddable in just 20-30 minutes, helping you understand how it works while getting hands-on experience.

Download our Onboarding Repo

Download or clone our onboarding repo here (opens in a new tab). This includes 3 simple sample components and models. You'll be switching this out for our complete starter repo later.

git clone https://github.com/embeddable-hq/onboarding

Install Dependencies

Navigate into the cloned directory and install the required dependencies:

npm i

Set Your Location

Update your repo according to your region (details here).

If you’re unsure which region you’re using, please reach out to us.

Build the Code Bundle

Run the following command to build your code bundle:

npm run embeddable:build

Next steps

You're now ready to set up your workspace and push your first code bundle.