From f57b63edefb5c0468a772fe3c26dddf86ad682f8 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 1 Jun 2026 01:24:44 +0000 Subject: [PATCH] Rebrand user-facing product to Upbeat Bytes (upbeatbytes.com) Masthead, page , PWA manifest name, and footer now say 'Upbeat Bytes'; README headline updated. The internal Python package/CLI stay 'goodnews' (no functional reason to rename, and it avoids churn). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --- README.md | 6 ++++-- frontend/src/app.html | 1 + frontend/src/routes/+layout.svelte | 4 ++-- frontend/static/manifest.webmanifest | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) 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 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#2f7d5b" /> <meta name="description" content="Calm, constructive news worth your attention — and nothing that isn't." /> + <title>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": "/",