IndustriesWorkPlaybookHow it worksAboutBook a systems auditBring us your idea

What happens if the AI platform I built on shuts down?

Straight answer

If the platform you built on shut down and you held nothing outside it, your app could go dark and your data could be lost. If you have a copy of the code in your own repository, your database in your own account, and your domain in your own name, you keep running or move on.

Information current as at 5 July 2026

It is an uncomfortable question, but a fair one. You have built something real on a platform you do not control, and platforms change direction, change hands, and sometimes close. The point of asking is not to worry, it is to work out how exposed you are, because the answer is almost entirely within your control.

Plain English
Portability
How easily you could move your app and data off one platform onto another.
Vendor lock-in
When a platform makes leaving hard because your code or data is trapped inside it.
Export
Getting a copy of your code or data out of a platform in a form you can use elsewhere.
Single point of failure
One thing whose loss would take your whole app down with it.

The honest worst case

Let us not soften it. If a platform you depend on closed, and everything about your app lived only inside it, the consequences would be serious. Your app could stop working the moment their servers went off. Your code, if you only ever accessed it through their interface, could become unreachable. And most painfully, your data, your users, your orders, your history, could be lost if it sat only in a database inside their account. That is the genuine bad outcome, and it is worth stating plainly because it is what motivates doing something about it. The reassuring part is that this worst case only applies to the extent that you hold nothing outside the platform. It is not a fixed fate; it is a measure of how exposed you have chosen, or drifted into, being.

Why it is almost entirely in your hands

The exposure comes down to a small number of things and whether you hold copies of them independently. Your code: if a copy lives in a repository in your own account, the platform closing does not take your code with it, because you already have it. Your data: if the database sits in an account registered to you, or you take regular exports, the data survives regardless of the builder. Your domain: if you own it at your own registrar, you keep your address and can point it at a new home. Your keys: if you hold the secrets to the outside services your app uses, you can reconnect them elsewhere. Notice the pattern. Nothing here requires you to distrust your platform or leave it. It just requires that the essential pieces are not held only by them, so that their fate and yours are not the same fate.

No pressure
Show us what you built.

If you have made something and it needs to become real, send it over. We will tell you honestly what it needs to be live, safe and yours, whether that is a quick fix you can do or a proper build. No obligation.

What surviving actually looks like

Imagine the two scenarios side by side. In the first, you built everything inside one tool, never exported anything, and the domain and database sit in the platform's accounts. If it closes, you are largely starting again, and you may lose data you cannot recover. In the second, you did a few unglamorous things early: pushed your code to your own repository, kept the database in your own Supabase account, owned your domain, held your keys. If that platform closes, you have an inconvenient weekend, not a catastrophe: you take the code you already hold, deploy it to a host you choose, point your domain at it, and reconnect your services. The difference between disaster and inconvenience is not luck or timing. It is entirely the handful of ownership steps taken beforehand, when there was no pressure to take them.

The quiet cost of doing nothing

The trap is that everything works fine right up until it does not, so there is never an obvious day to deal with this. The app runs, the customers come, and taking a copy of your code feels like tidying a drawer you never open. But the cost of ignoring it is asymmetric: doing the ownership steps costs a few hours of unglamorous work, while not doing them risks the whole thing on the continued health and goodwill of a platform you do not control. You are not being asked to leave, or to distrust the tool that served you well. You are being asked to make sure that if the improbable happened, you would be inconvenienced rather than sunk. If you cannot currently answer where your code, data, domain and keys live, that is the signal that this is worth an afternoon, and possibly a second opinion, sooner rather than later.

Common questions

Questions, answered

Would my app just disappear if the builder shut down?
Only to the extent you held nothing outside it. If your code, data and domain live only in the platform's accounts, closure could take them with it. If you hold copies in your own accounts, the app survives or moves, and closure becomes an inconvenience rather than a loss.
How do I protect myself against a platform closing?
Hold the essentials independently: code in your own repository, database in your own account or exported regularly, domain at your own registrar, and the keys to your services. None of this means leaving the tool. It just means its fate and yours are no longer the same fate.
Is this a real risk or just paranoia?
Platforms genuinely change direction, get acquired and occasionally close, so it is a fair thing to plan for. The point is not to worry but to measure your exposure. Since the fix costs a few hours and the risk is your whole app, it is cheap insurance whatever the odds.
Do I have to leave my builder to be safe?
No. You only need copies of the essential pieces in accounts you control, so you could move if you ever had to. Keep building in the tool if it works for you. Safety here is about not depending entirely on one platform, not about abandoning it.
No pressure
Show us what you built.

If you have made something and it needs to become real, send it over. We will tell you honestly what it needs to be live, safe and yours, whether that is a quick fix you can do or a proper build. No obligation.

Start here

Two doors. Same senior team.

Whether you can name exactly what you want built, or you just know something is leaking, the next step is the same conversation.