How to Save Hacker News Threads as Markdown
Hacker News is where the best technical discussions happen. But HN’s minimal interface makes it impossible to save threads with context --- copy-paste gives you a wall of text with no structure. Here’s how to capture HN content as clean Markdown.
Why Save Hacker News as Markdown?
HN content is valuable but hard to preserve:
- Threads disappear from view --- they fall off the front page within hours
- No bookmark system --- HN’s favorites are hard to browse
- Comments are the gold --- the real value is often in the discussion, not the link
- Copy-paste is useless --- loses all thread structure and nesting
What Save Captures
From Article Links
When you save the linked article (not the HN page):
- Full article content with clean formatting
- Code blocks preserved
- Images and diagrams referenced
- Heading structure maintained
From HN Discussion Pages
When you save the HN comments page:
- Thread structure with nesting
- Comment authors and timestamps
- Top-level and nested replies
- The original submission context
Example Output (Linked Article)
# We Replaced Our Microservices With a Monolith
**Source:** blog.example.com
**HN Discussion:** 847 points, 423 comments
---
After three years of maintaining 47 microservices for a team
of 12 engineers, we moved back to a monolith. Here's why...
## The Breaking Point
Our deploy pipeline took 45 minutes. A single API call
touched 6 services. Debugging meant correlating logs
across a dozen containers...
## What We Gained
- Deploy time: 45 min → 3 min
- On-call incidents: -60%
- New feature velocity: +40%
Use Cases
Technical Research
- Save articles that spark interesting HN discussions
- Build a library of real-world engineering case studies
- Archive post-mortems and lessons learned
Learning from Experts
- Capture threads where experienced engineers share war stories
- Save “Ask HN” threads with career advice or tool recommendations
- Archive “Show HN” posts for product inspiration
Building a Knowledge Base
- Save articles + discussions for a complete picture
- Organize by topic: distributed systems, databases, career, startups
- Feed to AI for synthesis across multiple HN discussions
Content Inspiration
- Save trending topics and discussions in your niche
- Track what resonates with the HN audience
- Build a swipe file of successful technical writing
Tips for Best Results
- Save the article, not just the HN page --- click through to the source for the full content
- Save both --- capture the article AND the HN discussion page for complete context
- Time it right --- save discussions after they’ve matured (12-24 hours) for the best comments
- “Ask HN” threads --- these are pure discussion gold, save them directly
Get Started
Install Save from the Chrome Web Store --- never lose a great HN thread again.
Have questions? Reach out at [email protected]
## Continue reading
How to Save Dev.to Articles as Markdown
Save Dev.to blog posts and tutorials as clean Markdown files. Archive developer content, code snippets, and technical guides for offline use.
How to Save Reddit Posts and Comments as Markdown
Save Reddit posts and comments as Markdown. Archive discussions, AMAs, and threads before they get deleted. Free browser extension.
Developer Notes: Save Technical Content as Code-First Markdown
Save's Developer template preserves code blocks, API references, and technical details. No fluff -- just the code and context you need. Free Chrome extension.
Claude Computer Use Tool: The Complete Developer Guide to AI Desktop Automation
Claude can now see your screen, move the mouse, and type on the keyboard. Here's everything developers need to know about the computer use tool API — how it works, how to implement it, and what to build with it.
Written by
Jean-Sébastien Wallez
I've been making internet products for 10+ years. Built Save on weekends because I wanted my own reading library in clean markdown for Claude and Obsidian. Write here about web clipping, AI workflows, and the small things that make a personal knowledge base actually useful.