{"id":30718255,"url":"https://github.com/cod-e-codes/marchat-webui","last_synced_at":"2026-02-12T02:10:03.357Z","repository":{"id":309932369,"uuid":"1034216431","full_name":"Cod-e-Codes/marchat-webui","owner":"Cod-e-Codes","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-14T16:33:52.000Z","size":430,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-03T09:48:35.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/Cod-e-Codes.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":"2025-08-08T03:31:33.000Z","updated_at":"2025-08-20T14:23:40.000Z","dependencies_parsed_at":"2025-08-14T17:31:52.844Z","dependency_job_id":"316d88c0-7efb-4aa5-8a25-f76f7550af54","html_url":"https://github.com/Cod-e-Codes/marchat-webui","commit_stats":null,"previous_names":["cod-e-codes/marchat-webui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cod-e-Codes/marchat-webui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Fmarchat-webui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Fmarchat-webui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Fmarchat-webui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Fmarchat-webui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cod-e-Codes","download_url":"https://codeload.github.com/Cod-e-Codes/marchat-webui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Fmarchat-webui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29354716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-03T09:48:29.457Z","updated_at":"2026-02-12T02:10:03.351Z","avatar_url":"https://github.com/Cod-e-Codes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# marchat-webui\n\nA standalone web-based graphical user interface prototype built in plain HTML, CSS, and JavaScript to demonstrate a possible graphical client for marchat.\n\n---\n\n## Overview\n\nThis project is an experimental proof-of-concept of a graphical chat client UI for marchat. It provides a lightweight, responsive interface for users who are not comfortable with the terminal. The UI demonstrates that marchat can support custom frontends while keeping the core server minimal and terminal-focused.\n\n**Important:**\nThis GUI is **not part of the official marchat codebase** and does **not** represent an official or planned release. It is provided solely for private testing, experimentation, or internal use and may never be integrated or maintained as part of marchat.\n\n---\n\n## Features\n\n* Connect to a marchat WebSocket server\n* Show online users and connection status\n* Send and receive chat messages and commands\n* Responsive UI\n* Minimal footprint (approx. 17 KB)\n\n---\n\n## Screenshots\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"marchat-webui-login.jpg\" alt=\"marchat web UI login\" width=\"400\" style=\"max-width:100%;height:auto;\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"marchat-webui-client.jpg\" alt=\"marchat web UI chat\" width=\"400\" style=\"max-width:100%;height:auto;\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n---\n\n## Usage\n\n1. Open `index.html` in a modern web browser.\n2. Enter your marchat server WebSocket URL (e.g. `ws://localhost:8080/ws`) and click **Connect**.\n3. Enter your username.\n4. Type messages or commands (starting with `:`) in the input box.\n\n---\n\n## Purpose\n\nThis web UI is a minimal proof-of-concept demonstrating that a graphical client can interface with marchat. It allows teams and developers to include non-terminal users in private/self-hosted environments or experiment with custom frontends, while preserving the lightweight, terminal-focused design of the core server.\n\nEven as a demo, it extends marchat's usability beyond terminal users, making self-hosted servers more accessible to collaborators and small teams.\n\n---\n\n## Limitations Note\n\nWhile this demo does not support advanced features, if you are interested in extending the web UI or creating a custom frontend, feel free to reach out via discussions or email at [cod.e.codes.dev@gmail.com](mailto:cod.e.codes.dev@gmail.com).\n\n---\n\n## Limitations\n\n* No TLS or authentication beyond username.\n* Limited feature set: no admin commands, plugins, or E2EE.\n* Designed only for private/self-hosted experimentation.\n* Not actively maintained.\n* Feature parity with the TUI client is not guaranteed.\n\n---\n\n## Disclaimer\n\n* This project is intended only for private or experimental use.\n* Functionality depends on a compatible marchat server.\n* No official support or warranty is provided.\n\n---\n\n## License\n\nMIT License\nSee [LICENSE](LICENSE) for details.\n\n---\n\n## Contributions\n\nContributions are welcome, but note this is an experimental project and may be archived without further development.\n\n---\n\n*marchat’s primary client remains terminal-based; this GUI is an independent experimental interface.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod-e-codes%2Fmarchat-webui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcod-e-codes%2Fmarchat-webui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod-e-codes%2Fmarchat-webui/lists"}