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.
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.
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.
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.
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 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.
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.
Whether you can name exactly what you want built, or you just know something is leaking, the next step is the same conversation.