Privacy Statement
OfficePulse is a personal home lab project. This page explains clearly and honestly what data is — and is not — collected when you take the survey.
What we collect
We collect only your survey responses — the multiple-choice answers you select for each of the 10 questions. Responses are assigned a random session ID generated at the time of submission and are stored in an Azure Cosmos DB database for the sole purpose of data analysis within this home lab project.
What we do not collect
- Your name, email, or any identifying personal information
- Your IP address
- Device information, browser fingerprints, or hardware details
- Location data
- Cookies or tracking pixels
How responses are stored
Submitted responses are sent to an Azure Cosmos DB instance via a secure API. Each submission is stored as a JSON document containing only:
{
"id": "<random-uuid>",
"submittedAt": "<ISO timestamp>",
"answers": {
"q1": "Hot coffee",
"q2": "Late morning",
...
}
}
No linkage between submissions and individuals exists in this structure by design.
Third-party sharing
Responses are never sold, shared with advertisers, or disclosed to any third party. This is a personal lab project with no commercial purpose.
Contact
This project is hosted on GitHub at BreakerofChainz/Office-Survey-App . If you have questions about how data is handled, feel free to open an issue in the repository.