Data Ownership
PlainHub's most important design principle. 100% of your data belongs to your GitHub repository.
Principles
- PlainHub stores no data — No proprietary server or database
- Data lives in GitHub — All files are saved to your GitHub repository
- Your data stays if you leave — Standard Git format means easy migration to other services
- 100% client-side — Direct communication between browser and GitHub only
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
| Service | Where data lives | If service shuts down |
|---|---|---|
| Typical cloud services | Provider's servers | Export required |
| PlainHub | Your GitHub | Data stays as-is |
Why it matters
- No vendor lock-in — You're not dependent on PlainHub. Leave anytime
- Data portability — Standard Git format. Read and write with any Git client
- Audit & compliance ready — Full change tracking via Git history. Who changed what and when is always recorded