Add service status panel and improve tech variant feeds

- Add ServiceStatusPanel: monitors AWS, Azure, GCP, GitHub, OpenAI, Slack, etc.
- Add new feeds: Engadget, Fast Company, MIT Research, Show HN, YC Launches, Dev Events
- Remove broken feeds: Protocol Policy, Axios AI, AnandTech (shut down)
- Add "SOON" badge for events within 2 days
- Fix GitHub Trending to use actual RSS feed (mshibanami.github.io)
- Add domains to rss-proxy allowlist
This commit is contained in:
Elie Habib
2026-01-23 09:11:20 +04:00
parent 633faae158
commit 9fb3c34628
9 changed files with 542 additions and 7 deletions

View File

@@ -86,6 +86,10 @@ const ALLOWED_DOMAINS = [
'www.axios.com',
'github.blog',
'githubnext.com',
'mshibanami.github.io',
'www.engadget.com',
'news.mit.edu',
'dev.events',
];
export default async function handler(req) {