Using Html and Local Host to Talk to CC
So I finally got around to using HTML output to work with Claude code. I've been using HTMLs with Claude Code for a while to do different things. I have been sending HTML pages to clients in my job search business for months. But today is the first day I’ve had ClaudeCode generate a list of questions about a project I’m working on that gives me space to answer those questions and lets me save them to an HTML file (you’ll see the export option in the upper-right of the picture). I then had it take both q&a's in as raw data, parse them, and send the output back to me as an HTML for addition thoughts, comments and clarifications. Normally, and I hate this, when you’re in any instance of Claude, if you ask it to ask you questions, you usually get all the questions at once. And so you have to say - one at a time or just try and remember five things to respond to. If you’re in ClaudeCode on desktop, you can tell it, “Put all your questions in an HTML, give me space to answer individually, and then we’ll download to parse them.” My first thought is ClaudeCode can outline and explain each question to you and then you can roll through them giving your feedback. I'm trying it out for the first time for project feedback, but so far I think it’s pretty cool. PS - without instruction CC defaulted to a sort of ugly page layout - but I could improve this by adding checks to things I like or an X of things I don't like. And once done - I can turn this into a skill so when invoked CC knows I want it to turn it's output into an html and let me provide feedback that way, which is a cool usecase. Edit - I just implemented the checkbox system, lol