A Proof of Concept implementation of a conversational onboarding flow using Langgraph in TypeScript. The chatbot guides new users through an onboarding process and returns structured JSON data for further processing.
- Interactive conversational onboarding flow
- Built with Langgraph for flexible conversation management
- TypeScript implementation for type safety
- Structured JSON output for easy integration
- Customizable onboarding questions and flow
-
Create .env
cp .env.example .env
-
Change the keys inside .env using your valid key
-
Run the code using tsx
tsx src/onboarding-chatbot.ts