Skip to content

Streamline Cloudflare deployment and onboarding with IaC (Custom Node.js script) #3

@lehuygiang28

Description

@lehuygiang28

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

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions