Loading repository data…
Loading repository data…
pangeran-droid / repository
A lightweight web-based chatbot application powered by OpenRouter API. Built with PHP and Vanilla JS, featuring a secure server-side API handling and a modern responsive UI.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
AI WebChat is a web-based chatbot application that leverages the OpenRouter API to access various AI models like DeepSeek, GPT, and Llama. Built with a focus on simplicity, security, and responsiveness.
git clone https://github.com/pangeran-droid/AI-WebChat.git
cd AI-WebChat
Open config.php and insert your OpenRouter API key:
<?php
return [
'OPENROUTER_KEY' => 'YOUR_API_KEY_HERE'
];
Get your API key from (get one here).
Move the project folder to your server directory:
htdocs/AI-WebChatwww/AI-WebChatAccess it in your browser via:
http://localhost/AI-WebChat
MIT License.