Skip to content

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.

The Swebsy Project menu showing New site, Make a copy, Rename, Delete, Import Project, and Export Project.
Use the Project menu for project lifecycle actions. Use the Deploy menu when you need a website ZIP or deployment.
  1. From the dashboard, click New site.
  2. Choose a template or start from a blank site.
  3. Wait for the Studio to open.

Inside the Studio, you can also open Project → New site to return to the new site flow.

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.

A project backup is a JSON file that restores the editable Swebsy project. It is different from the exported website ZIP.

  1. Open Project → Export Project.
  2. Save the downloaded JSON file somewhere safe.
  3. To restore it later, open Project → Import Project.
  4. 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.

NeedUse
Host the finished siteDeploy → Export code
Deploy to GitHub Pages or Cloudflare PagesDeploy menu
Keep an editable copy of the Swebsy projectProject → Export Project
Move the project to another browser or computerProject → Export/Import Project
Send clean HTML, CSS, and assets to a developer or hostDeploy → Export code
Save a restore point before large edits or browser cleanupProject → 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.

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.

  1. Open the original browser and project.
  2. Export a project backup with Project → Export Project.
  3. Move the JSON file to the new browser or device.
  4. Open Swebsy and use Project → Import Project.
  5. 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.

Common issues

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.