Skip to content

Commit 66a2e40

Browse files
mmorris35claude
andcommitted
feat(landing): add What's New section highlighting recent improvements
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a4dd211 commit 66a2e40

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/landing.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ export function handleLanding(): Response {
5757
</div>
5858
</div>
5959
60+
<!-- Latest Improvements -->
61+
<div class="max-w-4xl mx-auto px-6 pt-8 pb-2">
62+
<div class="card rounded-lg p-4 border border-blue-500/20 text-sm">
63+
<p class="text-blue-300 font-semibold mb-2">What's New <span class="text-gray-500 font-normal">— Feb 2026</span></p>
64+
<ul class="text-gray-400 space-y-1">
65+
<li><span class="text-green-400 mr-1">+</span> <strong class="text-gray-300">Full polyglot support</strong> — Plans, agents, and CLAUDE.md now generate with correct tooling for Java, Kotlin, C#, Rust, Go, and more</li>
66+
<li><span class="text-green-400 mr-1">+</span> <strong class="text-gray-300">Smarter v2 roadmaps</strong> — Nice-to-have features get clean v2.1, v2.2 numbering under a dedicated roadmap section</li>
67+
<li><span class="text-green-400 mr-1">+</span> <strong class="text-gray-300">Language-aware scaffolds</strong> — File paths, test commands, and project structure match your tech stack out of the box</li>
68+
</ul>
69+
</div>
70+
</div>
71+
6072
<div class="max-w-5xl mx-auto px-6 pb-20 pt-8">
6173
<!-- Problem/Solution -->
6274
<section class="mb-20">

0 commit comments

Comments
 (0)