Show HN: A React and Next.js UI Toolkit for LLMs https://ift.tt/rUdY8cT

Show HN: A React and Next.js UI Toolkit for LLMs Hey HN, I wanted to share a UI toolkit project I’ve been working on recently, born out of how difficult I found it to build a great UX on top of LLMs, and keep application state in sync. I’ve built: - A React/JS front-end library for conversational interfaces, which makes it super easy to bootstrap AI assistants and ChatGPT style UX: https://ift.tt/2xqFcir - A set of adapters that simplify integration with AI backends such as LangServe and HuggingFace The library is highly configurable, easy to theme, supports markdown streaming (that was tough to get right!), custom rendering for AI response components, and it works smoothly with Next.js, React JS (of course), and even plain JavaScript (for the Vue.js folks out there ;). I built it with an architecture I’d love myself as a dev: high code modularity, zero dependencies, wide unit test coverage, and lots of documentation and examples. You can play with codesandbox previews and demos here: https://ift.tt/GcUblQD Thanks for reading. It feels like we’re at a new frontier building with LLMs, and I’d love to hear what challenges you’ve had on integrating with them & building great UI & UX. https://ift.tt/2xqFcir June 12, 2024 at 04:29AM

No comments:

Show HN: Goilerplate – UI Components for Go and Templ https://ift.tt/xZkom84

Show HN: Goilerplate – UI Components for Go and Templ I'm developing Goilerplate, a library of modern UI components for Go and Templ. It...