From c52122cc8843d969a78a62a317e22a7838f0d20f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 18 Mar 2026 14:48:39 -0500 Subject: add hutch website --- website/privacy.html | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 website/privacy.html (limited to 'website/privacy.html') diff --git a/website/privacy.html b/website/privacy.html new file mode 100644 index 0000000..cc7392e --- /dev/null +++ b/website/privacy.html @@ -0,0 +1,120 @@ + + + + + + + Privacy Policy — Hutch + + + + +
+ + +
+
+

Privacy Policy

+ +

Hutch
+ Last updated: March 17, 2026

+ +

Overview

+

+ Hutch is a client for SourceHut. This app allows users to browse repositories, + tickets, and builds using their own SourceHut account. +

+ +

Data Collection

+

+ Hutch does not collect, store, or transmit personal data to the developer. +

+

+ All data displayed in the app is retrieved directly from SourceHut using + user-provided authentication credentials. +

+ +

Authentication

+

+ Hutch uses a SourceHut Personal Access Token (PAT) provided by the user. +

+

+ The token is stored securely on-device and is used only to authenticate requests + to SourceHut. The developer does not have access to this token. +

+ +

Data Usage

+

The app communicates with SourceHut servers to:

+
    +
  • fetch repositories, files, and commits
  • +
  • retrieve and update tickets
  • +
  • submit and monitor builds
  • +
+

+ No data is transmitted to any servers operated by the developer. +

+ +

Third-Party Services

+

+ Hutch communicates with SourceHut services (sr.ht) to retrieve user data. +

+

+ No analytics, advertising, or tracking SDKs are used. +

+ +

User-Generated Content

+

+ The app displays content from SourceHut, including repositories, tickets, and + builds. This content is accessed based on the user’s authentication and + permissions. +

+ +

Device Permissions

+

+ Hutch does not request access to sensitive device data such as location, + contacts, camera, or microphone. +

+ +

Changes to This Policy

+

+ This policy may be updated in future versions. Updates will be reflected on this page. +

+ +

Contact

+

+ For questions, contact: + privacy@cleberg.net +

+
+
+ + +
+ + + \ No newline at end of file -- cgit v1.2.3