Skip to content

Commit 4e44826

Browse files
paoloanznclaude
andcommitted
feat: add dedicated tool pages for neo-notion-cli and flare-cli
Full case-study pages matching n8n-cli and x-cli format: - neo-notion-cli: problem (bloated API responses), solution (normalization layer), capabilities (40+ commands), architecture, stats - flare-cli: problem (5-step manual process), solution (one command), origin types (static, docker, local, file-browser), pipeline, stats Also updates homepage OSS cards to link to dedicated pages instead of GitHub directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f00907e commit 4e44826

File tree

4 files changed

+743
-2
lines changed

4 files changed

+743
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ <h3><svg class="gh-icon" width="16" height="16" viewBox="0 0 24 24" fill="curren
314314
<p data-i18n="oss.xcli.desc">Reverse-engineered CLI for X (Twitter). Fetch timelines, search, profiles, and followers via X's internal GraphQL API — no API key required. Completely free.</p>
315315
<div class="oss-card-tags"><span>cli</span><span>x/twitter</span><span>graphql</span><span>reverse-engineering</span></div>
316316
</a>
317-
<a href="https://github.com/Gladium-AI/neo-notion-cli" target="_blank" rel="noopener" class="oss-card reveal reveal-delay-1">
317+
<a href="/tools/neo-notion-cli/" class="oss-card reveal reveal-delay-1">
318318
<div class="oss-card-top">
319319
<div class="oss-card-lang"><span class="lang-dot go"></span> Go</div>
320320
<div class="oss-card-stars"><svg width="12" height="12" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg></div>
@@ -323,7 +323,7 @@ <h3><svg class="gh-icon" width="16" height="16" viewBox="0 0 24 24" fill="curren
323323
<p data-i18n="oss.notion.desc">Agent-first Notion API CLI with normalized, context-efficient output. Covers the full Notion API surface — pages, databases, blocks, comments, search — in a single binary. 3.5x smaller responses by default.</p>
324324
<div class="oss-card-tags"><span>cli</span><span>notion</span><span>agents</span><span>api</span></div>
325325
</a>
326-
<a href="https://github.com/Gladium-AI/flare-cli" target="_blank" rel="noopener" class="oss-card reveal reveal-delay-2">
326+
<a href="/tools/flare-cli/" class="oss-card reveal reveal-delay-2">
327327
<div class="oss-card-top">
328328
<div class="oss-card-lang"><span class="lang-dot go"></span> Go</div>
329329
<div class="oss-card-stars"><svg width="12" height="12" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg> 2</div>

0 commit comments

Comments
 (0)