Open
Description
Description
We've discussed the idea of adding interactive CLI previews within our documentation to showcase the beautiful rendering of prompts provided by Clack. Currently, static terminal output examples are helpful but might become cumbersome to maintain due to the differences in terminal setups and colors between contributors.
Proposed Solution
Short-Term: Continue using static CLI output examples captured manually (as per PR #3).
Long-Term: Develop an Astro component that dynamically renders examples. Eventually, integrate a fully interactive terminal using libraries like @webcontainers/core and xterm.js.