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.
24 lines (14 loc) • 811 B
Markdown
# Examples and Demo Projects
This directory contains examples and demo projects that demonstrate how to use `NLUX` in various scenarios.
### `dev-examples`
Samples and mini-apps used for development and testing.<br />
Mostly used by contributors to test new features and bug fixes.
### `framework-starters`
The main projects used by `nlux-cli create` to create new projects.<br />
That's what you get when you run `npx nlux-cli create nextjs my-app` or other `nlux-cli create` commands.
### `nextjs-apps`
Mini-apps built with `Next.js` and `NLUX`.<br />
Examples illustrate generative UI, markdown streaming, and more.
### `ui-components`
Examples of how to use `NLUX` with different UI libraries and frameworks.<br />
Mini chat apps built with `shadcn/ui` and `NLUX` are provided. More will be added.