BlogAggregator
Multi-user CLI RSS feed aggregator with a configurable polling loop, auth-gated commands, and PostgreSQL persistence.
TypeScriptPostgreSQLDrizzle ORM
September 15, 2025 A command-line RSS aggregator backed by PostgreSQL and Drizzle ORM. Features a configurable polling loop with graceful SIGINT shutdown, a command registry pattern with auth-gated middleware, many-to-many feed follow relationships, and duplicate-URL deduplication using ON CONFLICT DO NOTHING.