← Back to portfolio

Retirement Savings Calculator

Privacy Policy

Last updated June 18, 2026

This is a personal project I built to visualize compound interest and retirement projections. To understand how people are using the tool and to improve it over time, I collect a small amount of anonymous analytics. This page explains exactly what gets collected, why, where it lives, and how you can opt out.

What I collect

When you use the calculator, the following data is sent to my analytics backend:

What I don't collect

Why I collect it

To understand:

That's it. The data informs improvements to the tool — it's not sold, shared, or used for marketing.

Where it's stored

Events are stored in a Supabase database hosted in the United States. Access is restricted to me (the developer) via authenticated login. The database is governed by Supabase's own privacy and security practices.

How long it's kept

What's stored on your device

Two values are written to your browser's localStorage (not cookies):

Your rights

You can:

Opt out of analytics

Click the button to disable analytics for this browser. The page will reload and no events will be sent from this device until you clear your site data.

Contact

If you have questions about this policy or want past events deleted, email me at amandaraedev@gmail.com.

Source code

The full source code (including the analytics implementation) is public at github.com/amandarae220/Calculator2.0. If you want to verify what's described above is what actually runs, the relevant file is assets/analytics.js.

← Back to the calculator