langchain-chat-nextjs and nextjs-fastapi-your-chat
These are ecosystem siblings—one provides a general Next.js frontend framework for LangChain applications, while the other adds a FastAPI backend layer to that frontend to enable specific chat-with-website functionality.
About langchain-chat-nextjs
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.
About nextjs-fastapi-your-chat
mazzasaverio/nextjs-fastapi-your-chat
Chat with any website using FastAPI, Next.js, and the latest LangChain version for seamless integration.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work