# Markets Gazette > A financial intelligence platform that aggregates global news, classifies it by asset and topic, analyzes sentiment for each article, and delivers a daily report summarizing key developments and their potential market impact. ## What it does Markets Gazette reads RSS feeds, sends each article to Google Gemini AI for analysis, and classifies it with a market signal: - **POSITIVE** — bullish news for the affected asset - **NEGATIVE** — bearish news for the affected asset - **NEUTRAL** — informational, no clear directional impact For each article the AI extracts: the affected asset (ticker, company, index, forex pair, commodity, or crypto), the asset class, the country of origin, and writes a bilingual one-sentence summary of the market impact in both Italian and English. ## Key features - **Signal feed** — chronological feed of classified news with signal badges, filterable by signal type, asset class, country, and free-text search - **Daily digest** — AI-generated executive summary grouped by category - **Archive** — browse historical news with a date-range picker - **Bilingual** — full Italian UI at https://finance.schengatto.cloud/it, full English UI at https://finance.schengatto.cloud/en - **No account required** — completely free, no registration, no paywall - **Dark/light mode** — newspaper-style design with parchment and ink palette ## Technical context - Built with Nuxt 4 (Vue 3), TypeScript, PostgreSQL, Prisma 7 - AI analysis powered by Google Gemini 2.5 Flash Lite - Dual deployment: serverless (Netlify) or autonomous (VPS/Docker with SSE real-time updates) - Privacy-first: cookieless analytics (PostHog in memory mode), no user tracking ## Important disclaimer Markets Gazette is **not financial advice**. Signals represent AI classification of news sentiment, not investment recommendations. Always consult a qualified financial advisor before making investment decisions. ## Author Enrico Schintu — https://enricoschintu.com ## URLs - Homepage (Italian): https://finance.schengatto.cloud/it - Homepage (English): https://finance.schengatto.cloud/en - Full documentation: https://finance.schengatto.cloud/llms-full.txt - RSS feed: https://finance.schengatto.cloud/feed.xml - OpenAPI specification: https://finance.schengatto.cloud/openapi.yaml - Agent REST API: https://finance.schengatto.cloud/api/agents/news - Agent SSE stream: https://finance.schengatto.cloud/api/agents/stream