https://github.com/assistant-ui/assistant-ui-starter-langgraph
https://github.com/assistant-ui/assistant-ui-starter-langgraph
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/assistant-ui/assistant-ui-starter-langgraph
- Owner: assistant-ui
- Created: 2024-09-10T20:03:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T07:20:10.000Z (9 months ago)
- Last Synced: 2025-10-02T08:44:40.457Z (9 months ago)
- Language: TypeScript
- Size: 382 KB
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the [assistant-ui](https://github.com/Yonom/assistant-ui) starter project for langgraph.
## Getting Started
First, add your langgraph API url and assistant id to `.env.local` file:
```
LANGCHAIN_API_KEY=your_langchain_api_key
LANGGRAPH_API_URL=your_langgraph_api_url
NEXT_PUBLIC_LANGGRAPH_ASSISTANT_ID=your_assistant_id_or_graph_id
```
Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.