zahidkhawaja/langchain-chat-nextjs
Next.js frontend for LangChain Chat.
Provides a React-based chat interface built with Next.js API routes that connect to LangChain backends for conversational AI. Leverages Next.js's file-based routing system with dedicated `/api/chat` endpoint for LangChain integration, enabling rapid prototyping of language model applications. Designed as the frontend counterpart to the LangChain Chat backend, offering a minimal scaffold for building chat UIs on top of LangChain's agent and memory systems.
1,016 stars. No commits in the last 6 months.
Stars
1,016
Forks
260
Language
JavaScript
License
MIT
Category
Last pushed
Mar 16, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/zahidkhawaja/langchain-chat-nextjs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
tavily-ai/tavily-chat
Conversational agent that fuses chat data with live web results through Tavily search, extract,...
traveler-leon/smart-customer-service-system
构建一个基于大模型的智能客服系统,可提供静态知识问答(静态数据)、动态知识问答(数据库),业务办理(api调用)等功能,同时系统具有自我学习能力。定期的反思可让系统变得更强大。
homanp/langchain-ui
🧬 The open source chat-ai toolkit
mazzasaverio/nextjs-fastapi-your-chat
Chat with any website using FastAPI, Next.js, and the latest LangChain version for seamless integration.
mayooear/langchain-supabase-website-chatbot
Build a chatgpt chatbot for your website using LangChain, Supabase, Typescript, Openai, and Next.js.