Add live star history tracking

This commit is contained in:
cporter202
2026-07-22 00:19:41 -04:00
parent 5575f2d84b
commit e96cff200d
5 changed files with 225 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="430" viewBox="0 0 1200 430" role="img" aria-labelledby="title desc">
<title id="title">CoreClaw API Directory star history</title>
<desc id="desc">Daily GitHub star count, currently 1 stars.</desc>
<defs>
<linearGradient id="background" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#070B1D"/><stop offset=".55" stop-color="#111B46"/><stop offset="1" stop-color="#0B3A4A"/>
</linearGradient>
<linearGradient id="line" x1="0" y1="0" x2="1" y2="0">
<stop stop-color="#8B5CF6"/><stop offset=".5" stop-color="#6366F1"/><stop offset="1" stop-color="#22D3EE"/>
</linearGradient>
<linearGradient id="area" x1="0" y1="0" x2="0" y2="1">
<stop stop-color="#22D3EE" stop-opacity=".3"/><stop offset="1" stop-color="#6366F1" stop-opacity=".02"/>
</linearGradient>
<pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
<path d="M40 0H0V40" fill="none" stroke="#A5B4FC" stroke-opacity=".035"/>
</pattern>
</defs>
<rect width="1200" height="430" rx="26" fill="url(#background)"/>
<rect width="1200" height="430" rx="26" fill="url(#grid)"/>
<g font-family="Inter,Segoe UI,Arial,sans-serif">
<text x="60" y="61" fill="#C7D2FE" font-size="16" font-weight="700" letter-spacing="2.4">STAR GROWTH</text>
<text x="60" y="101" fill="#FFFFFF" font-size="30" font-weight="800">CoreClaw API Directory</text>
<text x="1138" y="65" text-anchor="end" fill="#FBBF24" font-size="34" font-weight="800">★ 1</text>
<text x="1138" y="94" text-anchor="end" fill="#A5B4FC" font-size="14">CURRENT STARS</text>
<line x1="92" y1="132.0" x2="1135" y2="132.0" stroke="#A5B4FC" stroke-opacity=".12"/><text x="74" y="137.0" text-anchor="end" fill="#818CF8" font-size="14">4</text><line x1="92" y1="184.0" x2="1135" y2="184.0" stroke="#A5B4FC" stroke-opacity=".12"/><text x="74" y="189.0" text-anchor="end" fill="#818CF8" font-size="14">3</text><line x1="92" y1="236.0" x2="1135" y2="236.0" stroke="#A5B4FC" stroke-opacity=".12"/><text x="74" y="241.0" text-anchor="end" fill="#818CF8" font-size="14">2</text><line x1="92" y1="288.0" x2="1135" y2="288.0" stroke="#A5B4FC" stroke-opacity=".12"/><text x="74" y="293.0" text-anchor="end" fill="#818CF8" font-size="14">1</text><line x1="92" y1="340.0" x2="1135" y2="340.0" stroke="#A5B4FC" stroke-opacity=".12"/><text x="74" y="345.0" text-anchor="end" fill="#818CF8" font-size="14">0</text>
<path d="M 613.5 340 L 613.5 288.0 L 613.5 340 Z" fill="url(#area)"/>
<polyline points="613.5,288.0" fill="none" stroke="url(#line)" stroke-width="5" stroke-linejoin="round" stroke-linecap="round"/>
<circle cx="613.5" cy="288.0" r="4" fill="#22D3EE" stroke="#07101F" stroke-width="2"/>
<text x="92" y="380" fill="#A5B4FC" font-size="14">2026-07-22</text>
<text x="1135" y="380" text-anchor="end" fill="#A5B4FC" font-size="14">Tracking started</text>
<text x="600" y="409" text-anchor="middle" fill="#818CF8" font-size="13">Daily snapshots recorded by this repository</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB