examples/v1/_legacy/saas-dynamic-dashboards/README.md
Deployed on Vercel: https://dynamic-saas-dashboard.vercel.app
This project is a modern dashboard and analytics solution built with Next.js (in the frontend directory). It features:
Install dependencies
cd frontend
pnpm install
Set up environment variables
.env file in the frontend directory:
echo "OPENAI_API_KEY=your_openai_api_key_here" > .env
your_openai_api_key_here with your actual OpenAI API key.Run the development server
pnpm run dev
The app will be available at http://localhost:3000.
Install dependencies
cd agent
poetry install
Set up environment variables
.env file in the agent directory:
echo "OPENAI_API_KEY=your_openai_api_key_here" > .env
your_openai_api_key_here with your actual OpenAI API key.Run the Langgraph server
python agent.py
To refer to the recording to the demo, Refer here :
https://www.loom.com/share/43be7bcbf1954672934e62ff8b3ee86e