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.
Documentation:
The authentication screen is the entry point to Gulp Web Client. It allows users to connect to a server and manage sessions.
The start page provides three input fields:
- Server URL — the address of the Gulp backend server.
- Username — user login.
- Password — user password.
Server address: http://localhost:8080
Username: admin
Password: admin
Note
If your backend is served under/api, make sure to include/apiin the Server URL.
Once the Server address, Username, and Password fields are filled in, press Login:
- The client attempts to connect to the backend.
- If the connection or authentication fails, an error message is displayed.
- If the login is successful:
- You can choose an existing operation or create a new one.
- You can select a saved session, continue without a session, or start a new session.
When creating a new operation, a popup window appears containing:
- Operation Name — input field for the operation title.
- Description — input field for a brief description of the operation.
- Icon Selection — choose an icon to represent the operation.
- A new window opens where you can attach logs, select data sources, or manage existing items related to the operation.
- You can also delete the operation if needed.
Tip
This flow allows you to quickly set up a new operation and immediately start working with its data and logs.
- Sessions are saved automatically after login.
- This allows you to return to unfinished operations or switch between tasks later.
Note
There is no need to manually create or select a session — the client handles it automatically.
After completing authentication and getting familiar with the workspace, you can continue exploring other features of the Gulp Web Client:
- Learn how to manage and run operations.
- Extend functionality with plugins.
- Explore the full UX Workflows for detailed workflows.


