From bd04758c7b9e890d592ef01a50faf21e40c4ca6f Mon Sep 17 00:00:00 2001 From: Cody Hart Date: Wed, 14 Jan 2026 07:14:21 -0500 Subject: [PATCH] update branding --- README.md | 6 ++---- packages/llmpane-py/README.md | 2 +- packages/llmpane-py/pyproject.toml | 2 +- packages/llmpane-react/README.md | 2 +- packages/llmpane-react/package.json | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 961148b..364362b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # llmpane -The embeddable LLM chat component for Python backends. +Type-safe streaming chat backend for Python with a drop-in React UI. Pydantic AI agents, SSE, and conversation persistence — just plug in your agent and go. -**Not another ChatGPT clone.** llmpane is a lightweight React component -that connects to your FastAPI endpoint. You control the LLM, the logic, -the data—llmpane just handles the conversation UI. +**Not another ChatGPT clone.** You control the LLM, the logic, the data — llmpane handles the streaming infrastructure and UI. ## When to use llmpane vs. alternatives diff --git a/packages/llmpane-py/README.md b/packages/llmpane-py/README.md index 11ca6cc..8163ee6 100644 --- a/packages/llmpane-py/README.md +++ b/packages/llmpane-py/README.md @@ -1,6 +1,6 @@ # llmpane -A lightweight, embeddable chat UI component for Python/FastAPI backends serving LLM features. +Type-safe streaming chat backend for Python with a drop-in React UI. Pydantic AI agents, SSE, and conversation persistence — just plug in your agent and go. ## Features diff --git a/packages/llmpane-py/pyproject.toml b/packages/llmpane-py/pyproject.toml index 6ab13ef..763f614 100644 --- a/packages/llmpane-py/pyproject.toml +++ b/packages/llmpane-py/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "llmpane" version = "0.1.0" -description = "A lightweight, embeddable chat UI component for Python/FastAPI backends serving LLM features" +description = "Type-safe streaming chat backend for Python with a drop-in React UI" readme = "README.md" license = "MIT" requires-python = ">=3.10" diff --git a/packages/llmpane-react/README.md b/packages/llmpane-react/README.md index ccecbb3..b5dc360 100644 --- a/packages/llmpane-react/README.md +++ b/packages/llmpane-react/README.md @@ -1,6 +1,6 @@ # @llmpane/react -A lightweight, embeddable chat UI component for LLM-powered React applications. +Drop-in React chat UI for llmpane Python backends. Streaming, tool indicators, conversation management — batteries included. ## Installation diff --git a/packages/llmpane-react/package.json b/packages/llmpane-react/package.json index c77e224..330e29e 100644 --- a/packages/llmpane-react/package.json +++ b/packages/llmpane-react/package.json @@ -1,7 +1,7 @@ { "name": "@llmpane/react", "version": "0.1.0", - "description": "A lightweight, embeddable chat UI component for LLM-powered applications", + "description": "Drop-in React chat UI for llmpane Python backends", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",