Dashboard
Follow this guide to create a Workers application using the Cloudflare dashboard ↗.
Create a Cloudflare account, if you have not already.
To get started with a new Workers application:
- Log in to the Cloudflare dashboard ↗ and select your account.
- Go to the Workers & Pages section of the dashboard.
- Select Create ↗. From here, you can:
- You can select from the gallery of production-ready templates
- Import an existing Git repository on your own account
- Let Cloudflare clone and bootstrap a public repository containing a Workers application.
- Once you've connected to your chosen Git provider, configure your project and click
Deploy
. - Cloudflare will kick off a new build and deployment. Once deployed, preview your Worker at its provided
workers.dev
subdomain.
Applications started in the dashboard are set up with Git to help kickstart your development workflow. To continue developing on your repository, you can run:
# clone you repository locallygit clone <git repo URL>
# be sure you are in the root directorycd <directory>
Now, you can preview and test your changes by running Wrangler in your local development environment. Once you are ready to deploy you can run:
# adds the files to git trackinggit add .
# commits the changesgit commit -m "your message"
# push the changes to your Git providergit push origin main
To do more:
- Review our Examples and Tutorials for inspiration.
- Set up bindings to allow your Worker to interact with other resources and unlock new functionality.
- Learn how to test and debug your Workers.
- Read about Workers limits and pricing.
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Products
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- 2025 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark