Conversational assistant · Roli.AI Hackathon winner
AI Dynamic Chatbot
A configurable chatbot built on the Roli.AI runtime, wiring conversational state and live model responses into a deployable web client.
- Roli.AI Hackathon
- Winner
- 2024
The problem
Most hackathon chatbots forget the conversation the moment the page reloads, which makes them impossible to demo convincingly.
What made it hard
Judging ran on a live shared deployment, so the build had to hold conversational state across sessions without a backend of its own.
Architecture
- 01Roli.AI hosted runtime handles model calls and persists conversation state server-side.
- 02A JavaScript web client renders the thread and streams responses as they arrive.
- 03Deployed straight from StackBlitz so judges could open and use it without a local setup.
Outcomes
- Won the Roli.AI Hackathon.