AI News Intelligence — n8n agent over FastAPI + Redis + SvelteKit

Personal side project: an AI agent that orchestrates news data via n8n, serves it through a FastAPI + Redis cache layer, and talks to users through a SvelteKit chat UI. Whole stack containerized with Docker Compose for one-command deploy.

Client
Personal project
Role
Sole engineer
Year
2025
Timeline
Apr 2025 (concept-to-deploy in weeks)
FastAPI Python Redis Docker
AI News Intelligence — n8n agent over FastAPI + Redis + SvelteKit

Problem

A personal project to put together what most AI demos leave out: proper orchestration, an actual cache, and a thin frontend. The brief was small — let me ask the assistant about a news topic and get a coherent answer grounded in scraped data — but the goal was to wire it the way I’d ship it in production.

Approach

Three layers, each picked for its place in the stack rather than its hype:

Outcome

The architecture pattern: orchestration outside application code (n8n), warm data behind a real cache (Redis), thin specialized frontends (SvelteKit), and a one-command deploy that owns the operational story.

Technologies used

FastAPI Python Redis Docker
Keep exploring

More work