Deploy Auria Site Builder

Get your site running on Cloudflare in minutes

1
Create a Cloudflare account
If you don't have one already, sign up here (free).
2
Add a payment method
R2 storage (used for image uploads) requires a card on file, even though usage stays within the free tier for most sites.
Go to R2 in your dashboard and follow the prompt to add a payment method. You will not be charged unless you exceed the free tier limits (10 GB storage, 10 million reads/month).
3
Create an API token
Go to API Tokens and click Create Token. Use the Edit Cloudflare Workers template, then add the D1 and R2 permissions. Your token needs all three:
Account — Workers Scripts — Edit (included in template)
Account — D1 — Edit
Account — Workers R2 Storage — Edit
Under Account Resources, select your account from the dropdown.
Under Zone Resources, choose All zones (or the specific zone if you have a custom domain).
Copy the token — you'll paste it on the next step. You can delete it from your dashboard after deployment.
This page needs to be served over HTTP to work. Run this in the folder containing index.html:

python3 -m http.server 9000

Then open http://localhost:9000/
Source files ready — just enter your API token and worker name to deploy.
1
Verify API token
2
Create D1 database
3
Create R2 bucket
4
Upload Worker script