This repository contains a collection of demos for the NLUX
JavaScript conversational AI library.
The demos are organized in the following way:
next-js/nlux-with-app-router
: A simpleNLUX
demo with a Next.js 14 API route.
ai-calendar-booking
: A simple calendar AI assistant using@nlux/react
,@nlbridge/express
Express.js middleware, and OpenAI's GPT-4o.
stock-wiz
: The simple stock display app that usesNLUX
as AI assistant to make stock investment decisions.amaizon
: A simple e-commerce app that usesNLUX
as AI assistant to help users find products.
Each demo is a standalone project.
Please refer to the README
file in each demo folder for instructions on how to run the demo.
NLUX
(for Natural Language User Experience) is an open-source Javascript and React JS library that makes it super
simple to integrate powerful large language models (LLMs) like ChatGPT into your web app or website. With just a few
lines of code, you can add conversational AI capabilities and interact with your favourite LLM.
-
For developer documentation, examples, and API reference ― please visit:
docs.nlkit.com/nlux -
The main GitHub repository for
NLUX
is located at:
github.com/nlkitai/nlux