What if CrescoDB disappears?

A fair question to ask any small company before you put a client on it. Here is the answer, and you can check every part of it without our help.

Why you should ask

You have seen platforms remove a free tier, change the deal, or quietly shut down. Putting a client's project on a small company is a real risk and pretending otherwise would be insulting.

So rather than reassure you, here is what is structurally true.

Your app does not depend on us running

Your database is standard PostgreSQL, MySQL or SQLite on a machine you control. Your app is a container on your own server that renews its own certificates. A deployed CrescoDB app makes no call to our platform to keep serving traffic.

If our control plane went dark tonight, your app would not notice.

One command hands you everything

$ cresco eject

Writes a folder that runs with no account and no dependency on us: your code, your data as plain SQL that any database client can read, and the engine vendored in. Nothing in it phones home.

This is not an export you request and wait for. It is a command that exists today, on the free tier.

If the company ceases operating

The CLI and engine source get published under Apache 2.0. That commitment is written down and public at crescodb.com/continuity, with the conditions that trigger it, rather than offered verbally.

We are closed source and privately owned, and we still hand you the exit. Lock-in is a business model we decided not to have.

How to verify this before trusting it

If any of those does not hold up, we would rather you found out now.

Common questions

Is CrescoDB open source?

No. It is closed source and privately owned. If the company ceases operating, the CLI and engine source are published under Apache 2.0, and that commitment is written publicly.

Can I export my data?

Yes. cresco eject writes your code plus your data as plain SQL, with the engine vendored in, and the result runs with no account.

Does my deployed app need CrescoDB to be online?

No. A deployed app makes no call to our platform to keep serving traffic.

Keep reading
Deploying to your own serverShip a CrescoDB backend to a VPS you own, with automatic HTTPS, an access audit that runs fi… What is CrescoDB?CrescoDB is a backend toolkit you run yourself: database, REST API, auth with roles, file st…

Try it

$ npm i -g crescodb

Local development is free forever. No account, no card. Read the docs or see pricing.