https://www.instagram.com/p/DaskgBuoiYz/
Now let’s actually deploy the website to Cloudflare Pages.
First, visit cloudflare.com and create an account, or sign in if you already have one.
Next, open the AI coding agent you used to build the project and go to its MCP settings.
Add the Cloudflare API MCP using this URL:
→ https://developers.cloudflare.com/agents/model-context-protocol/cloudflare/servers-for-cloudflare/
<https://mcp.cloudflare.com/mcp>
Cloudflare will open in your browser.
Sign in, choose your account, and approve the required permissions.
Once Cloudflare appears as connected, open your project in the AI agent and enter:
Build this project and deploy it to Cloudflare Pages.
Fix any deployment errors, then give me the production URL.
The agent should identify the correct build command and output directory before deploying the website.
If it asks for permission to run a command or upload files, review the request and approve it.
Wait until it gives you a URL resembling:
<https://your-project.pages.dev>
Open the link in an incognito window.
Then test it on your phone with Wi-Fi turned off.
If it works—congratulations!