{"id":28697815,"url":"https://github.com/fikriaf/faftech-ai","last_synced_at":"2026-04-24T12:31:49.002Z","repository":{"id":281012274,"uuid":"897452636","full_name":"fikriaf/faftech-ai","owner":"fikriaf","description":"Stream UI Chat Bot AI (Faftech-AI) from Huggingface using HTML, CSS, PHP, JS, PRISM.js, etc","archived":false,"fork":false,"pushed_at":"2025-04-17T23:10:36.000Z","size":166,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T10:42:10.388Z","etag":null,"topics":["api-huggingface","chatbot","html-css-javascript","php","prism-js","website-ai"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fikriaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-02T16:49:47.000Z","updated_at":"2025-06-05T01:00:12.000Z","dependencies_parsed_at":"2025-04-18T00:46:47.503Z","dependency_job_id":"6635f267-8a56-4b50-926d-ff5bf15e7035","html_url":"https://github.com/fikriaf/faftech-ai","commit_stats":null,"previous_names":["fikriaf/faftech-ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fikriaf/faftech-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fikriaf%2Ffaftech-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fikriaf%2Ffaftech-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fikriaf%2Ffaftech-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fikriaf%2Ffaftech-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fikriaf","download_url":"https://codeload.github.com/fikriaf/faftech-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fikriaf%2Ffaftech-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32223846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-huggingface","chatbot","html-css-javascript","php","prism-js","website-ai"],"created_at":"2025-06-14T10:39:55.128Z","updated_at":"2026-04-24T12:31:48.997Z","avatar_url":"https://github.com/fikriaf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UI Chat Bot FAFTECH-AI\n![UI](https://github.com/fikriaf/faftech-ai/blob/main/wfwrw.PNG)\n\n# Faftech-AI\n\nFaftech-AI is an interactive web interface built with HTML, CSS, and JavaScript, utilizing Bootstrap for responsive layout, Prism.js for syntax highlighting, and various other interactive features. This project is designed to provide a modern and intuitive UI.\n\n## Key Features\n\n1. **Multi-AI Support**: Interface with two interaction panels to communicate with two AI models simultaneously.\n2. **Code Highlighting**: Uses Prism.js to highlight syntax in code blocks.\n3. **Flexible Interaction**:\n   - Button to copy code to clipboard with visual feedback.\n   - File input integrated with two control buttons.\n   - Keyboard shortcut support for data submission.\n4. **Responsive Layout**: Built with Bootstrap 5.3.3 to ensure compatibility across devices.\n5. **Offcanvas Menu**: For additional settings such as resetting history.\n\n## Technologies Used\n\n- **HTML5**: Base structure of the page.\n- **CSS3**: Additional styles to enhance the interface.\n- **Bootstrap 5.3.3**: To build a responsive layout.\n- **Prism.js**: Syntax highlighting for code.\n- **JavaScript**: Interactive logic such as clipboard, file input, and dynamic buttons.\n- **Font Awesome \u0026 Bootstrap Icons**: Icons for UI elements.\n\n## How to Use\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/fikriarmiafahmi/faftech-ai.git\n   cd faftech-ai\n   ```\n\n2. **Run in Browser**:\n- Make sure you have a local server like Laragon or XAMPP.\n- Place the project folder in your server directory (htdocs or equivalent).\n- Access the page via browser, for example: http://localhost/faftech-ai\n\n3. **Input and Interaction Features**:\n- Enter text into the input textarea.\n- Use the following shortcuts to send:\n  - Send to both AIs: CTRL + ENTER\n  - Send to the left: CTRL + ALT + L\n  - Send to the right: CTRL + ALT + R\n- Use the folder or plus buttons to upload a file.\n\n4. **Reset History**:\n- Open the offcanvas menu using the grid icon.\n- Click the \"Reset History\" button.\n\n## Project Structure\n├── index.html       # Main page\n\u003cbr\u003e\n├── style.css        # Custom styles\n\u003cbr\u003e\n├── script.js        # Interactive logic\n\u003cbr\u003e\n├── prismjs/\n\u003cbr\u003e\n│   ├── prism.css    # Syntax highlighting styles\n\u003cbr\u003e\n│   └── prism.js     # Syntax highlighting script\n\u003cbr\u003e\n├── README.md        # Project documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffikriaf%2Ffaftech-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffikriaf%2Ffaftech-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffikriaf%2Ffaftech-ai/lists"}