Special Custom Domain for Google AI Studio Users

Please provide an option to purchase domains so that Google AI Studio users can use their own custom domain names. Thank you.

Hi @IRFAN_S_Kom ,

I agree that it would be a great idea to be able to purchase custom domains right in AI Studio. It would make sense to be able to do that and hopefully we see it someday. I would like to suggest an alternative in the meantime, I hope this helps!

AI Studio can sync your project to a GitHub repo, and once your code is on GitHub, you can deploy it through Cloudflare for free. Cloudflare will let you attach any custom domain you want, whether you buy it through them or somewhere else.

Here is how to set it up.

1. Sync your AI Studio project to GitHub
In your AI Studio project, use the GitHub linking option to connect your account. This creates a dedicated repo for your app and lets you push your code there directly from AI Studio.

2. Create a free Cloudflare account
Go to cloudflarecom and sign up. No payment info is required for the free plan.

3. Deploy your repo as a Cloudflare Pages project

  • In the Cloudflare dashboard, go to Compute (left side menu)
  • Click Create then Pages then Connect to GitHub
  • Sign in with GitHub and authorize Cloudflare to access your repos
  • Select the repo AI Studio created for you and click Begin Setup
  • Confirm the framework preset and build settings (Cloudflare usually detects these automatically), then click Save and Deploy
  • Within a minute or two you will get a live *.pages.dev URL

4. Connect your custom domain

  • Once deployed, open your project and go to Custom Domains
  • Click Set up a custom domain and enter the domain you want to use
  • If you do not have one yet, you can buy it right through Cloudflare Registrar, which sells at cost with no markup, or use a domain from any other registrar like Namecheap or GoDaddy and just point it to Cloudflare
  • Cloudflare will walk you through verification, and once confirmed, your domain will point to your site

Since the deployment is connected to your GitHub repo, every time you update your project in AI Studio and sync it, Cloudflare will automatically rebuild and redeploy, and your custom domain stays attached the whole time. So it’s updated instantly.

If you have any questions or need help setting up, please don’t hesitate to reach out. I would be happy to help!

-TechRay

Hi @IRFAN_S_Kom @TechRay

Thank you for sharing this.

I have shared this with the team and they are looking into it