Fast HTML to Markdown converter optimized for LLM consumption
npm install @nanocollective/get-mdA fast, lightweight HTML to Markdown converter optimized for LLM consumption.
- Lightning-fast (<100ms) with optional AI-powered conversion
- Intelligent extraction using Mozilla Readability
- CLI included for command-line usage
- TypeScript with full type definitions
- React Native compatible
``bash`
npm install @nanocollective/get-md
`typescript
import { convertToMarkdown } from "@nanocollective/get-md";
const result = await convertToMarkdown("https://example.com");
console.log(result.markdown);
`
`bash``
getmd https://example.com -o output.md
For full documentation, see docs/index.md:
- API Reference
- CLI Usage
- LLM-Powered Conversion
- React Native Support
We're a small community-led team building local and privacy-first AI solutions under the Nano Collective.