You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes to StackBrief are documented here.
4
4
5
+
## Unreleased
6
+
7
+
### Added
8
+
9
+
- The product website hero now displays public, source-linked GitHub stars and npm downloads since StackBrief launched. Metrics refresh hourly, remain token-free, and disappear individually rather than making the page fail when a provider is unavailable.
Copy file name to clipboardExpand all lines: apps/web/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ The website uses two complementary pieces of product language:
9
9
10
10
The first names the product; the second describes the developer outcome. Do not merge or replace either without a deliberate product decision.
11
11
12
+
## Public metrics
13
+
14
+
The hero can show two public, source-linked credibility signals: GitHub stars and npm downloads since StackBrief launched on 2026-07-12. They are fetched server-side and cached for one hour, so the page never exposes a token or depends on client-side requests. If either public API is unavailable or rate-limited, that one metric is omitted; the homepage still renders normally.
15
+
16
+
The npm label deliberately says **downloads since launch**. npm's download endpoint reports a requested date range, so StackBrief does not present it as an ambiguous all-time total.
0 commit comments