Show HN: CR(D) Wizard – A TUI and Web UI to Visualize Kubernetes CRDs and Docs

1 pehli 0 8/3/2025, 1:43:42 PM github.com ↗
Hi HN,

I'm the creator of CR(D) Wizard. I wanted to share a project I've been working on to solve a personal pain point I have when dealing with Kubernetes.

When working with custom controllers, I frequently found myself losing context by constantly running kubectl describe and trying to mentally parse massive CRD YAMLs just to understand their schemas.

CR(D) Wizard is my attempt at a solution. It's a single binary written in Go that connects to your current kubeconfig context and provides two interfaces:

1. A terminal UI (TUI) for quick inspection without leaving the command line (built with Bubble Tea). 2. A web-based dashboard for a more visual overview (built with Next.js).

The core features are listing all CRDs, exploring their associated Custom Resources, and, most importantly, rendering the CRD's OpenAPI schema into clean, human-readable documentation directly in the UI.

This is my first release candidate (v0.0.0-rc1), so it's very new. I'm looking for feedback, critiques, and ideas from the community. The goal is to be a simple, zero-dependency tool for developers and SREs to quickly get an overview of their custom resources.

Thanks for taking a look. I'd be happy to answer any questions.

Comments (0)

No comments yet