FAQ
Is Swebsy free?
Section titled “Is Swebsy free?”Yes, Swebsy is free to use. The AI builder requires your own Anthropic API key and is billed by Anthropic per token.
Do I need to create an account?
Section titled “Do I need to create an account?”No. Swebsy runs entirely in your browser. No account, no sign-up, no data sent to a server (unless you deploy).
Can I use Swebsy offline?
Section titled “Can I use Swebsy offline?”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?”- Export a backup: Project → Export Project.
- 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.
What browsers does Swebsy support?
Section titled “What browsers does Swebsy support?”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.
Where are my uploaded images stored?
Section titled “Where are my uploaded images stored?”Images are stored in your browser’s IndexedDB and bundled into your exported ZIP. They’re never uploaded to any server.
How do I delete a project?
Section titled “How do I delete a project?”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.