# phoenix_gen_api_tui v0.1.0 - Table of Contents

> Terminal-based interactive explorer for PhoenixGenApi applications, built on ExRatatui

## Pages

- [PhoenixGenApiTui](readme.md)
- [Getting Started with PhoenixGenApiTui](getting_started.md)
- [Keyboard Reference](keyboard_reference.md)
- [Transports](transports.md)
- [Tab Reference](tabs.md)

## Modules

- [PhoenixGenApiTui](PhoenixGenApiTui.md): Terminal-based interactive explorer for PhoenixGenApi applications.
- [PhoenixGenApiTui.App](PhoenixGenApiTui.App.md): Main TUI application using `ExRatatui.App` behaviour.
- [PhoenixGenApiTui.Format](PhoenixGenApiTui.Format.md): Shared formatting helpers for display in the TUI.

- [PhoenixGenApiTui.Introspection](PhoenixGenApiTui.Introspection.md): Loads PhoenixGenApi runtime config data into a navigable data structure.
- [PhoenixGenApiTui.Introspection.ServiceInfo](PhoenixGenApiTui.Introspection.ServiceInfo.md): Holds introspection data for a single PhoenixGenApi service.
- [PhoenixGenApiTui.State](PhoenixGenApiTui.State.md): State struct and pure navigation logic for the PhoenixGenApi TUI explorer.
- [PhoenixGenApiTui.Telemetry](PhoenixGenApiTui.Telemetry.md): Telemetry events for PhoenixGenApiTui user actions and system events.
- [PhoenixGenApiTui.Theme](PhoenixGenApiTui.Theme.md): Color, style, and rich-text constants for the TUI.
- [PhoenixGenApiTui.Views.CallFlowsTab](PhoenixGenApiTui.Views.CallFlowsTab.md): Call Flows tab view: table showing all registered call flows.
- [PhoenixGenApiTui.Views.ClusterTab](PhoenixGenApiTui.Views.ClusterTab.md): Cluster tab view: shows cluster topology information.

- [PhoenixGenApiTui.Views.ErrorsTab](PhoenixGenApiTui.Views.ErrorsTab.md): Errors tab view: shows failed FunConfig entries from pull/push operations.
- [PhoenixGenApiTui.Views.FormatHelpers](PhoenixGenApiTui.Views.FormatHelpers.md): Shared formatting helpers for rendering nested data structures in text-based views.
- [PhoenixGenApiTui.Views.FunctionDetail](PhoenixGenApiTui.Views.FunctionDetail.md): Overlay view showing full details for a selected function config.

- [PhoenixGenApiTui.Views.FunctionsTab](PhoenixGenApiTui.Views.FunctionsTab.md): Functions tab view: table showing function configs for the selected service.
- [PhoenixGenApiTui.Views.HealthTab](PhoenixGenApiTui.Views.HealthTab.md): Health tab view: shows health check results.

- [PhoenixGenApiTui.Views.NavPanel](PhoenixGenApiTui.Views.NavPanel.md): Left panel view: services list with search.
- [PhoenixGenApiTui.Views.RateLimitsTab](PhoenixGenApiTui.Views.RateLimitsTab.md): Rate Limits tab view: shows rate limiter configuration.

- [PhoenixGenApiTui.Views.StatsTab](PhoenixGenApiTui.Views.StatsTab.md): Stats tab view: shows VM and PhoenixGenApi statistics.

- [PhoenixGenApiTui.Views.SystemTab](PhoenixGenApiTui.Views.SystemTab.md): System tab view: shows all nodes in the Elixir cluster with per-node
memory usage, process count, and scheduler information.

