Getting started
1: Set up your repo

Set up your Repo

💡

Embeddable requires Node.js version 20 or later.

Download our Boilerplate Repo

Download or clone our boilerplate repo here (opens in a new tab). This includes 3 simple sample components and models. You'll be deleting these and enabling our full suite of components later.

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

Install Dependencies

Navigate into the cloned directory and install the required dependencies:

npm i

Set Your Region

In your embeddable.config.ts file, depending on your region, uncomment either:

region: 'US',

or

region: 'EU',

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.