Skip to content

amplitude/experiment-js-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ecf2257 · Mar 27, 2025
Feb 18, 2025
Mar 27, 2025
Aug 29, 2023
Mar 27, 2025
Apr 16, 2024
May 24, 2021
Aug 22, 2024
Apr 16, 2024
May 24, 2021
Sep 26, 2022
May 24, 2021
May 24, 2021
Oct 13, 2022
May 24, 2021
Jul 18, 2022
May 24, 2021
Oct 14, 2022
Aug 29, 2023
Aug 29, 2023
Mar 27, 2025

Repository files navigation


Experiment Browser SDK

Overview

This is the JavaScript client (web browser) SDK for Experiment, Amplitude's experimentation and feature management platform.

Getting Started

Refer to the Javascript SDK Developer Documentation to get started.

Examples

This repo contains various example applications for getting familiar with the SDK usage. Each example has two applications, one with a basic example, and another with an example for integrating with the amplitude analytics SDK.

Browser Compatibility

This SDK works with all major browsers and IE10+. The SDK does make use of Promises, so if you are targeting a browser that does not have native support for Promise (for example, IE), you should include a polyfill for Promise, (for example, es6-promise).