Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions public/roadmap-to-v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
<body>
<main class="page">
<!-- ── Hero ── -->
<p class="eyebrow">Roadmap · 2026-05-12</p>
<p class="eyebrow">Roadmap · 2026-05-14</p>
<h1>The road to <em>v1.0</em></h1>
<p class="lede">
Nine months in. Five games supported, ten beta releases shipped, a design system rebuilt from
Expand Down Expand Up @@ -493,7 +493,7 @@ <h1>The road to <em>v1.0</em></h1>
<div class="label">Lines in src/ today</div>
</div>
<div class="stat">
<div class="num">7 <small>/ 210</small></div>
<div class="num">8 <small>/ 210</small></div>
<div class="label">Hand-drawn icons</div>
</div>
</div>
Expand Down Expand Up @@ -639,24 +639,24 @@ <h3>Where we are</h3>
<div style="display: flex; gap: 24px; align-items: baseline; margin-top: 12px;">
<div>
<div style="font-family: var(--display); font-size: 48px; font-weight: 500; line-height: 1; color: var(--accent-ink);">
7
8
</div>
<div style="font-size: 12px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px;">
Hand-drawn shipped
</div>
</div>
<div>
<div style="font-family: var(--display); font-size: 48px; font-weight: 500; line-height: 1; color: var(--ink-soft);">
203
202
</div>
<div style="font-size: 12px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px;">
Unique species remaining
</div>
</div>
</div>
<p style="margin: 16px 0 0; color: var(--ink-soft); font-size: 14px;">
Across all five games, deduped by item id. <strong>4 fish</strong> drawn (sea-bass,
koi, coelacanth, frog) · <strong>3 bugs</strong> drawn (ant, robust cicada, brown cicada).
Across all five games, deduped by item id. <strong>5 fish</strong> drawn (sea-bass,
koi, coelacanth, frog, goldfish) · <strong>3 bugs</strong> drawn (ant, robust cicada, brown cicada).
</p>
</div>
<div class="card alt">
Expand Down Expand Up @@ -743,7 +743,7 @@ <h2>The road ahead</h2>
<span class="milestone-tag next">Ongoing through v1.0</span>
</div>
<div class="milestone-body">
203 unique fish + bug species still need hand-drawn originals. 43 of those are the
202 unique fish + bug species still need hand-drawn originals. 43 of those are the
5-game tier (highest ROI). If unsustainable before v1.0, the remaining tail moves
post-launch.
</div>
Expand Down Expand Up @@ -829,7 +829,7 @@ <h4 style="font-family: var(--display); margin: 8px 0 4px; font-size: 16px;">Per
</p>

<div class="footer">
Generated 2026-05-12 · animalcrossingwebapp ·
Generated 2026-05-14 · animalcrossingwebapp ·
<a href="https://animalcrossingwebapp.vercel.app">live</a> ·
<a href="https://development-animalcrossingwebapp.vercel.app">dev preview</a>
</div>
Expand Down
Loading