[HN Gopher] Show HN: I built a Claude AI chat interface to bypas...
___________________________________________________________________
Show HN: I built a Claude AI chat interface to bypass platform
limits
I got frustrated with Claude's official platform limitations -
conversations disappearing, no customization options, and clunky
file handling. So I built my own interface over a weekend!
GitHub: https://github.com/chihebnabil/claude-ui What it does: -
Saves all conversations locally (SQLite + Drizzle ORM) - Lets you
customize Claude's personality per chat - Handles file attachments
properly + caching input tokens - Dark/light mode - No conversation
limits - Markdown & code syntax highlighting Tech stack is pretty
simple: - Nuxt 3 for the frontend - Anthropic's SDK for Claude
integration - @nuxt/ui for components - Local SQLite DB Happy to
answer any questions!
Author : NabilChiheb
Score : 17 points
Date : 2024-11-11 13:16 UTC (9 hours ago)
(HTM) web link (github.com)
(TXT) w3m dump (github.com)
| gaeb69 wrote:
| Looks great. Curious if you created your own frontend interface
| mostly for it to be your own or because you found other options
| lacking? Librechat, OpenWebUI, etc.
| written-beyond wrote:
| How do you "bypass" their limitations? Please expand on how you
| were able to decipher their arbitrary limitations.
| joshstrange wrote:
| It uses the API so there are no "limits" to usage, it seems in
| this context that OP meant "limits" as in "I didn't like the
| limits of the UI" not the "usage limits". Also this will not
| work with a "normal" Claude subscription, it uses the API
| instead.
| vunderba wrote:
| Since you're using the API, any particular reason why you didn't
| just use Librechat? It already has support for API keys for
| Claude, OpenAI, and you can also use it with locally hosted LLMs
| through Ollama, and has all of the same feature (saved
| conversations, file attachments, caching, etc.)
|
| https://github.com/danny-avila/LibreChat
| wunderg wrote:
| I was just looking for exactly this today, as I don't want to pay
| for Claude AI subscription and API separately and would like to
| run UI locally. Thank you!
___________________________________________________________________
(page generated 2024-11-11 23:01 UTC)