2 pointsby Rocke1001feller5 hours ago3 comments
  • Rocke1001feller5 hours ago
    Hi HN, I’m rock, the creator of this extension. I frequently use Claude and ChatGPT for coding and research, but always found it painful to clean, save, or share these chats with colleagues without cluttering. So I built this to render clean documents.

    Unlike online PDF converters, it does not send your chats to any backend server. Everything is rendered 100% locally in your browser to preserve privacy.

    It’s built with Vanilla JS. One challenge was handling the custom markdown formats of different AI platforms (e.g., math blocks in ChatGPT, nested code structures in Claude). I had to write custom parsers for each AI platforms.

    Let me know what you think.

  • mujib775 hours ago
    Does it preserve code blocks + markdown formatting properly for long conversations?
    • Rocke1001feller4 hours ago
      Of course! This is its basic functionality, but it's still in the alpha stage. If any problems are found, I can fix them quickly.
  • msafi044 hours ago
    [dead]