This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 644bd711 docs(tooling): promote Camel TUI to its own section with 
screenshot and editor details
644bd711 is described below

commit 644bd711d4928f02d0ea931b58931f4ee82e2a23
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 11 07:47:10 2026 +0200

    docs(tooling): promote Camel TUI to its own section with screenshot and 
editor details
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 content/tooling/_index.md              |   8 +++++++-
 content/tooling/camel-tui-overview.png | Bin 0 -> 435239 bytes
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/content/tooling/_index.md b/content/tooling/_index.md
index 171584ee..7c30ba4c 100644
--- a/content/tooling/_index.md
+++ b/content/tooling/_index.md
@@ -21,10 +21,16 @@ The Camel CLI, powered by [JBang](https://www.jbang.dev/), 
lets you get started
 
 See the [Camel CLI documentation](/manual/camel-jbang.html) for installation 
instructions and detailed usage.
 
-### Camel TUI
+## Camel TUI
 
 The `camel tui` command launches a full terminal-based UI that provides fast, 
real-time feedback during development — a natural fit for CLI-first and 
AI-assisted workflows. It gives you route status, message flow, and tracing all 
in a single terminal view, so you can stay in the flow without switching tools. 
Ideal for low-code and AI-assisted development where quick iteration matters.
 
+The TUI also includes a built-in mini source editor for Camel YAML DSL routes 
with context-aware Tab completion for EIPs, components, endpoint options, and 
expressions — plus validation on save and inline quick docs. A low-code editing 
experience without leaving the terminal.
+
+![Camel TUI Overview — four running integrations with live throughput chart 
and log](./camel-tui-overview.png)
+
+See the [Camel TUI documentation](/manual/camel-jbang-tui.html) for more 
details.
+
 ## Camel MCP Server
 
 The [Camel MCP Server](/manual/camel-jbang-mcp.html) connects Apache Camel to 
AI coding assistants through the [Model Context Protocol 
(MCP)](https://modelcontextprotocol.io/). It gives AI tools access to Camel's 
component catalog, DSL documentation, and integration patterns — so they can 
help you write, debug, and optimize Camel routes with full context.
diff --git a/content/tooling/camel-tui-overview.png 
b/content/tooling/camel-tui-overview.png
new file mode 100644
index 00000000..70ad3afe
Binary files /dev/null and b/content/tooling/camel-tui-overview.png differ

Reply via email to