|
1 |
+ |
# Balanced Breakfast — Privacy Policy
|
|
2 |
+ |
|
|
3 |
+ |
*Last updated: May 12, 2026*
|
|
4 |
+ |
|
|
5 |
+ |
Balanced Breakfast is published by Make Creative, LLC. This policy explains what data the app handles.
|
|
6 |
+ |
|
|
7 |
+ |
## The Short Version
|
|
8 |
+ |
|
|
9 |
+ |
- Balanced Breakfast is a local-first feed aggregator. Subscriptions, fetched articles, and read state live in a SQLite database on your own device.
|
|
10 |
+ |
- We don't run a server for Balanced Breakfast. We don't see your data.
|
|
11 |
+ |
- The app fetches feed data directly from sources you configure (RSS feeds, public APIs); those operators see your IP, as with any web request.
|
|
12 |
+ |
- No telemetry, analytics, ads, or tracking.
|
|
13 |
+ |
|
|
14 |
+ |
## What Balanced Breakfast Stores on Your Device
|
|
15 |
+ |
|
|
16 |
+ |
- Your feed subscriptions and source configurations
|
|
17 |
+ |
- Fetched articles, metadata, and read/unread state
|
|
18 |
+ |
- Plugin scripts you install (Rhai)
|
|
19 |
+ |
- Encrypted credentials for sources that require auth (e.g. API tokens) — stored in the OS keychain, never in plain disk
|
|
20 |
+ |
|
|
21 |
+ |
## What Balanced Breakfast Sends Off Your Device
|
|
22 |
+ |
|
|
23 |
+ |
The app makes outbound requests only to sources you've added:
|
|
24 |
+ |
|
|
25 |
+ |
- RSS/Atom feed URLs you subscribe to
|
|
26 |
+ |
- Public APIs (e.g. Hacker News, arXiv) that plugins are configured to query
|
|
27 |
+ |
- Image hosts referenced by article content (loaded for preview rendering)
|
|
28 |
+ |
- **Update server** — the app periodically checks for new versions. The check transmits your current app version and platform; no personal data.
|
|
29 |
+ |
|
|
30 |
+ |
We don't proxy any of these requests. Each goes directly from your device to the source's own server, under that source's own privacy policy.
|
|
31 |
+ |
|
|
32 |
+ |
## What Balanced Breakfast Does Not Do
|
|
33 |
+ |
|
|
34 |
+ |
- No analytics SDK, no crash reporter beacons, no usage tracking
|
|
35 |
+ |
- No advertising, no third-party trackers
|
|
36 |
+ |
- No data sold or shared with third parties
|
|
37 |
+ |
- No cloud sync between devices (each device's database is independent)
|
|
38 |
+ |
|
|
39 |
+ |
## Children
|
|
40 |
+ |
|
|
41 |
+ |
Balanced Breakfast is not directed at children under 13.
|
|
42 |
+ |
|
|
43 |
+ |
## Changes
|
|
44 |
+ |
|
|
45 |
+ |
Material changes to this policy will be noted in the app's release notes.
|
|
46 |
+ |
|
|
47 |
+ |
## Contact
|
|
48 |
+ |
|
|
49 |
+ |
questions@makenot.work
|