ChatAI Hub is a platform that integrates various chat AI tools, aiming to provide users with a simple and easy-to-use web interface for quick access and use of different chat AI services. (Actually, actually, it's just a toy.)
This platform aggregates the official websites of four major domestic AI models, allowing users to switch between and use these tools through a concise interface. Our goal is to enable users to experience the capabilities of multiple chat AIs on a single platform by providing convenient access.
- Aggregated Official Website Access: Integrates the official websites of four major domestic AI models, allowing users to easily switch between different AI tools.
- User-Friendly Web Interface: Through a user-centric design, users can quickly get started and use all the platform's features.
- Left Sidebar Functions: Supports users in adding and editing function sliders, including:
- Webpage browsing time statistics
- Clock
- Prompt storage
- HTML: Used to build the basic structure and layout of the platform.
- CSS: Responsible for style design, ensuring the interface is aesthetically pleasing and responsive.
- JavaScript: Implements client-side interaction logic and dynamic functionality.
- localStorage API: Used for local data storage, such as user preferences and text items.
- iframe: Integrates the official websites of multiple AI chat tools.
- DOM Manipulation: Enables dynamic updates to page content and user interface.
- Event Listeners: Handles user interactions and triggers corresponding functions.
- Modal: Used for editing sliders and confirming actions.
- Drag-and-Drop Sorting: Enables custom sorting functionality for sliders.
Minimal operation: Download the folder named "Web Aggregation," and then simply open the HTML file inside.
This project is licensed under the MIT License. You are free to use or modify the code, but please note the relevant requirements and conditions.
We welcome any form of contribution, including bug reports, feature suggestions, or code improvements. If you have any questions or suggestions, please feel free to submit an issue or initiate a pull request. (This is all official wording, it's just a toy, but simplicity is the ultimate sophistication, welcome to play together)
V0.0.5.11:
- Optimized slider editing function UI
- Fixed a bug where clicking the changelog for the first time after page load was ineffective
- Fixed a bug where clicking the option area in slider editing could not toggle the option state
- Optimize webpage smoothness