From 0978dd5233df6e3d6a1dee218c4ead67e8b4edf4 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sat, 7 Mar 2026 20:24:06 -0500 Subject: [PATCH] Add unfirehose to software page --- css/unturf.css | 12 ++++++++++++ software/index.html | 12 +++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/css/unturf.css b/css/unturf.css index c26cb9c..b06cebf 100644 --- a/css/unturf.css +++ b/css/unturf.css @@ -222,6 +222,18 @@ sup a:hover { background-clip: text; } +.unfirehose-logo { + font-family: system-ui, sans-serif; + font-weight: 900; + color: #ffffff !important; + -webkit-text-fill-color: #ffffff; +} + +.unfirehose-logo span { + color: #e53935 !important; + -webkit-text-fill-color: #e53935; +} + .software-page hgroup { margin-bottom: 1rem; } diff --git a/software/index.html b/software/index.html index bfe1f9c..19e9b01 100644 --- a/software/index.html +++ b/software/index.html @@ -81,10 +81,20 @@ +
+

+

NextJS session logger & todo tracker for machine learning agents. Ingests Claude Code, Fetch, & uncloseai JSONL sessions, extracts todos, & provides a dashboard to triage work across projects.

+ +