Summary in one sentence: Freesuite processes your files in your browser, does not have user accounts, does not sell or share your data, and collects no personal information beyond standard HTTP request metadata needed to deliver the website.
What Freesuite does NOT do
Because of how Freesuite is built, the following are all true by construction, not as a matter of stated policy:
- Freesuite does not have user accounts. You cannot create one.
- Freesuite does not collect email addresses, phone numbers, or any personal identifiers.
- Freesuite does not store the content of documents, PDFs, images, or other files you process with any Freesuite tool. File processing happens in your browser.
- Freesuite does not store the content of messages exchanged via Freechatroom. Messages are relayed through Supabase Realtime and not persisted in any database.
- Freesuite does not sell, share, or rent data to third parties.
- Freesuite does not use advertising networks, tracking pixels, or behavioral profiling.
- Freesuite does not use Google Analytics or similar invasive analytics tools.
What Freesuite does collect
Standard server logs
The hosting provider (Vercel) maintains server-side logs containing standard HTTP request metadata: IP address, user agent string, requested URL, timestamp, and referrer. These logs are used for infrastructure operations (detecting abuse, debugging errors, capacity planning) and are subject to Vercel's own data retention policies.
Freesuite does not directly access these logs and does not use them for user profiling or analytics.
Browser local storage
Several Freesuite tools use your browser's local storage to preserve work across page reloads. Examples:
- Freenotepad: stores the text you've typed so refreshing the page doesn't lose it.
- Freehabittracker: stores your daily habit check-ins.
- Freepomodoro: stores your session count.
- Freechatroom: stores recent messages within your current room (temporary, wiped when the room self-destructs).
- All tools: store your dark/light mode preference under the key
suite_theme.
This data lives in your browser, not on any server. Clearing your browser data removes it.
Vercel Web Analytics
Freesuite uses Vercel Web Analytics for aggregate page view counts. Vercel Web Analytics is explicitly designed as a privacy-respecting analytics service: it does not use cookies, does not track individual users across sessions, and does not collect personal data. It aggregates page views by URL, referrer, and country at the country level.
See Vercel's analytics privacy policy for full details.
Freechatroom specifics
Freechatroom is the only Freesuite tool with a realtime backend. A clarification on how it handles data:
- Messages are broadcast through Supabase Realtime, which relays messages to connected clients.
- Messages are not written to any database. Supabase Realtime Broadcast is a relay service, not storage.
- Room passwords are used client-side to derive channel names via SHA-256. The password itself is never sent to Supabase.
- Your recent messages are stored in your browser's local or session storage so that refreshing the page preserves your view.
- If a room has a self-destruct timer (1 hour or 24 hours), all messages are wiped from every participant's device when the timer expires.
Cookies
Freesuite does not set cookies for tracking or analytics. The only browser storage used is:
- localStorage (not cookies): for preferences like dark mode and for per-tool settings.
- sessionStorage: for ephemeral data within a single browser tab (e.g., ephemeral chat room messages).
These storage types are distinct from HTTP cookies and cannot be read by other websites.
Third-party services
Freesuite uses a small number of third-party services to deliver the site:
- Vercel — hosting and CDN. Receives HTTP request metadata for every page view.
- jsDelivr — CDN for the Supabase JavaScript SDK (only used by Freechatroom). Receives an HTTP request when the SDK is loaded.
- Google Fonts — CDN for the DM Sans and Lora fonts used throughout Freesuite. Receives an HTTP request when fonts are loaded.
- Supabase — realtime message relay for Freechatroom only. Does not receive data for any other tool.
Each of these services has its own privacy policy. Freesuite has chosen providers with acceptable privacy practices but does not control their policies.
Children's privacy
Freesuite does not collect any information from anyone, including children. The service is intended for general audiences and does not knowingly process data from children under 13 (or the applicable age in your jurisdiction).
Your rights
Since Freesuite does not maintain personal data beyond what's described above, most traditional "data rights" (access, deletion, portability) don't have a meaningful application here. If you have specific concerns about data Freesuite may have about you, please contact us and we'll respond as quickly as possible.
For data held by Vercel (server logs, analytics), see Vercel's privacy policy for your rights as a user of their infrastructure.
Changes to this policy
If Freesuite's data handling practices change in a way that affects users, this policy will be updated and the "Last updated" date at the top will reflect the change. Substantive changes that involve collecting new types of data would be highlighted at the top of the home page for a reasonable period.
Contact
For questions about this privacy policy, see About Freesuite for contact information.