@senior: Layout: replace card grid with a simple list #10
Submodule
+1
Submodule .agents-workflow added at eeae1fdaaa
+76
-93
@@ -24,72 +24,65 @@
|
||||
<p class="section-lede">What if an AI companion wasn't just an app, but something physical in your room? CipherDolls is my biggest project: an AI companion platform where characters can talk, listen — and live inside real devices.</p>
|
||||
<a class="section-link" href="https://github.com/cipherdolls" rel="noopener noreferrer" target="_blank">github.com/cipherdolls ↗</a>
|
||||
</div>
|
||||
<div class="cards">
|
||||
<ul class="projects">
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">core</h3>
|
||||
<p class="card-story">The brain of the platform: one backend that handles chat, voice, memory, payments and the connection to the physical dolls.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/cipherdolls/core" rel="noopener noreferrer" target="_blank">core</a></h3>
|
||||
<p class="project-story">The brain of the platform: one backend that handles chat, voice, memory, payments and the connection to the physical dolls.</p>
|
||||
<ul class="tags">
|
||||
<li>Bun</li><li>Elysia</li><li>Prisma</li><li>PostgreSQL</li><li>Redis</li><li>MQTT</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/cipherdolls/core" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">server</h3>
|
||||
<p class="card-story">A slimmed-down core for anyone who just wants to chat with a character — the same architecture, none of the complexity.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/cipherdolls/server" rel="noopener noreferrer" target="_blank">server</a></h3>
|
||||
<p class="project-story">A slimmed-down core for anyone who just wants to chat with a character — the same architecture, none of the complexity.</p>
|
||||
<ul class="tags">
|
||||
<li>Bun</li><li>Elysia</li><li>Prisma</li><li>PostgreSQL</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/cipherdolls/server" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">webapp</h3>
|
||||
<p class="card-story">The web face of CipherDolls — where you meet the characters.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/cipherdolls/webapp" rel="noopener noreferrer" target="_blank">webapp</a></h3>
|
||||
<p class="project-story">The web face of CipherDolls — where you meet the characters.</p>
|
||||
<ul class="tags">
|
||||
<li>React Router</li><li>TypeScript</li><li>Tailwind</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/cipherdolls/webapp" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">stream-player</h3>
|
||||
<p class="card-story">Voices need to arrive instantly. This streams the AI's speech to your browser the moment it is generated.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/cipherdolls/stream-player" rel="noopener noreferrer" target="_blank">stream-player</a></h3>
|
||||
<p class="project-story">Voices need to arrive instantly. This streams the AI's speech to your browser the moment it is generated.</p>
|
||||
<ul class="tags">
|
||||
<li>TypeScript</li><li>Redis</li><li>WebSocket</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/cipherdolls/stream-player" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">stream-recorder</h3>
|
||||
<p class="card-story">The listening half: your voice streams in, gets converted on the fly, and lands with the AI.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/cipherdolls/stream-recorder" rel="noopener noreferrer" target="_blank">stream-recorder</a></h3>
|
||||
<p class="project-story">The listening half: your voice streams in, gets converted on the fly, and lands with the AI.</p>
|
||||
<ul class="tags">
|
||||
<li>TypeScript</li><li>WebSocket</li><li>ffmpeg</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/cipherdolls/stream-recorder" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">firmware-watcher</h3>
|
||||
<p class="card-story">The magic moment: a real device on your desk wakes up, connects, and speaks with the character's voice.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/cipherdolls/firmware-watcher" rel="noopener noreferrer" target="_blank">firmware-watcher</a></h3>
|
||||
<p class="project-story">The magic moment: a real device on your desk wakes up, connects, and speaks with the character's voice.</p>
|
||||
<ul class="tags">
|
||||
<li>C</li><li>ESP-IDF</li><li>ESP32-S3</li><li>LVGL</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/cipherdolls/firmware-watcher" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">firmware-m5sticks3</h3>
|
||||
<p class="card-story">The pocket version: the same companion on a tiny stick with a display and a microphone.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/cipherdolls/firmware-m5sticks3" rel="noopener noreferrer" target="_blank">firmware-m5sticks3</a></h3>
|
||||
<p class="project-story">The pocket version: the same companion on a tiny stick with a display and a microphone.</p>
|
||||
<ul class="tags">
|
||||
<li>C</li><li>ESP-IDF</li><li>ESP32-S3</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/cipherdolls/firmware-m5sticks3" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
</div>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Section: Decentralized apps -->
|
||||
@@ -98,63 +91,57 @@
|
||||
<h2 class="section-title">Decentralized apps — Gnosis Chain + Ethereum Swarm</h2>
|
||||
<p class="section-lede">Can the web run without servers? These apps are my experiments in building things that nobody can switch off.</p>
|
||||
</div>
|
||||
<div class="cards">
|
||||
<ul class="projects">
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">SwarmChat</h3>
|
||||
<p class="card-story">I was thinking about how cool it would be to have a web3-based chat system. Is it possible to communicate without any servers? With Swarm, a decentralised technology, this is now possible — messages travel encrypted through the network itself, and your wallet is your identity.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/ffaerber/SwarmChat" rel="noopener noreferrer" target="_blank">SwarmChat</a></h3>
|
||||
<p class="project-story">I was thinking about how cool it would be to have a web3-based chat system. Is it possible to communicate without any servers? With Swarm, a decentralised technology, this is now possible — messages travel encrypted through the network itself, and your wallet is your identity.</p>
|
||||
<ul class="tags">
|
||||
<li>Solidity</li><li>React</li><li>Swarm PSS</li><li>WebRTC</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/ffaerber/SwarmChat" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">Pink Chainsaw</h3>
|
||||
<p class="card-story">I wanted an imageboard where content can't just disappear. Images live on Swarm, and every post pays a little to keep them alive — good content earns you cheaper posting, bad content gets expensive.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/ffaerber/pinkchainsaw" rel="noopener noreferrer" target="_blank">Pink Chainsaw</a></h3>
|
||||
<p class="project-story">I wanted an imageboard where content can't just disappear. Images live on Swarm, and every post pays a little to keep them alive — good content earns you cheaper posting, bad content gets expensive.</p>
|
||||
<ul class="tags">
|
||||
<li>Solidity</li><li>Foundry</li><li>React</li><li>Swarm</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/ffaerber/pinkchainsaw" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">FreeeMarket</h3>
|
||||
<p class="card-story">Can you run a marketplace with no company behind it? Anyone opens a shop, buyers pay in stablecoins, and on-chain escrow replaces the middleman. Deliberately fee-free — a farmers' market for the internet.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/ffaerber/freeemarket" rel="noopener noreferrer" target="_blank">FreeeMarket</a></h3>
|
||||
<p class="project-story">Can you run a marketplace with no company behind it? Anyone opens a shop, buyers pay in stablecoins, and on-chain escrow replaces the middleman. Deliberately fee-free — a farmers' market for the internet.</p>
|
||||
<ul class="tags">
|
||||
<li>Solidity</li><li>Gnosis Chain</li><li>Swarm</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/ffaerber/freeemarket" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">WalletMatrix</h3>
|
||||
<p class="card-story">My tokens were scattered across a dozen chains and I could never see the whole picture. So I built a pivot table for your wallet: tokens as rows, chains as columns — drag a cell from one chain to another to bridge.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/ffaerber/walletmatrix" rel="noopener noreferrer" target="_blank">WalletMatrix</a></h3>
|
||||
<p class="project-story">My tokens were scattered across a dozen chains and I could never see the whole picture. So I built a pivot table for your wallet: tokens as rows, chains as columns — drag a cell from one chain to another to bridge.</p>
|
||||
<ul class="tags">
|
||||
<li>React</li><li>TypeScript</li><li>Vite</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/ffaerber/walletmatrix" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">swarm-connect</h3>
|
||||
<p class="card-story">Every Swarm dApp I built needed the same onboarding dance: wallet, network, Bee node, postage stamp. So I packaged it once — a single React button that walks users through all of it.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/ffaerber/swarm-connect" rel="noopener noreferrer" target="_blank">swarm-connect</a></h3>
|
||||
<p class="project-story">Every Swarm dApp I built needed the same onboarding dance: wallet, network, Bee node, postage stamp. So I packaged it once — a single React button that walks users through all of it.</p>
|
||||
<ul class="tags">
|
||||
<li>React</li><li>wagmi</li><li>npm package</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/ffaerber/swarm-connect" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">opentab</h3>
|
||||
<p class="card-story">An experiment with onchain apps on Base.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/ffaerber/opentab" rel="noopener noreferrer" target="_blank">opentab</a></h3>
|
||||
<p class="project-story">An experiment with onchain apps on Base.</p>
|
||||
<ul class="tags">
|
||||
<li>Next.js</li><li>TypeScript</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/ffaerber/opentab" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
</div>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Section: AI on GPU -->
|
||||
@@ -163,36 +150,33 @@
|
||||
<h2 class="section-title">AI on GPU — self-hosted speech services</h2>
|
||||
<p class="section-lede">I wanted my projects to hear and speak without sending a single word to the cloud — so these run on my own GPU.</p>
|
||||
</div>
|
||||
<div class="cards">
|
||||
<ul class="projects">
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">whisper-cuda</h3>
|
||||
<p class="card-story">Speech-to-text on my own GPU: no cloud, no per-minute pricing. Whisper packaged for the RTX 5090 so anything in my homelab can transcribe audio locally.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/ffaerber/whisper-cuda" rel="noopener noreferrer" target="_blank">whisper-cuda</a></h3>
|
||||
<p class="project-story">Speech-to-text on my own GPU: no cloud, no per-minute pricing. Whisper packaged for the RTX 5090 so anything in my homelab can transcribe audio locally.</p>
|
||||
<ul class="tags">
|
||||
<li>Python</li><li>FastAPI</li><li>CUDA</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/ffaerber/whisper-cuda" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">kokoro-cuda</h3>
|
||||
<p class="card-story">Giving my projects a voice: a small self-hosted TTS service with 49 voices in 9 languages, fast enough to stream. Type text, hear it instantly.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/ffaerber/kokoro-cuda" rel="noopener noreferrer" target="_blank">kokoro-cuda</a></h3>
|
||||
<p class="project-story">Giving my projects a voice: a small self-hosted TTS service with 49 voices in 9 languages, fast enough to stream. Type text, hear it instantly.</p>
|
||||
<ul class="tags">
|
||||
<li>Python</li><li>FastAPI</li><li>CUDA</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/ffaerber/kokoro-cuda" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">voxtral-cuda</h3>
|
||||
<p class="card-story">The newest open speech models are amazing but heavy. This runs Mistral's Voxtral on a local GPU, so state-of-the-art speech stays in my own house.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/ffaerber/voxtral-cuda" rel="noopener noreferrer" target="_blank">voxtral-cuda</a></h3>
|
||||
<p class="project-story">The newest open speech models are amazing but heavy. This runs Mistral's Voxtral on a local GPU, so state-of-the-art speech stays in my own house.</p>
|
||||
<ul class="tags">
|
||||
<li>Python</li><li>vLLM</li><li>CUDA</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/ffaerber/voxtral-cuda" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
</div>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Section: Ethereum infrastructure -->
|
||||
@@ -200,18 +184,17 @@
|
||||
<div class="section-head">
|
||||
<h2 class="section-title">Ethereum infrastructure</h2>
|
||||
</div>
|
||||
<div class="cards">
|
||||
<ul class="projects">
|
||||
|
||||
<article class="card">
|
||||
<h3 class="card-name">stakingtracker</h3>
|
||||
<p class="card-story">Tax season with an ETH validator used to mean paid APIs and spreadsheets. Now my own beacon node does the work: a small self-hosted app that records rewards daily and prints the tax report.</p>
|
||||
<li class="project">
|
||||
<h3 class="project-name"><a href="https://github.com/ffaerber/stakingtracker" rel="noopener noreferrer" target="_blank">stakingtracker</a></h3>
|
||||
<p class="project-story">Tax season with an ETH validator used to mean paid APIs and spreadsheets. Now my own beacon node does the work: a small self-hosted app that records rewards daily and prints the tax report.</p>
|
||||
<ul class="tags">
|
||||
<li>TypeScript</li><li>Fastify</li><li>SQLite</li>
|
||||
</ul>
|
||||
<a class="card-link" href="https://github.com/ffaerber/stakingtracker" rel="noopener noreferrer" target="_blank">View on GitHub ↗</a>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
</div>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
+28
-51
@@ -2,12 +2,8 @@
|
||||
--fg: #e6edf3;
|
||||
--muted: #9198a1;
|
||||
--bg: #0d1117;
|
||||
--bg-elev: #161b22;
|
||||
--accent: #58a6ff;
|
||||
--border: #30363d;
|
||||
--tag-bg: #1f2630;
|
||||
--tag-fg: #8a929e;
|
||||
--radius: 12px;
|
||||
--maxw: 64rem;
|
||||
}
|
||||
|
||||
@@ -16,11 +12,8 @@
|
||||
--fg: #1f2328;
|
||||
--muted: #57606a;
|
||||
--bg: #ffffff;
|
||||
--bg-elev: #f6f8fa;
|
||||
--accent: #0969da;
|
||||
--border: #d0d7de;
|
||||
--tag-bg: #eaeef2;
|
||||
--tag-fg: #57606a;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,69 +83,56 @@ body {
|
||||
}
|
||||
.section-link:hover { text-decoration: underline; }
|
||||
|
||||
/* Cards grid */
|
||||
.cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
|
||||
gap: 1.25rem;
|
||||
/* Projects — simple single-column list */
|
||||
.projects {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
max-width: 42rem;
|
||||
}
|
||||
|
||||
.card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: var(--bg-elev);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius);
|
||||
padding: 1.5rem 1.4rem 1.4rem;
|
||||
transition: border-color 0.15s ease;
|
||||
.project {
|
||||
padding: 1.5rem 0;
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
.card:hover { border-color: var(--accent); }
|
||||
.card:focus-within { border-color: var(--accent); }
|
||||
|
||||
.card-name {
|
||||
margin: 0 0 0.75rem;
|
||||
font-size: 1.1rem;
|
||||
.project:last-child { border-bottom: none; }
|
||||
.project-name {
|
||||
margin: 0 0 0.4rem;
|
||||
font-size: 1.15rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
.card-story {
|
||||
margin: 0.5rem 0 1.1rem;
|
||||
.project-name a {
|
||||
color: var(--accent);
|
||||
text-decoration: none;
|
||||
}
|
||||
.project-name a:hover { text-decoration: underline; }
|
||||
.project-story {
|
||||
margin: 0 0 0.6rem;
|
||||
color: var(--fg);
|
||||
font-size: 1.02rem;
|
||||
line-height: 1.65;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
/* Tags — small, muted detail */
|
||||
.tags {
|
||||
list-style: none;
|
||||
margin: 0 0 0.85rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.35rem;
|
||||
}
|
||||
.tags li {
|
||||
font-size: 0.7rem;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.4;
|
||||
color: var(--tag-fg);
|
||||
background: var(--tag-bg);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 999px;
|
||||
padding: 0.1rem 0.5rem;
|
||||
white-space: nowrap;
|
||||
opacity: 0.95;
|
||||
}
|
||||
|
||||
/* Card link — subtle, sits below the story */
|
||||
.card-link {
|
||||
align-self: flex-start;
|
||||
color: var(--muted);
|
||||
text-decoration: none;
|
||||
font-size: 0.82rem;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tags li:not(:last-child)::after {
|
||||
content: "·";
|
||||
margin-left: 0.35rem;
|
||||
color: var(--border);
|
||||
}
|
||||
.card-link:hover { color: var(--accent); text-decoration: underline; }
|
||||
|
||||
/* Footer */
|
||||
.site-footer {
|
||||
@@ -189,9 +169,6 @@ a:focus-visible {
|
||||
|
||||
/* Responsive tightening on small screens */
|
||||
@media (max-width: 30rem) {
|
||||
.cards {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.site-header { padding: 2rem 0 1.25rem; }
|
||||
.section { padding: 2rem 0 0.5rem; }
|
||||
}
|
||||
Reference in New Issue
Block a user