An application to allow users access & analyse their historical sales call data from Glyphic using natural language. The application uses a chat interface and supports rendering responses in plain text and tables.
- We've had quite a lot of meetings with john@doe.com in the last few months, can you provide a summary of the meetings?
- How many calls were made in December 2025? Can you detail the calls showing the title, participants, and duration?
- When was the last call with mary@doe.com?
- I recently had a meeting with jane@doe.com but I can't remember the next steps we discussed.
client- A React + Vite app containing the chat interface.server- An Express server handling the processing of messages.
Clone the repo:
git clone https://github.com/AFOJ/ask-glyphic.git