Data Ownership

PlainHub's most important design principle. 100% of your data belongs to your GitHub repository.

Principles

Data flow

graph LR A["Browser / CLI"] -- GitHub API --> B["GitHub"] -- read/write --> C["Your Repo"]
No intermediary server. PlainHub stores no data — direct communication between browser and GitHub only.

How it compares

ServiceWhere data livesIf service shuts down
Typical cloud servicesProvider's serversExport required
PlainHubYour GitHubData stays as-is

Why it matters