#140 · Primary category: LLM Application Frameworks
llm-ui
The React library for LLMs
Project last updated:07/02/25
GitHub Stars
1.7K
Forks
89
Contributors
3
License
MIT
Why we included this project
If you're building a React chat interface or streaming assistant, you've probably spent time wrestling with markdown renderers and choppy token streams. llm-ui handles that in-between layer for you: it cleans up broken markdown from raw model output, throttles stream pauses so text appears smoothly, renders at native frame rate, and lets you drop in your own components alongside Shiki-highlighted code blocks. Because it works on the model's output string rather than tying into a specific vendor SDK, it'll work with OpenAI, Claude, Ollama, Mistral, or Hugging Face, and it's headless, so you keep your own styling. For frontend engineers wiring an LLM into a React product, that means skipping a lot of hand-rolled parsing, buffering, and per-token animation logic.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform