Is your feature request related to a problem?
Yes. Setting up the project is currently tedious and error-prone. Relying on pure wrangler config means new users must manually configure resources and manage a massive list of environment variables on the Cloudflare dashboard just to get started.
Describe the solution you'd like
Adopt Alchemy (Infrastructure as Code) to automate the Cloudflare infrastructure setup. This allows provisioning resources and binding environment variables programmatically. A single command should handle the entire deployment, eliminating the need for any manual dashboard configuration.
Describe alternatives you've considered
- Detailed documentation: Doesn't solve the core issue of manual labor.
- Custom Cloudflare API scripts: Brittle and hard to maintain.
- Terraform/Pulumi: Might be overkill/too heavy for the current scope.
Additional context
No response
Is your feature request related to a problem?
Yes. Setting up the project is currently tedious and error-prone. Relying on pure
wranglerconfig means new users must manually configure resources and manage a massive list of environment variables on the Cloudflare dashboard just to get started.Describe the solution you'd like
Adopt
Alchemy(Infrastructure as Code) to automate the Cloudflare infrastructure setup. This allows provisioning resources and binding environment variables programmatically. A single command should handle the entire deployment, eliminating the need for any manual dashboard configuration.Describe alternatives you've considered
Additional context
No response