A 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
npm install @nanocollective/get-mdimport { convertToMarkdown } from "@nanocollective/get-md";
const result = await convertToMarkdown("https://example.com");
console.log(result.markdown);getmd https://example.com -o output.mdFor full documentation, see docs/index.md:
We're a small community-led team building local and privacy-first AI solutions under the Nano Collective.