Back to PreplyPulse
Privacy & verification
You can verify how your CSV is handled.
PreplyPulse is built as a client-side tool. Your file is opened by your browser, parsed in memory, and used to calculate the dashboard.
What does not happen
Your CSV is not uploaded, saved, stored in localStorage, sent to a server, or attached to Google Analytics.
Verify it yourself
You do not have to take the privacy claim on trust. These checks are quick and visible in your own browser.
Check the Network tab
- Open DevTools in your browser.
- Go to the Network tab.
- Clear the visible requests.
- Upload a CSV.
- Confirm no request sends the file after upload.
Try it offline
After the page loads, you can turn off Wi-Fi and still upload the CSV, parse it, and see the dashboard because the work happens in your browser.
Open source
The source code is public, and the deployed commit link points to the version Vercel reports for the current deployment when that value is available.