Privacy & Data Boundary
Fleuron is designed for research where raw transcripts and sensitive quotes must not leave your control. This page discloses the data boundaries for both the application and this website.
1. The desktop application
Fleuron runs locally on your computer. When used offline, zero network requests occur. When you choose to use optional team collaboration features, only metadata crosses to the sync server.
Data boundary explanation: On your computer, all transcript raw files and text, verbatim quotes, filenames, analytic and reflexive memos, and the local SQLite database remain stored locally and are never transmitted. When optional collaboration sync is used, only account email, de-identified study and participant labels, codebook structure and definitions, coded span character offsets, and study membership metadata are synced over encrypted HTTPS/WSS.
Data boundary field disclosure
| Category | Synced when collaboration is active | Kept strictly on local disk |
|---|---|---|
| Account & Access | Account email, auth metadata, study membership, coder display name, device sync state | Session refresh tokens, local application preferences, working folder paths |
| Study Identity | Study title, de-identified participant IDs, interview IDs, segment counts, content hashes | Raw transcript files, full transcript text, original filenames, interview dates, diagnosis fields |
| Codebook | Code IDs, code names, definitions, inclusion criteria, exclusion criteria, examples, hierarchy, color | None (codebook text syncs word-for-word so teams share definitions; author them de-identified) |
| Coding | Coder attribution, segment IDs, code IDs, character start/end offsets, timestamps | Verbatim quote text, coding memos, analytic memos, reflective notes |
| Output & Diagnostics | Nothing automatically | Exported reports, local SQLite databases, backup files, crash logs |
2. This website (fleuron.study)
The website you are reading right now collects nothing and tracks nothing. It is built as static HTML and hosted on Cloudflare Pages.
- No analytics: We run no Google Analytics, Plausible, PostHog, or tracking pixels.
- No cookies: No cookie banner is needed because no cookies or trackers are set.
- No forms or inputs: We collect no emails, names, newsletters, or visitor submissions.
- Zero third-party requests: All fonts, stylesheets, scripts, and images are self-hosted. Your browser makes zero requests to third-party CDNs.
- Enforced by build gates: This claim is not just an intention. Every build must pass an automated CI test (
npm run check:no-external) that scans every generated HTML and CSS file and fails if any third-party external request exists.