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
- Host: GitHub
- URL: https://github.com/nlkitai/demos
- Owner: nlkitai
- Created: 2024-02-22T13:43:00.000Z (over 1 year ago)
- Default Branch: latest
- Last Pushed: 2024-06-24T04:28:41.000Z (over 1 year ago)
- Last Synced: 2025-03-26T10:36:23.440Z (6 months ago)
- Topics: ai, llm, nextjs, nlkit, nlux, nodejs, react
- Language: TypeScript
- Homepage: https://docs.nlkit.com/nlux
- Size: 444 KB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)