Docs/Guides/Publishing Your Project

Publishing Your Project

Updated Mar 29, 2026Guides

Deploy your project to *.xaio.app.

One-Click Publishing

Click Publish in the toolbar to deploy your project. Your site goes live at yourname.xaio.app.

What Gets Published

Website projects:

  • Static files are deployed to a global CDN
  • Automatic HTTPS
  • Fast loading worldwide

Web App projects:

  • Frontend deployed to CDN
  • Backend deployed as a managed service
  • API available at yourname.xaio.app/api/
  • Optional PostgreSQL database

Custom Subdomain

Choose your subdomain during the first publish. It stays the same for all future updates.

Updating Your Site

After making changes, click Publish again. Only changed files are updated — the process takes just a few seconds.

SEO

The AI generates proper meta tags, Open Graph tags, and semantic HTML automatically. You can ask the AI to optimize:

  • "Add SEO meta tags for the homepage"
  • "Optimize the page titles and descriptions"

Troubleshooting

If your published site shows a blank page:

  • Check the browser console for errors
  • Ask the AI: "My published site shows a blank page, can you check?"
  • Re-publish after fixes