remix-nlux
Version:
Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.
27 lines (17 loc) • 1.06 kB
Markdown
## A demo project to illustrate generative UI features with NLUX and Vercel AI SDK
## Features Showcased
The main features shown in this starter project are:
* **NLUX Chat Interface** - A simple chat interface to interact with the AI.
* **Text Streaming** - The chat interface supports text streaming.
* **Vercel AI SDK** - Used to connect to GPT-4 Turbo and generate responses.
* **React Server Components** — Streaming of components generated on the server.
## Dependencies
* `React` — Latest `18.x` version.
* `Next.js` — Latest `14.x` version.
* `Vercel AI` — Version `3.2.10` or higher.
* `NLUX` — Latest `2.x` version.
## Learn More
To learn more about NLUX, take a look at the following resources:
- [Documentation](https://docs.nlkit.com/nlux) — Learn about Next.js features and API.
- [Examples](https://docs.nlkit.com/examples) — Find more examples of using NLUX with different setups.
You can check out the [NLUX GitHub repository](https://github.com/nlkitai/nlux/) - your feature requests and contributions are welcome.