{"id":15157851,"url":"https://github.com/mentat-is/gulpui-web","last_synced_at":"2026-02-04T19:02:29.026Z","repository":{"id":257221798,"uuid":"857136923","full_name":"mentat-is/gulpui-web","owner":"mentat-is","description":"The web UI for g(ULP)","archived":false,"fork":false,"pushed_at":"2026-01-28T09:39:32.000Z","size":11107,"stargazers_count":5,"open_issues_count":8,"forks_count":2,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-01-29T00:16:04.032Z","etag":null,"topics":["cybersecurity","dfir","gulp","incident-response","log-analysis","threat-hunting"],"latest_commit_sha":null,"homepage":"https://gulp.sh","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mentat-is.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.AGPL-3.0.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-13T22:05:10.000Z","updated_at":"2026-01-20T10:27:49.000Z","dependencies_parsed_at":"2024-09-15T11:33:58.236Z","dependency_job_id":"8ae372ac-864a-4495-8513-9089c77e90d3","html_url":"https://github.com/mentat-is/gulpui-web","commit_stats":{"total_commits":90,"total_committers":2,"mean_commits":45.0,"dds":"0.022222222222222254","last_synced_commit":"a1e394b612f27a425144d5b90fc50c0309945092"},"previous_names":["mentat-is/gulpui-web"],"tags_count":131,"template":false,"template_full_name":null,"purl":"pkg:github/mentat-is/gulpui-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mentat-is%2Fgulpui-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mentat-is%2Fgulpui-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mentat-is%2Fgulpui-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mentat-is%2Fgulpui-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mentat-is","download_url":"https://codeload.github.com/mentat-is/gulpui-web/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mentat-is%2Fgulpui-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29092985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"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":["cybersecurity","dfir","gulp","incident-response","log-analysis","threat-hunting"],"created_at":"2024-09-26T20:04:10.726Z","updated_at":"2026-02-04T19:02:29.021Z","avatar_url":"https://github.com/mentat-is.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\n**Gulp UI Web** is a browser-based application designed for analyzing and interacting with the backend of Gulp. It is built using React and the Shadcn/UI libraries.\n\n**Documentation**:\n1. [Setup Instructions](./docs/SETUP.md)\n2. [Minimum Requirements](./docs/SETUP.md)\n3. [Authentication](#authentication)\n4. [UX Documentation](./docs/ux_docs/UX_WORKSPACE.md)\n\n---\n\n## Authentication\n\nThe **authentication screen** is the entry point to Gulp Web Client. It allows users to connect to a server and manage sessions.\n\n\u003cdiv  align=\"center\"\u003e\n  \u003cimg src=\"docs/images/ux_login_page.png\" alt=\"login\" width=\"600\"/\u003e\n\u003c/div\u003e\n\n---\n\n## Registration and Login\n\nThe start page provides three input fields:\n- **Server URL** — the address of the Gulp backend server.\n- **Username** — user login.\n- **Password** — user password.\n\n#### Example\n```\nServer address: http://localhost:8080 \nUsername: admin  \nPassword: admin  \n```\n\n\u003e **Note**  \n\u003e If your backend is served under `/api`, make sure to include `/api` in the **Server URL**.  \n\n---\n\n## Login Button\n\nOnce the **Server address**, **Username**, and **Password** fields are filled in, press **Login**:\n1. The client attempts to connect to the backend.\n2. If the connection or authentication fails, an error message is displayed.\n3. If the login is successful:\n    - You can **choose an existing operation** or **create a new one**.\n    - You can **select a saved session**, **continue without a session**, or **start a new session**.\n\n---\n\n#### Creating a New Operation\n\nWhen creating a new operation, a **popup window** appears containing:\n\n- **Operation Name** — input field for the operation title.\n- **Description** — input field for a brief description of the operation.\n- **Icon Selection** — choose an icon to represent the operation.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"docs/images/ux_auth_operation_create.png\" alt=\"operation create\" width=\"600\"/\u003e\n\u003c/div\u003e\n\n#### After creating the operation:\n\n- A new window opens where you can **attach logs**, **select data sources**, or **manage existing items** related to the operation.\n- You can also **delete the operation** if needed.\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"docs/images/ux_auth_operation_sources.png\" alt=\"operation sources\" width=\"600\"/\u003e\n\u003c/div\u003e\n\n\u003e **Tip**  \n\u003e This flow allows you to quickly set up a new operation and immediately start working with its data and logs.\n\n---\n\n#### Session Management\n- Sessions are saved automatically after login.\n- This allows you to **return to unfinished operations** or **switch between tasks** later.\n\n\u003e **Note**  \n\u003e There is no need to manually create or select a session — the client handles it automatically.\n\n---\n\n## Next Steps\n\nAfter completing `authentication` and getting familiar with the workspace, you can continue exploring other features of the Gulp Web Client:\n\n- Learn how to manage and run **operations**.\n- Extend functionality with **[plugins](/docs/PLUGINS.md)**.\n- Explore the full **[UX Workflows](./docs/ux_docs/UX_WORKSPACE.md)** for detailed workflows.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmentat-is%2Fgulpui-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmentat-is%2Fgulpui-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmentat-is%2Fgulpui-web/lists"}