Skip to content

YanniKouloumbis/next-js-window-ai

Repository files navigation

Next JS x window.ai

This is a simple Next JS application that demonstrates how to integrate window.ai to build a chatbot interface. The app provides a user-friendly chat interface for users to communicate with an AI assistant.

Features

  • User-friendly chat interface
  • AI assistant powered by window.ai
  • Automatically scrolls to the most recent message
  • Loading state while waiting for the AI to respond
  • Responsive design

Built by Yanni & Nolan.

Installation

To get started with this app, follow these steps:

  1. Clone the repository:
git clone https://github.com/YanniKouloumbis/next-js-window-ai/
  1. Change directory to the project folder:
cd next-js-window-ai
  1. Install the required dependencies:
pnpm install
  1. Start the development server:
pnpm dev
  1. Visit http://localhost:3000 in your browser to see the app in action.

Usage

  1. Type a message in the input field at the bottom of the chat window.
  2. Press "Send" or hit "Enter" to send the message.
  3. The AI assistant will respond with a message after processing your input.
  4. Continue the conversation by sending more messages.

Deployment

Deploy with Vercel

Customization

You can customize the app by modifying the pages/index.js file. Here are some ideas for customization:

  • Change the initial system message to set a different context for the AI assistant.
  • Adjust the streaming options like temperature and maxTokens to control the AI's response.
  • Update the UI to match your branding by changing colors, fonts, and other styles.

Contributing

Feel free to contribute to this project by submitting a pull request, reporting bugs, or suggesting new features.

License

This project is licensed under the MIT License. Use it for anything!

Acknowledgments

  • The window.ai library for providing the AI assistant functionality.
  • The Next.js framework for simplifying the development of React applications.

About

A Next.js chatbot app demonstrating seamless integration with window.ai.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published