Azure-Samples /
vite-chat-interface
This template provides a simple, modern chat UI built with Vite and Lit. It's designed as a starting point for integrating AI chat models (such as Azure OpenAI, OpenAI, or your own backend) into a web application.
Loading repository data…
akashchaudhary-git / repository
This template provides a starting point for building a chat application that integrates with Azure OpenAI. The app allows users to interact with an AI chatbot, and it includes a customizable Settings popup for users to input their Azure OpenAI API details.
This template provides a starting point for building a chat application that integrates with Azure OpenAI. The app allows users to interact with an AI chatbot, and it includes a customizable Settings popup for users to input their Azure OpenAI API details.
Clone the Repository:
git clone https://github.com/akashchaudhary-git/react-js-azure-openai-chat-app.git
cd react-js-azure-openai-chat-app
Install Dependencies:
npm install
Run the App:
npm run dev
Check out the live demo at https://react-js-aoi.onrender.com/.
To integrate the app with your Azure OpenAI resource:
Configure API Settings:
Start Chatting:
Feel free to customize the app based on your specific requirements. The structure is designed to be modular, making it easy to add new features or modify existing ones.
Selected from shared topics, language and repository description—not editorial ratings.
Azure-Samples /
This template provides a simple, modern chat UI built with Vite and Lit. It's designed as a starting point for integrating AI chat models (such as Azure OpenAI, OpenAI, or your own backend) into a web application.
Hafiz-Tanzeel-Shamshad /
This is a full-stack rental booking web app inspired by Airbnb, developed using MERN (MongoDB, Express.js, Node.js) stack with EJS (Embedded JavaScript) as the templating engine for server-side rendering. The application provides a dynamic and responsive user interface with CRUD functionality.