Skip to content

FAQ

Yes, Swebsy is free to use. The AI builder requires your own Anthropic API key and is billed by Anthropic per token.

No. Swebsy runs entirely in your browser. No account, no sign-up, no data sent to a server (unless you deploy).

Yes. Once the page is loaded, Swebsy works without an internet connection. Deployment and Google Fonts loading require a connection.

How do I move my project to another computer?

Section titled “How do I move my project to another computer?”
  1. Export a backup: Project → Export Project.
  2. On the other computer, open Swebsy and go to Project → Import Project.

Can multiple people edit the same project?

Section titled “Can multiple people edit the same project?”

Not simultaneously. Swebsy is single-user local-first. Share a backup JSON with a collaborator; they can import it, make changes, and share back.

Chrome and Edge (Chromium) are recommended. Firefox works. Safari may have minor UI differences. Internet Explorer is not supported.

Can I use Swebsy to build e-commerce sites?

Section titled “Can I use Swebsy to build e-commerce sites?”

Swebsy generates static HTML/CSS. It can display products, but doesn’t include a checkout system. You can embed a third-party cart (Shopify Buy Button, Snipcart, etc.) via Settings → Advanced → Custom <head> code.

Images are stored in your browser’s IndexedDB and bundled into your exported ZIP. They’re never uploaded to any server.

Open the My Sites page and click the three-dot menu on the project card, then choose Delete. You can also delete the current project from inside the editor via Project → Delete. Export a backup first if you want to keep a copy.

Can I export the code and edit it manually?

Section titled “Can I export the code and edit it manually?”

Yes. Use Deploy → Export code to get clean HTML, CSS (compiled Tailwind), and assets. You can open the files in any editor and host them anywhere.

What is “Tailwind CSS v4” and why does Swebsy use it?

Section titled “What is “Tailwind CSS v4” and why does Swebsy use it?”

Swebsy’s design token system is built on Tailwind CSS v4 CSS custom properties. Tailwind classes are compiled into a single stylesheet at export time. You don’t need to know Tailwind to use Swebsy, but you can use raw Tailwind classes in the Design tab’s class input for full control.