Exports your Supabase connection, API keys, email config, and custom templates to a JSON file you can store safely.
To restore on a new device or after clearing browser data:
Exports all locally cached data โ projects, estimates, clients, procurement orders, messages, and more โ to a JSON file.
โ ๏ธ This is your device's local cache. For the authoritative backup, use Supabase (see below).
Your Supabase database is the authoritative source of all data. Back it up regularly using the Supabase dashboard.
GitHub stores your complete platform code with a full history of every change. Free. Unlimited. If your laptop dies, Netlify burns down, or you need to roll back a bad update โ GitHub has everything.
p3cl-platformOpen Terminal (Mac/Linux) or Git Bash (Windows) and run:
Each time you get a new p3cl-deploy.zip, copy the files over and run:
git push goes live automatically.
Follow these steps to restore the complete platform after a catastrophic failure (lost device, account lockout, accidental deletion, etc.).
git clone https://github.com/YOU/p3cl-platform.git| Frequency | What | How | Time |
|---|---|---|---|
| Daily | Supabase auto-backup | Automatic on Pro plan ($25/mo). Free plan: manual SQL dump weekly. | 0 min (auto) |
| Weekly | Code push to GitHub | git add . && git commit -m "weekly backup" && git push |
2 min |
| Monthly | Settings + full data export | Use this tool โ Export Settings + Export Local Data โ save to cloud drive. | 5 min |
| After every update | New code ZIP + schema | Push updated ZIP to GitHub immediately after deploying to Netlify. | 2 min |