mirror of
https://github.com/blackboxprogramming/context-bridge.git
synced 2026-03-18 01:34:07 -05:00
Update landing page: FREE forever, prominent CLI install
This commit is contained in:
51
index.html
51
index.html
@@ -129,40 +129,53 @@
|
|||||||
|
|
||||||
<p>The current implementation uses GitHub Gists as the hosting mechanism, providing version control and public accessibility. A simple update script allows users to refresh the context with a single command.</p>
|
<p>The current implementation uses GitHub Gists as the hosting mechanism, providing version control and public accessibility. A simple update script allows users to refresh the context with a single command.</p>
|
||||||
|
|
||||||
<h2>Get Started</h2>
|
<h2>Get Started - 100% FREE Forever</h2>
|
||||||
|
|
||||||
<div class="infobox">
|
<div class="infobox" style="background: #e8f5e9; border-color: #4caf50;">
|
||||||
<p><strong>Status:</strong> 🎉 Now Available!</p>
|
<p style="font-size: 18px; margin: 0;"><strong>✅ Status:</strong> Live & Available Now!</p>
|
||||||
<p><strong>Pricing:</strong> FREE (open source)</p>
|
<p style="font-size: 18px; margin: 0.5em 0 0 0;"><strong>💰 Pricing:</strong> FREE Forever (No account required)</p>
|
||||||
<p><strong>License:</strong> MIT</p>
|
<p style="font-size: 14px; margin: 0.5em 0 0 0;"><strong>📜 License:</strong> MIT Open Source</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Installation</h3>
|
<h3>Quick Install</h3>
|
||||||
|
|
||||||
<p><strong>Browser Extension</strong> (Chrome, Edge, Firefox):</p>
|
<p style="font-size: 16px;"><strong>📦 CLI Tool</strong> (Recommended - Instant Setup):</p>
|
||||||
<ul>
|
<pre style="background: #f8f9fa; padding: 15px; border: 2px solid #4caf50; overflow-x: auto; font-size: 15px;">npm install -g @blackroad-os/context-bridge-cli</pre>
|
||||||
<li><a href="https://github.com/blackboxprogramming/context-bridge/tree/main/extension">Chrome/Edge Extension</a> (install from source)</li>
|
|
||||||
<li><a href="https://github.com/blackboxprogramming/context-bridge/tree/main/extension-firefox">Firefox Extension</a> (install from source)</li>
|
|
||||||
<li>Chrome Web Store listing: Coming soon</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p><strong>CLI Tool</strong> (for power users):</p>
|
|
||||||
<pre style="background: #f8f9fa; padding: 10px; border: 1px solid #a2a9b1; overflow-x: auto;">npm install -g @blackroad-os/context-bridge-cli</pre>
|
|
||||||
|
|
||||||
<p>Then use:</p>
|
<p>Then use:</p>
|
||||||
<pre style="background: #f8f9fa; padding: 10px; border: 1px solid #a2a9b1; overflow-x: auto;">context init developer
|
<pre style="background: #f8f9fa; padding: 10px; border: 1px solid #a2a9b1; overflow-x: auto;">context init developer
|
||||||
context view
|
context view
|
||||||
context update</pre>
|
context update</pre>
|
||||||
|
|
||||||
<h2>See Also</h2>
|
<p style="margin-top: 1.5em; font-size: 16px;"><strong>🌐 Browser Extension</strong> (Coming Soon to Chrome Web Store):</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://gist.github.com/blackboxprogramming/8bb9904096b3203ee52bfc976dfafb3e">Example Context File</a></li>
|
<li><a href="https://github.com/BlackRoad-OS/context-bridge">Install from Source</a> (Chrome, Edge, Firefox)</li>
|
||||||
<li><a href="https://github.com/blackboxprogramming/context-bridge">Source Code</a></li>
|
<li>Chrome Web Store: Under Review</li>
|
||||||
|
<li>Firefox Add-ons: Coming Soon</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p style="background: #fff3cd; padding: 10px; border: 1px solid #ffc107; margin-top: 1em;">
|
||||||
|
<strong>💡 Tip:</strong> The CLI is the fastest way to get started. Install it now and you'll be up and running in 30 seconds!
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>Resources</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.npmjs.com/package/@blackroad-os/context-bridge-cli">npm Package</a> - Official CLI on npm</li>
|
||||||
|
<li><a href="https://github.com/BlackRoad-OS/context-bridge">GitHub Repository</a> - Source code & documentation</li>
|
||||||
|
<li><a href="https://gist.github.com/blackboxprogramming/8bb9904096b3203ee52bfc976dfafb3e">Example Context File</a> - See it in action</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Community</h2>
|
||||||
|
<p>Context Bridge is built by <a href="https://blackroad.io">BlackRoad OS</a> and maintained by the open source community.</p>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Support:</strong> <a href="https://github.com/BlackRoad-OS/context-bridge/issues">GitHub Issues</a></li>
|
||||||
|
<li><strong>Twitter:</strong> <a href="https://twitter.com/BlackRoadOS">@BlackRoadOS</a></li>
|
||||||
|
<li><strong>Contributing:</strong> Pull requests welcome!</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<hr style="margin-top: 2em; border: 0; border-top: 1px solid #a2a9b1;">
|
<hr style="margin-top: 2em; border: 0; border-top: 1px solid #a2a9b1;">
|
||||||
|
|
||||||
<p class="footnote">This page was last modified on 13 February 2026.</p>
|
<p class="footnote">This page was last modified on 14 February 2026. Context Bridge is free software released under the MIT License.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user