

npm create cloudflare@latest my-svelte-app -- --framework=svelte --experimental which uses the normal cf adapter but deploys to workers (assets)worker with assets is probably the way to go. thanks!Unless there's something you need from Pages https://developers.cloudflare.com/workers/static-assets/compatibility-matrix//your framework doesn't support Workers Static Assets yet, then yea I'd pick a worker w/ assets, it's what they're pushing, although it still is in beta. They talked about providing ways migrate to Workers from Pages as well, so hopefully something nice and easy if you did stick with Pages
also should make it easy to bind a durable object without a seperate worker?Nice thing about Workers is that's all first class support

abusereply@cloudflare.com to appeal or investigate any actions taken against your content. Community members or Cloudflare Support will not be able to help you regarding any issues with Trust & Safety. The email is the only way to reach them.
npm create cloudflare@latest my-svelte-app -- --framework=svelte --experimental