Rebrand user-facing product to Upbeat Bytes (upbeatbytes.com)

Masthead, page <title>, 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>
This commit is contained in:
jay
2026-06-01 01:24:44 +00:00
parent 9d257c9950
commit f57b63edef
4 changed files with 9 additions and 6 deletions
+4 -2
View File
@@ -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.
+1
View File
@@ -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</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
+2 -2
View File
@@ -5,7 +5,7 @@
<header class="site">
<div class="container">
<a class="brand" href="/">good<span>News</span></a>
<a class="brand" href="/">Upbeat <span>Bytes</span></a>
<p class="tagline">Calm, constructive news worth your attention — and nothing that isn't.</p>
</div>
</header>
@@ -16,7 +16,7 @@
<footer class="site">
<div class="container">
goodNews · metadata &amp; links only, no stored articles · <a href="/docs">API</a>
Upbeat Bytes · metadata &amp; links only, no stored articles · <a href="/docs">API</a>
</div>
</footer>
+2 -2
View File
@@ -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": "/",