langchain-chat-nextjs
Enrichment pendingNext.js frontend for LangChain Chat.
GraphCanon updated today · GitHub synced today
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.
Source: README excerpt (regex_v1, Jul 11, 2026)
2. Install dependencies: `npm install`Source link
Tags
README
Getting started 🚀
- Clone this repo!
- Install dependencies:
npm install - 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.