billbaud.net
C:\BILLBAUD\APPS\NEWSART

Apps Spotlight

C:\billbaud\apps\newsart> type overview.txt

NewsArt

NewsArt turns the live news cycle into local-first artwork. It watches RSS feeds, builds painterly prompts, generates images on the machine, and publishes a simple site that can refresh itself in the background.

How It Works

From RSS Headline To Published Artwork

The workflow is straightforward and hackable: NewsArt reads one or more enabled RSS feeds, picks the next unseen story, optionally pulls article text for extra context, builds a prompt, generates a new image, writes a fresh latest.png and index.html, and can upload the result over FTPS.

It is built as a reusable local publishing engine, with site-specific config, output folders, state files, logs, feeds, and publishing targets kept separate from the core workflow.

AI Stack

Local Image Generation First

The current generator uses diffusers locally, with the default model set to stabilityai/sd-turbo. That keeps the core image generation on the machine rather than depending on a hosted image API.

Prompting

Optional Local Ollama Rewrite

NewsArt can optionally use local Ollama to turn a dry headline and article extract into a more visual prompt. The configured model is llama3.2:latest, and the system prompt keeps the result short, faithful, and grounded in real art movements.

RSS And Automation

Feeds, Scheduling, And Publishing

Feeds are defined per site profile, named so the published page can credit the source properly, and filtered against a seen-history list. A PySide6 Windows tray app handles scheduling, status, notifications, and background runs.

Why I Like It

A Creative Project That Is Also Practical

NewsArt is both experimental and useful. It started as a way to reinterpret headlines as art, but it has grown into a maintainable local publishing system with profile-based sites, configurable styles, a tray controller, and real deployment support.

Live Site

NewsArt live site snapshot.

NewsArt Is Live

The main NewsArt site is live on BillBaud and updates from the real publishing pipeline, not a staged demo page.

Open the live NewsArt site