Add unfirehose to software page

This commit is contained in:
russell@unturf.com 2026-03-07 20:24:06 -05:00
parent 3f7cb116d0
commit 0978dd5233
2 changed files with 23 additions and 1 deletions

View file

@ -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;
}

View file

@ -81,10 +81,20 @@
</ul>
</nav>
</article>
<article>
<h2><a href="https://unfirehose.com" target="_blank" class="unfirehose-logo">un<span>firehose</span></a></h2>
<p>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.</p>
<nav>
<ul>
<li><a href="https://unfirehose.com" target="_blank">🌐 unfirehose.com</a></li>
<li><a href="https://github.com/russellballestrini/unfirehose-nextjs-logger" target="_blank">📦 Source Code</a></li>
</ul>
</nav>
</article>
</div>
<footer>
<small>All source code donated into the public domain.<br>Trademarks reserved: <span class="unturf-brand">unturf.</span>, Remarkbox, Make Post Sell, uncloseai, unsandbox, neopig.</small>
<small>All source code donated into the public domain.<br>Trademarks reserved: <span class="unturf-brand">unturf.</span>, Remarkbox, Make Post Sell, uncloseai, unsandbox, neopig, unfirehose.</small>
<nav>
<ul>
<li><a href="/">← back to <span class="unturf-brand">unturf.</span>com</a></li>