Skip to content

Open video watching and news AI summaries to logged-out users#578

Merged
asim merged 1 commit into
mainfrom
claude/add-wallet-transfers-74PHC
Apr 24, 2026
Merged

Open video watching and news AI summaries to logged-out users#578
asim merged 1 commit into
mainfrom
claude/add-wallet-transfers-74PHC

Conversation

@asim
Copy link
Copy Markdown
Member

@asim asim commented Apr 24, 2026

Both were gated behind login for no reason — the video is a YouTube iframe (zero cost) and the AI summary is pre-generated and cached (zero cost to serve). Gating them just blocked sharing and discovery with no upside, especially now that signup is invite-only.

video/video.go: removed the guest block that showed a thumbnail with 'Login to watch' instead of the actual player. Everyone now gets the full embed.

news/news.go: removed the guest branch that duplicated the entire article template just to hide the summary behind a login prompt. Everyone now sees the same article page with the AI summary.

Both were gated behind login for no reason — the video is a YouTube
iframe (zero cost) and the AI summary is pre-generated and cached
(zero cost to serve). Gating them just blocked sharing and discovery
with no upside, especially now that signup is invite-only.

video/video.go: removed the guest block that showed a thumbnail
with 'Login to watch' instead of the actual player. Everyone now
gets the full embed.

news/news.go: removed the guest branch that duplicated the entire
article template just to hide the summary behind a login prompt.
Everyone now sees the same article page with the AI summary.
@asim asim merged commit 55f67a9 into main Apr 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants