← Back to all projects
Year: 2026 Role: Creator & Developer

AI Newsletter Hub

An AI-powered newsletter platform: workflows automatically research sources and produce curated articles that land in a searchable library.

TypeScriptReact 19HonotRPCPostgreSQLDrizzle ORMGemini

The AI Newsletter Hub is a self-hosted platform that uses AI to automatically research, write and publish newsletter articles. You configure workflows and sources in the admin area, and the rest runs on its own, including scheduled runs via cron.

How it works

A workflow gathers content from the configured sources, an AI client (Google Gemini) summarises it and turns it into a curated article. Every run shows its status, the sources used and the result in real time. Articles can be reviewed, edited and set to “public” in the admin, after which they appear in a searchable library with tag filters.

Highlights

Technically a TypeScript stack: a React 19 frontend (Vite, Tailwind, Radix UI) with a Hono and tRPC backend, PostgreSQL via Drizzle ORM, AI access to Google Gemini and cron-driven workflows.