Home/LLM Frameworks/langchain-chat-nextjs
langchain-chat-nextjs logo

langchain-chat-nextjs

Enrichment pending
zahidkhawaja/langchain-chat-nextjs

Next.js frontend for LangChain Chat.

GraphCanon updated today · GitHub synced today

1.0k
Stars
253
Forks
5
Open issues
6
Watchers
3y
Last push
JavaScript MITCreated Jan 27, 2023

Trust & integrity

Full report
Maintenance
Dormant (1213d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
51 low (51 low)
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Next.js frontend for LangChain Chat.

Capability facts

CLI
CLI entrypoint

Source: package.json:bin|scripts · Jul 11, 2026

MCP server
No MCP server detected

Source: repo_scan · Jul 11, 2026

Languages
javascript

Source: github.language+package.json · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 11, 2026)

2. Install dependencies: `npm install`
Source link

Tags

README

Getting started 🚀

  1. Clone this repo!
  2. Install dependencies: npm install
  3. Run the development server: npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/chat. This endpoint can be edited in pages/api/chat.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.