controller
Software·Active
Conversational search widget available as controller-chat on npm. Add natural language search to any site: keyword-only or optional AI (Llama 3).
npm install controller-chatWhat it does
- Available on npm as controller-chat
- Keyword-only mode (no backend required)
- Optional AI (Llama 3 / Ollama) for natural-language responses
- Unbranded UI, customize for your site
- Context-aware (events, showcase, products)
- Mobile-optimized chat interface
Notes
controller is the search assistant on our Events and Showcase pages. Users ask in plain language and get instant answers. It ships as the controller-chat npm package: unbranded, configurable, and ready for any website. Use keyword-only mode (no backend) or connect an optional AI backend (Ollama/Llama 3) for richer responses. The package includes the full chat UI, focus trap, and result formatting.
Tech
- React
- controller-chat (npm)
- Cloud Functions (optional)
- Ollama (optional)
More from redlightcam
- Keep On TruckingArcade-style tap-to-drive game. Guide your truck left or right to hit cars, avoid police, and go as far as you can.Game
- pulseEmbeddable car meet widget. One line of HTML puts a live redlightcam meet card (next meet, cadence, and a link to the photo gallery) on any website.Software