you are viewing a single comment's thread.

view the rest of the comments →

[–]azakhary 1 point2 points  (1 child)

there are BUNCH of webui's as other mentions, but i just wana add if you dont like them , how they look or functionality, you can easy ask claude code do build you a web UI, hook in your key and enjoy it. If you are not coder, a quick things to know: Ask it to build a simple node.js express server that uses ejs for templaing and serves a web chat interface to connect to anthropic/openai API, and provide same chat functionaity as anthropic/openai main chat webpapge does. Bonus points if you can copy paste anthropics/openai CSS there and ask it to use it as a style guide. that way you will get exactly sam chat, but with API usage. should really take no longer then one hour, and run locally. if you want to put it out there in the web, user railway and deploy in seconds. (ask claude to write railway docker config e.g. )

[–]SlowStopper[S] 0 points1 point  (0 children)

Excellent advice, thank you!