Note Counter โ free, open-source, privacy-first
Note Counter is a personal, free, open-source project built and maintained by Yash Patil. The source code is published on GitHub under the MIT license at github.com/PATILYASHH/note-counter. There is no company, no commercial entity, and no paid tier.
The following is stored locally in your browser using localStorage and never leaves your device:
You can wipe all of this at any time with your browser's "Clear site data" / "Clear local storage" option, or with Note Counter's built-in "Clear history" buttons.
The site is hosted on Vercel and uses Vercel Analytics for basic page-view counts. According to Vercel's documentation, this records the URL path, referrer, country (from IP โ the IP itself is not stored long-term), browser, OS, and device type. It does not use cookies, does not build a user profile, does not follow you across other sites, and is not sold to anyone.
The developer uses this only to see how many people visit the site overall. See Vercel's Analytics Privacy Policy for full detail.
When you open the FX (Currency Converter) tab, the app fetches mid-market exchange rates from floatrates.com via a public GET request to https://www.floatrates.com/daily/usd.json. The response is cached in your browser's localStorage for 24 hours, so subsequent visits within that window don't hit the network at all.
The request contains no user data, no cookies, and no amounts you've entered โ just the standard URL fetch. Floatrates may log standard request metadata (IP, user agent) on their server for operational purposes, the same as any web request to any site.
Note Counter has an in-app Contact form (Menu โ Contact) and a standalone /contact.html page. Both let you send the developer feedback, bug reports, feature requests, or general messages. The form is wired to Formspree, a third-party form-relay service.
Nothing is transmitted until you fill out the form and press Send. When you do, the following is sent to Formspree's servers, which then forwards it to the developer's email:
Your counts, history, and any amounts you've entered into calculators are never included. See Formspree's privacy policy for how they handle the relay. If you'd rather not use Formspree, you can email the developer directly at patilyasshh@gmail.com or open a GitHub issue.
Note Counter does not use Google AdSense, Google Analytics, Facebook Pixel, Plausible, Mixpanel, or any other ad/tracking provider. No cookies are used for advertising or cross-site tracking.
Web fonts (Google Fonts: Inter, JetBrains Mono) are loaded from Google's servers when the page first loads. Google may log the request IP as part of normal CDN operation. After the first load, the PWA service worker caches these locally and the app works offline.
Note Counter links to GitHub (source, sponsors), the developer's portfolio, and policy pages. Visiting those links sends standard browser-request data to those external sites under their privacy policies โ Note Counter does not control or share data with them.
Note Counter does not set any cookies of its own. There is no cookie consent banner because there is nothing to consent to. The Vercel Analytics script described above is cookieless.
Note Counter does not collect personal information from anyone, including children under 13. There is no account creation, no advertising, and no behavioural profiling. The app is safe to use at any age.
Because Note Counter does not collect personal data, there is no personal data to access, correct, port, or delete on the developer's side โ your data lives only in your own browser, fully under your control. Specifically:
The site is served over HTTPS. Because nothing about your counts is transmitted, there is no server-side credential or financial data store to breach. The optional Web Lock PIN/password is stored as a salted hash in your own browser; it is not synced or transmitted.
If this policy changes, the updated version will be posted on this page with a new "Last updated" date. Substantive changes (e.g., adding any new third-party service) will be called out clearly at the top of the page.
Questions about privacy, the project, or this policy:
Last Updated: April 29, 2026
Version: 3.0 (Free-forever, no-ads relaunch)