Alternatives to the tools people build websites with
You already pay for Claude or ChatGPT. Each page here asks whether the builder still earns its own subscription on top of that, gives you one prompt to find out in an afternoon, and then compares the real alternatives for when the answer is yes.
What each tool is for, and when it still wins
| Tool | What it is for | Stay on it when |
|---|---|---|
| Base44 alternatives | Prompt to an app with accounts and a database, aimed at non-developers. | The app has to remember a user between visits. Two-way GitHub sync also needs its Builder plan. |
| Bolt.new alternatives | Prompt to a full-stack app in the browser, with its own hosting by default. | The app needs a server or a database. Decide the host before the first publish: after that, switching means a new copy. |
| Bubble alternatives | Serious no-code applications with data, workflows and permissions. | It really is an application. By Bubble's own docs there is no way to export the app as code, so plan the exit up front. |
| Figma Make alternatives | Prototypes and web apps inside a design workflow, on a paid full seat. | You need the prototype's app behaviour, including client-side routing, which 404s on a static host. |
| Lovable alternatives | Prompt to app, with an optional built-in backend and its own free lovable.app address. | The project uses Lovable Cloud for a database, auth or storage. That part does not move to a static host. |
| Squarespace alternatives | A template gallery, a visual editor and a business suite in one subscription. | You sell from the site, take bookings, run member areas or send email campaigns. |
| v0 alternatives | Prompt to UI and front-end components, emitting a Next.js project. | The project uses server components, route handlers or actions, so it needs a Next.js runtime. |