Skip to content

Commit eb66491

Browse files
committed
Add Portable LibreChat tile (from PR solid#954)
Incorporate @jeswr's PR solid#954 contribution into this PR so that both apps-list batches land together: a tile for https://chat.solidproject.org/, a Solid-integrated build of LibreChat that stores chat history in the user's Pod for portability across compatible clients. - Re-adds the "Chat" filter option removed in commit f860f46 (alongside the Liqid Chat removal) now that a working chat app is back in the list. - Uses the a11y-correct markup pattern introduced earlier in this PR: native <a href> with descriptive text and rel="noopener noreferrer", and both secondary links (LibreChat project site and the solid/LibreChat source repo) placed in the sibling <p class="app-source"> outside the outer tile anchor so nothing is nested. - Adds assets/img/logo/librechat.svg (from PR solid#954).
1 parent 4e78711 commit eb66491

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

apps.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ <h2 id="app_launcher" property="name">App Launcher</h2>
3232
<label for="category-filter">Filter by category:</label>
3333
<select id="category-filter">
3434
<option value="all">All Categories</option>
35+
<option value="Chat">Chat</option>
3536
<option value="Cooking">Cooking</option>
3637
<option value="Health">Health</option>
3738
<option value="Location">Location</option>
@@ -220,6 +221,16 @@ <h3>SolidFocus</h3>
220221
<p>Manage your tasks and notes seamlessly across workspaces and lists, with offline access, Markdown support, and data stored securely in your Solid POD. Built by Noel de Martin.</p>
221222
</a>
222223
</li>
224+
<li data-name="Portable LibreChat" data-category="Chat">
225+
<a href="https://chat.solidproject.org/">
226+
<div class="tile-header">
227+
<img alt="LibreChat logo" src="/assets/img/logo/librechat.svg"/>
228+
<h3>Portable LibreChat</h3>
229+
</div>
230+
<p>A build of LibreChat — an open-source AI chat platform that unifies conversations across providers like Anthropic, OpenAI, and Azure — with Solid integrated so that your chat history is stored in your Solid Pod, making your AI conversations portable across compatible clients.</p>
231+
</a>
232+
<p class="app-source">Upstream project: <a href="https://www.librechat.ai/" class="external-link" rel="noopener noreferrer">librechat.ai</a>. Source code on <a href="https://github.com/solid/LibreChat" class="external-link" rel="noopener noreferrer">GitHub (solid/LibreChat)</a>.</p>
233+
</li>
223234
<li data-name="TiredBike" data-category="Travel">
224235
<a href="https://tired.bike/">
225236
<div class="tile-header">

assets/img/logo/librechat.svg

Lines changed: 32 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)