Project management
Swebsy projects are local-first. The Studio saves your site in your browser as you edit, and the Project menu is where you manage the project lifecycle: start a new site, make a copy, rename, delete, import a backup, or export a backup.
Create a project
Section titled “Create a project”- From the dashboard, click New site.
- Choose a template or start from a blank site.
- Wait for the Studio to open.
Inside the Studio, you can also open Project → New site to return to the new site flow.
Rename, copy, or delete
Section titled “Rename, copy, or delete”Use Project → Rename when the site name shown in the topbar or dashboard is wrong. You can also click the pencil icon beside the site title in the topbar.
Use Project → Make a copy before risky edits, large AI changes, or design experiments. A copy is a separate local project, so you can keep the original unchanged while you test changes.
Use Project → Delete only when you are sure the project is no longer needed. Export a backup first if you may need the project again.
Back up and restore
Section titled “Back up and restore”A project backup is a JSON file that restores the editable Swebsy project. It is different from the exported website ZIP.
- Open Project → Export Project.
- Save the downloaded JSON file somewhere safe.
- To restore it later, open Project → Import Project.
- Select the JSON backup file and confirm the import.
Read Project backups for what is included, what is excluded, and why secrets are stripped from backup files.
ZIP export vs project backup
Section titled “ZIP export vs project backup”| Need | Use |
|---|---|
| Host the finished site | Deploy → Export code |
| Deploy to GitHub Pages or Cloudflare Pages | Deploy menu |
| Keep an editable copy of the Swebsy project | Project → Export Project |
| Move the project to another browser or computer | Project → Export/Import Project |
| Send clean HTML, CSS, and assets to a developer or host | Deploy → Export code |
| Save a restore point before large edits or browser cleanup | Project → Export Project |
The ZIP is the published website output. The backup JSON is the editor project. Keep both when a project matters: the ZIP for hosting, the JSON backup for future edits.
Local browser storage
Section titled “Local browser storage”Swebsy stores local project data in your browser. That means:
- projects are available on the same browser profile and device
- clearing site data can remove projects
- private browsing windows may not keep projects reliably
- another browser or computer will not automatically have your projects
Before you clear browser data, reset a browser profile, change computers, or hand work to someone else, export a project backup.
Recover on another browser or device
Section titled “Recover on another browser or device”- Open the original browser and project.
- Export a project backup with Project → Export Project.
- Move the JSON file to the new browser or device.
- Open Swebsy and use Project → Import Project.
- Open the imported project and verify pages, assets, and settings.
If the original browser data is already gone and you do not have a backup, the local project cannot be recovered.
I exported a ZIP but cannot edit it in Swebsy — the ZIP is the static website output. Use Project → Export Project to create an editable backup.
My project disappeared after browser cleanup — browser site data was likely removed. Restore from your latest project backup JSON.
Import replaced the wrong project — import overwrites the current project. If you still have the previous state in another tab, export it before closing.
The backup is large — uploaded assets are included in backups. Compress large images and videos before uploading them to keep backups smaller.