Skip to content

Commit f00907e

Browse files
paoloanznclaude
andcommitted
feat: replace coming-soon cards with neo-notion-cli and flare-cli
Adds neo-notion-cli (agent-first Notion API CLI with normalized output) and flare-cli (Cloudflare Tunnel exposure in one command) to the open source section, replacing the two placeholder cards. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ca34116 commit f00907e

2 files changed

Lines changed: 17 additions & 20 deletions

File tree

index.html

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -314,26 +314,24 @@ <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-
<div class="oss-card oss-card-soon reveal reveal-delay-1">
318-
<div class="oss-card-soon-overlay"><span data-i18n="oss.comingsoon">Coming Soon</span></div>
317+
<a href="https://github.com/Gladium-AI/neo-notion-cli" target="_blank" rel="noopener" class="oss-card reveal reveal-delay-1">
319318
<div class="oss-card-top">
320-
<div class="oss-card-lang"><span class="lang-dot typescript"></span> TypeScript</div>
319+
<div class="oss-card-lang"><span class="lang-dot go"></span> Go</div>
321320
<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>
322321
</div>
323-
<h3><svg class="gh-icon" width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg> gladium-runtime</h3>
324-
<p data-i18n="oss.runtime.desc">Lightweight agent runtime with built-in memory management, tool execution, structured logging, and graceful shutdown handling.</p>
325-
<div class="oss-card-tags"><span>runtime</span><span>agents</span><span>memory</span><span>execution</span></div>
326-
</div>
327-
<div class="oss-card oss-card-soon reveal reveal-delay-2">
328-
<div class="oss-card-soon-overlay"><span data-i18n="oss.comingsoon">Coming Soon</span></div>
322+
<h3><svg class="gh-icon" width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg> neo-notion-cli</h3>
323+
<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>
324+
<div class="oss-card-tags"><span>cli</span><span>notion</span><span>agents</span><span>api</span></div>
325+
</a>
326+
<a href="https://github.com/Gladium-AI/flare-cli" target="_blank" rel="noopener" class="oss-card reveal reveal-delay-2">
329327
<div class="oss-card-top">
330-
<div class="oss-card-lang"><span class="lang-dot shell"></span> Shell</div>
331-
<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>
328+
<div class="oss-card-lang"><span class="lang-dot go"></span> Go</div>
329+
<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>
332330
</div>
333-
<h3><svg class="gh-icon" width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg> gladium-scripts</h3>
334-
<p data-i18n="oss.scripts.desc">Collection of battle-tested deployment scripts, environment setup utilities, and automation helpers for getting agents into production fast.</p>
335-
<div class="oss-card-tags"><span>scripts</span><span>automation</span><span>setup</span><span>bash</span></div>
336-
</div>
331+
<h3><svg class="gh-icon" width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg> flare-cli</h3>
332+
<p data-i18n="oss.flare.desc">Expose any local app to the internet in one command — secured with Cloudflare Tunnel + Access. Built for AI agents and developers. One command creates the tunnel, DNS record, and access policy.</p>
333+
<div class="oss-card-tags"><span>cli</span><span>cloudflare</span><span>tunnels</span><span>security</span></div>
334+
</a>
337335
</div>
338336
<div class="oss-cta reveal">
339337
<a href="https://github.com/gladium-ai" target="_blank" rel="noopener">

src/i18n/it.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@ export const it = {
7676
"CLI per n8n progettato per agenti AI. Operazioni di inspect, patch e update a livello di nodo tramite un layer di astrazione parser \u2014 cos\u00EC gli agenti possono modificare singoli nodi senza riscrivere interi workflow.",
7777
'oss.xcli.desc':
7878
"CLI reverse-engineered per X (Twitter). Scarica timeline, cerca profili e follower tramite l'API GraphQL interna di X \u2014 nessuna API key necessaria. Completamente gratuito.",
79-
'oss.runtime.desc':
80-
'Runtime leggero per agenti con gestione della memoria integrata, esecuzione di tool, logging strutturato e gestione elegante dello shutdown.',
81-
'oss.scripts.desc':
82-
'Raccolta di script di deployment testati in produzione, utilit\u00E0 di setup dell\'ambiente e helper di automazione per portare gli agenti in produzione velocemente.',
83-
'oss.comingsoon': 'In Arrivo',
79+
'oss.notion.desc':
80+
'CLI per Notion API progettato per agenti AI con output normalizzato ed efficiente per il contesto. Copre l\'intera superficie API di Notion \u2014 pagine, database, blocchi, commenti, ricerca \u2014 in un singolo binario. Risposte 3.5x pi\u00F9 piccole di default.',
81+
'oss.flare.desc':
82+
'Esponi qualsiasi app locale su internet con un solo comando \u2014 protetto con Cloudflare Tunnel + Access. Costruito per agenti AI e sviluppatori. Un comando crea tunnel, record DNS e policy di accesso.',
8483
'oss.viewall': 'Vedi tutti i repository su GitHub',
8584

8685
// Vision

0 commit comments

Comments
 (0)