Mar 30, 2026
1 min read

Step 2: Create your Doppler project

Step 2: Create your Doppler project
Establish a single source of truth for your application secrets.

To proceed, sign in to your Doppler account, go to the Projects page, and click the plus button(as shown below) to create a new project. Name the project “cloudflare-workers-demo.”

Screenshot showing where to create a new project on Doppler
Screenshot showing where to create a new project on Doppler

Doppler automatically creates three environment configurations for every new project. These are dev, stg (staging), and prd (production). These values are displayed immediately after the project is created, as shown below.

Screenshot of Doppler dashboard showing default secrets environments
Screenshot of Doppler dashboard showing default secrets environments

You can also view them directly in your terminal with:

Output:

The dev_personal config is a personal branch of dev for individual developer customization. For this tutorial, the focus will be on the three shared environments: dev, stg, and prd.