As a cloud and DevOps professional, I was tired of checking 10+ blogs every morning just to stay current — AWS, Azure, GCP, Kubernetes, Terraform all have separate update feeds. So I built CloudPeer360 to solve this.
What is CloudPeer360?
CloudPeer360 is an AI-curated news aggregator that pulls official updates from major cloud providers and uses AI to extract what actually matters — key takeaways, practical use cases, and impact analysis.
Live site: https://cloudpeer360.com
Features
Multi-cloud coverage — AWS, Azure, GCP, Kubernetes, Terraform & HashiCorp updates in one place
AI-powered summaries — Each article gets key takeaways and practical use cases extracted automatically
Hourly updates — Fresh content every hour from official RSS feeds
Trending topics — See what's hot across cloud providers right now
Dark mode — Because we're developers
Mobile responsive — Read on the go
Tech Stack
Frontend: Next.js 15 (App Router), Tailwind CSS, TypeScript
Backend: FastAPI (Python) with AI agents for content curation
Database: PostgreSQL + Redis + Qdrant (vector search)
Infrastructure: K3s, Docker, Cloudflare
AI: Gemini for summarization and content analysis
How It Works
The backend runs a scheduled pipeline that:
Fetches official RSS feeds from cloud provider blogs
Curates — validates links, removes duplicates, verifies authenticity
Enriches — AI extracts key points, use cases, and quality scores
Publishes — stores and serves through the frontend
Instead of one monolithic AI prompt, I built specialized agents — a News Curator that fetches and deduplicates, a Content Writer that generates structured summaries, and a Research Agent that cross-references for accuracy.
Challenges
RSS feed inconsistency — Every cloud provider structures their feeds differently. Azure's updates page is particularly tricky compared to AWS's clean RSS.
Duplicate detection — The same announcement often appears across multiple feeds with slightly different titles. Built a normalized title similarity check to handle this.
What's Next
Newsletter with daily/weekly digests
Personalized feeds (pick your providers)
Slack/Teams integration for team notifications
Try It Out
https://cloudpeer360.com
I'd love feedback:
Is the UI clean enough or too busy?
What features would you actually use daily?
Any cloud providers or tools I should add?
Top comments (0)