Three months ago we announced the public beta of remote bindings for local development. Now, we’re excited to say that it’s available for everyone in Wrangler, Vite, and Vitest without using an experimental flag!
With remote bindings, you can now connect to deployed resources like R2 buckets and D1 databases while running Worker code on your local machine. This means you can test your local code changes against real data and services, without the overhead of deploying for each iteration.
Example configuration
To enable remote bindings, add "remote" : true to each binding that you want to rely on a remote resource running on Cloudflare:
wrangler.jsonc
{"name": "my-worker","compatibility_date": "2025-09-16","r2_buckets": [{"bucket_name": "screenshots-bucket","binding": "screenshots_bucket","remote": true,},],}wrangler.toml
name = "my-worker"compatibility_date = "2025-09-16"[[r2_buckets]]bucket_name = "screenshots-bucket"binding = "screenshots_bucket"remote = true
When remote bindings are configured, your Worker still executes locally, but all binding calls are proxied to the deployed resource that runs on Cloudflare’s network.
You can try out remote bindings for local development today with:
Source: Cloudflare
Latest Posts
- Dynamics 365 Customer Service – Support multilingual evaluation criteria [MC1237595]
![Dynamics 365 Customer Service - Support multilingual evaluation criteria [MC1237595] 2 pexels alexasfotos 32112166](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Microsoft Viva Insights: New prompt categories in the Microsoft Copilot Dashboard [MC1092459]
![(Updated) Microsoft Viva Insights: New prompt categories in the Microsoft Copilot Dashboard [MC1092459] 3 pexels steve 12658065](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Microsoft Viva Copilot Analytics launches new agent dashboard [MC1166852]
![(Updated) Microsoft Viva Copilot Analytics launches new agent dashboard [MC1166852] 4 woman 2101262 1920](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Outlook: New and improved People Hub on Web [MC1199768]
![(Updated) Outlook: New and improved People Hub on Web [MC1199768] 5 A photograph showing a crystal ball placed on a tree stump with a scenic landscape reflected inside it. The reflection includes a person standing on a path, a small tree, and the setting sun. The background outside the crystal ball is blurred, showing another person standing and the sunset sky.](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)

![Dynamics 365 Customer Service - Support multilingual evaluation criteria [MC1237595] 2 pexels alexasfotos 32112166](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-alexasfotos-32112166-150x150.webp)
![(Updated) Microsoft Viva Insights: New prompt categories in the Microsoft Copilot Dashboard [MC1092459] 3 pexels steve 12658065](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-steve-12658065-150x150.webp)
![(Updated) Microsoft Viva Copilot Analytics launches new agent dashboard [MC1166852] 4 woman 2101262 1920](https://mwpro.co.uk/wp-content/uploads/2025/06/woman-2101262_1920-150x150.webp)
![(Updated) Outlook: New and improved People Hub on Web [MC1199768] 5 A photograph showing a crystal ball placed on a tree stump with a scenic landscape reflected inside it. The reflection includes a person standing on a path, a small tree, and the setting sun. The background outside the crystal ball is blurred, showing another person standing and the sunset sky.](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-pixabay-220429-150x150.webp)
