A CLI tool to quickly set up a LangGraph chat application with Vite. This code is based off of the chat-langgraph repository.
[!TIP] Want to use Chat LangGraph, but don't want to set it up locally? Use the deployed site here: chat-langgraph.vercel.app!
# Using npx
npx create-chat-langgraph-app
- Quick setup of a LangGraph chat application
- Customizable deployment URL and graph/assistant ID
- Vite-based frontend for fast development
- Ready-to-use configuration
MIT