
Latest Arsenal news and videos in one place
Gunner News
Site: GunnerNews.com
July 23, 2025: Public Launch
stuff.
Tweaks
Added counters to indicate quantity of articles and videos
Added footer for attribution
Cleaned up spacing
Got new name and domain (Arsenal Live Tracker didn’t have a ring to it). My dad thought Gunner News was “acceptable” 😄
July 5, 2025: Soft launch on Replit subdomain (deprecated)
I built this for my dad, who’s a long-time Arsenal FC fan. I wanted him to have a site where he could easily get the latest news and videos about the team.
First, I hashed out the idea with ChatGPT. Told it what I wanted and asked it for a PRD recap, a step by step guide and prompt. Then, I took the prompt into Replit. Had to create and add YouTube API key in a Secrets folder to securely store these keys. Replit used Google News RSS feed for Arsenal news articles.
Tweaks
There’s no one-shotting things if you really want it to work. Tweaks included:
Had to get the Arsenal logo from Wikipedia and give it to Replit because it kept generating made-up SVG logos it called the Arsenal logo.
Tweaked layout, alignment, and spacing
Made the News and Video containers flex in height with the viewport.
Optimized header so it took up less space, had fewer words (shorter name), and incorporated the Refresh button instead of having it sit awkwardly by itself.
Get the videos to play in an overlay instead of in their cards
Add sorting logic so that news and videos were listed by recency
Launched
Public: July 23, 2025
Soft: July 5, 2025
Learnings
Generating and incorporating API credentials YouTube API
Restricting API key to YouTube API usage only
To Dos
Get a real name and domain
Improve quality of results—restrict to English only
Incorporate some monetization?