diff --git a/README.md b/README.md index 1ae292d..e573702 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# goodNews +# Upbeat Bytes -Local-first constructive news ingestion prototype. +Calm, constructive news — local-first ingestion, scoring, and a daily brief. +(The Python package and CLI are named `goodnews` for historical reasons; the +product is **Upbeat Bytes**, at upbeatbytes.com.) The first milestone is intentionally small: collect public RSS/Atom metadata, dedupe it, store short source-provided snippets, and attach early reason-coded heuristic scores. It does not store full article bodies. diff --git a/frontend/src/app.html b/frontend/src/app.html index 28f7201..fe3ad42 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -7,6 +7,7 @@ + Upbeat Bytes — calm, constructive news %sveltekit.head% diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 5023164..c5087b0 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -5,7 +5,7 @@
- goodNews + Upbeat Bytes

Calm, constructive news worth your attention — and nothing that isn't.

@@ -16,7 +16,7 @@ diff --git a/frontend/static/manifest.webmanifest b/frontend/static/manifest.webmanifest index b2095ee..3d7e25f 100644 --- a/frontend/static/manifest.webmanifest +++ b/frontend/static/manifest.webmanifest @@ -1,6 +1,6 @@ { - "name": "goodNews", - "short_name": "goodNews", + "name": "Upbeat Bytes", + "short_name": "Upbeat Bytes", "description": "Calm, constructive news worth your attention — and nothing that isn't.", "start_url": "/", "scope": "/",