Quickstart
Start working with Exponent
To use Exponent, we’ll need to set up your account and install the Exponent CLI, which will allow you to run Exponent chats on your codebase. Let’s begin.
Setting Up Exponent
Log in to Exponent
Head over to exponent.run and sign up with your Google or Microsoft account.
This will give you access to the Exponent web interface and prepare your account for CLI authentication.
Install the CLI
Install the Exponent CLI with a single command on your platform, or check out alternative installation methods if you prefer.
This will automatically set up Python 3.12 using uv if needed and install Exponent for you.
Authenticate the CLI
After installation, you need to connect your CLI to your Exponent account by copying the login command from the Exponent onboarding screen that appears after you log in.
If you don’t pass in a key, a browser tab will open to the onboarding screen.
Navigate to your project
Change to your project directory, which should be the root of a codebase you’re working on:
Start Exponent
Run the following command to launch Exponent in your browser, connected to your codebase:
If you see a screen that looks like the following with a “Connected” state in the center, you’re all set! Send Exponent a message with one of the examples in the UI, start working on a task, or check out the resources below.