---
title: "Statsig Visual Editor (Low-code Experiments)"
description: "Learn about Statsig Sidecar, a low-code tool that simplifies A/B testing, enabling marketers to independently execute experiments with ease."
product: general
token_estimate: 578
---
# Statsig Visual Editor (Low-code Experiments)

> For AI agents: a documentation index is available at [/llms.txt](/llms.txt). Append `.md` to any page URL for markdown, or send `Accept: text/markdown`.

Statsig's Visual Editor, also called Sidecar, is a low-code tool for building and running A/B tests on your website without engineering work. You use a point-and-click interface to change styling, text content, calls to action, and injected scripts. Statsig assigns visitors to variants and measures the results with its stats engine.

## How A/B testing works

A/B testing, or split testing, is a fundamental method in digital marketing for validating website changes. It involves comparing two versions of a webpage to see which performs better with a target audience.

Traditionally, implementing A/B tests required substantial technical skills and collaboration between marketers and developers. This requirement led to longer implementation times and reduced agility for marketing teams.

## Statsig's visual editor

Statsig's Visual Editor lets marketers run A/B tests with minimal technical dependency. It provides an intuitive, point-and-click interface for setting up and managing A/B tests on your website. You can experiment on styling, text content, calls to action, and injected scripts that change page behavior.

Combined with Statsig's [industry-leading stats engine](https://docs.statsig.com/experiments/overview), Sidecar is a useful tool in a marketer's toolkit.

![Statsig sidecar](https://docs.statsig.com/images/guides/sidecar-experiments/introduction/85a65ae3-6651-4d5b-87c0-4dadee6c8c30.png)

> **Info:**
>
> This guide assumes you have an existing Statsig account. Go here to create a new free account if you don't already have one: https://statsig.com/signup

## Performance considerations

Sidecar, like any client-side tooling, introduces some degree of page load latency. Test Sidecar and verify that the performance impact falls within your acceptable threshold.

Performance-sensitive customers typically use the [JS-SDK](https://docs.statsig.com/client/javascript-sdk) for web testing. When using the JS/React SDKs with [Client Bootstrapping](https://docs.statsig.com/client/concepts/initialize), the latency is minimal because initialization requires no network requests.

