What this means
What this means
A generated site is deliberately locked down: it contains no JavaScript, which is why it is fast and safe but also why it cannot talk to a backend from the browser. Converting hands the same site, on the same address and the same plan, over to you as an ordinary app deployment. From then on you deploy it from Git or by uploading a zip, you can add whatever JavaScript you want, and you can connect a database.
Before you start
Before you start
Publish the site first — converting hands over a site that is already running, so 'Deploy to App' comes first. Be sure you want to: conversion is one-way, because pointing the studio back at code you have since edited would overwrite your work.
Step-by-step guidance
Step-by-step guidance
- Publish your site with Deploy to App and check it looks right at its live address.
- In the AI studio, click 'Convert to editable app'.
- The site keeps its address and its plan. Its name changes from '(AI Site)' to '(App)' and it appears under 'Apps you own'.
- Click 'Manage app' to open the service page, where you can deploy from a Git repository or upload a zip of your files.
- Download your current site first if you want a starting point — 'Download files' in the AI studio gives you the whole site as a zip, one folder per page.
- To add a backend, order a PocketBase Backend from the catalogue and call it from your app's JavaScript. See 'Connect an app to PocketBase' in App Deployment.
What CM Cloud support will review
What CM Cloud support will review
None. Conversion, Git deploys and zip uploads are all self-serve.
What is not automated yet
What is not automated yet
Converting does not change your plan, your price, or your address, and it does not create a Git repository for you. After converting, the AI studio no longer edits or republishes that site — that is the point of converting.
Safety note
Safety note
Conversion is one-way and cannot be undone from the portal. It does not delete your generated site — it stays in the AI studio, it simply stops being published automatically. Reading this article changes nothing.
Safe next action
Safe next action
If you only need to change words and pictures, stay with the AI studio. Convert when you need JavaScript, a database, or your own code.