Docs · Privacy

Privacy notes

SteadyPlan is self-hosted. Your data is stored on your server, and you decide how it is accessed and backed up.

Local database

SteadyPlan stores financial data locally in a SQLite database under the app data directory. In Docker this is typically under /app/data inside the container, backed by a host-mounted volume.

No cloud sync

SteadyPlan does not send account balances, budgets, goals, or history to a cloud service.

Optional live price lookups

If you enable live price lookup, SteadyPlan may send ticker symbols/identifiers to external price sources. This is optional and depends on how you configure your instance.

Exports contain sensitive data

Per-user JSON exports are portable and useful for backup/restore, but they contain financial data. Keep export files private and store them securely.

Next: Backups · Reverse proxy · Install