An open API service indexing awesome lists of open source software.

https://github.com/nlkitai/demos

Demos for AI assistants using NLUX, Next.js, React, and Node.js
https://github.com/nlkitai/demos

ai llm nextjs nlkit nlux nodejs react

Last synced: 2 days ago
JSON representation

Demos for AI assistants using NLUX, Next.js, React, and Node.js

Awesome Lists containing this project

README

          

# `NLUX` demos

This repository contains a collection of demos for the `NLUX` JavaScript conversational AI library.
The demos are organized in the following way:

## Next.js Demos

- `next-js/nlux-with-app-router`: A simple `NLUX` demo with a Next.js 14 API route.

## React and Nodes.js Demos

### AI Assistant For Calendars Booking

- `ai-calendar-booking`: A simple calendar AI assistant using `@nlux/react`, `@nlbridge/express` Express.js
middleware, and OpenAI's GPT-4o.

### Context-Aware Conversations

- `stock-wiz`: The simple stock display app that uses `NLUX` as AI assistant to make stock investment decisions.
- `amaizon`: A simple e-commerce app that uses `NLUX` as AI assistant to help users find products.

## Running the demos

Each demo is a standalone project.
Please refer to the `README` file in each demo folder for instructions on how to run the demo.

## About `NLUX`

`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](https://docs.nlkit.com/nlux)

* The main GitHub repository for `NLUX` is located at:
[github.com/nlkitai/nlux](https://github.com/nlkitai/nlux)