Skip to content

Commit f1084bf

Browse files
authored
Add UI links to README (#1082)
1 parent 5c638c0 commit f1084bf

File tree

1 file changed

+27
-11
lines changed

1 file changed

+27
-11
lines changed

README.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,16 @@ setup, no security headaches, no runtime hassles.
3636

3737
## Why ToolHive?
3838

39-
- **Instant deployment:** Start any MCP server with one command, using Docker or
40-
Kubernetes.
39+
- **Instant deployment:** Start any MCP server with one click or command, using
40+
Docker or Kubernetes.
4141
- **Secure by default:** Every server runs in an isolated container with only
4242
the permissions it needs. Secrets are managed securely, never in plaintext.
43-
- **Works everywhere:** Use the CLI for local development, or the Kubernetes
44-
Operator for production and scale.
43+
- **Works everywhere:** Use the UI and CLI for local development, or the
44+
Kubernetes Operator for production and scale.
4545
- **Seamless integration:** ToolHive auto-configures popular clients like GitHub
4646
Copilot, Cursor, and more.
4747

48-
## Quick links
49-
50-
- 📚 [Documentation](https://docs.stacklok.com/toolhive/)
51-
- 🚀 [Quickstart guide](https://docs.stacklok.com/toolhive/quickstart)
52-
- 💬 [Discord](https://discord.gg/stacklok)
48+
ToolHive is available as a GUI desktop app, CLI, and Kubernetes Operator.
5349

5450
<br>
5551
</td>
@@ -62,6 +58,15 @@ setup, no security headaches, no runtime hassles.
6258
</tr>
6359
</table>
6460

61+
## Quick links
62+
63+
- 📚 [Documentation](https://docs.stacklok.com/toolhive/)
64+
- 🚀 Quickstart guides:
65+
- [Desktop app](https://docs.stacklok.com/toolhive/tutorials/quickstart-ui)
66+
- [CLI](https://docs.stacklok.com/toolhive/tutorials/quickstart-cli)
67+
- [Kubernetes Operator](https://docs.stacklok.com/toolhive/tutorials/quickstart-k8s)
68+
- 💬 [Discord](https://discord.gg/stacklok)
69+
6570
---
6671

6772
## Contributing
@@ -70,12 +75,23 @@ We welcome contributions and feedback from the community!
7075

7176
- 🐛 [Report issues](https://github.com/stacklok/toolhive/issues)
7277
- 💬 [Join our Discord](https://discord.gg/stacklok)
73-
- 🤝 [Contributing guide](./CONTRIBUTING.md)
74-
- 📖 [Developer guide](./docs/README.md)
7578

7679
If you have ideas, suggestions, or want to get involved, check out our
7780
contributing guide or open an issue. Join us in making ToolHive even better!
7881

82+
Contribute to the CLI, API, and Kubernetes Operator:
83+
84+
- 🤝 [Contributing guide](./CONTRIBUTING.md)
85+
- 📖 [Developer guide](./docs/README.md)
86+
87+
Contribute to the desktop UI:
88+
89+
- 🖥️ [Desktop UI repository](https://github.com/stacklok/toolhive-studio)
90+
91+
Contribute to the documentation:
92+
93+
- 📚 [Documentation repository](https://github.com/stacklok/docs-website)
94+
7995
---
8096

8197
## License

0 commit comments

Comments
 (0)