Skip to content

Instantly share code, notes, and snippets.

<html><head><title>BankDash Privacy Policy</title></head><body>
<h1>Privacy Policy</h1>
<p>BankDash is a personal finance dashboard for private use. It accesses read-only bank account data via open banking APIs solely to display balances and transactions to the account owner.</p>
<p>No data is shared with third parties. Data is stored locally and used only to display it to the authenticated user.</p>
<p>Contact: mttmanzo@gmail.com</p>
</body></html>
<html><head><title>BankDash Terms of Service</title></head><body>
<h1>Terms of Service</h1>
<p>BankDash is a personal finance dashboard for private use by the account owner only.</p>
<p>The service accesses bank account data in read-only mode via open banking APIs. It is not intended for commercial use or use by third parties.</p>
<p>Contact: mttmanzo@gmail.com</p>
</body></html>
@matteomanzo
matteomanzo / privacy.html
Created May 26, 2026 16:30
BankDash Privacy Policy
<html><head><title>BankDash Privacy Policy</title></head><body>
<h1>Privacy Policy</h1>
<p>BankDash is a personal finance dashboard for private use. It accesses read-only bank account data via open banking APIs solely to display balances and transactions to the account owner.</p>
<p>No data is shared with third parties. Data is stored locally and used only to display it to the authenticated user.</p>
<p>Contact: mttmanzo@gmail.com</p>
</body></html>
@matteomanzo
matteomanzo / terms.html
Created May 26, 2026 16:30
BankDash Terms of Service
<html><head><title>BankDash Terms of Service</title></head><body>
<h1>Terms of Service</h1>
<p>BankDash is a personal finance dashboard for private use by the account owner only.</p>
<p>The service accesses bank account data in read-only mode via open banking APIs. It is not intended for commercial use or use by third parties.</p>
<p>Contact: mttmanzo@gmail.com</p>
</body></html>