@@ -62,8 +62,11 @@ First, install the Restack Web UI and Engine using Docker:
62
62
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
63
63
```
64
64
65
- - Required for any function and workflow to run as the orchestration layer
66
- - The UI See all your workflow runs
65
+ - Required for any function and workflow execution as the orchestration layer
66
+ - Access the Web UI at http://localhost:5233 to monitor workflow runs, view logs, and manage functions
67
+
68
+ ![ Restack Engine UI] ( ./restack-engine-ui.png )
69
+
67
70
68
71
### 2. Set Up Backend with Restack AI
69
72
@@ -130,6 +133,8 @@ pnpm run dev
130
133
131
134
Visit [ http://localhost:3000 ] ( http://localhost:3000 ) to see the application.
132
135
136
+ ![ Restack Engine UI] ( ./frontend.png )
137
+
133
138
## Deploy on Restack Cloud
134
139
135
140
To deploy the example on Restack Cloud, follow these steps:
@@ -182,11 +187,13 @@ For detailed deployment information, see the [Restack Cloud documentation](https
182
187
183
188
6 . Go back to [ Restack Cloud] ( https://console.restack.io )
184
189
185
- You will see the following deployed:
190
+ Your deployment will include:
191
+
192
+ - A frontend application
193
+ - A backend service
194
+ - A Restack Engine instance connected to your cloud engine
186
195
187
- - frontend
188
- - backend
189
- - restack_engine (connected to your cloud engine)
196
+ ![ Restack Engine UI] ( ./restack-cloud-overview.png )
190
197
191
198
## Contributing
192
199
0 commit comments