No description
- TypeScript 91.1%
- JavaScript 8.6%
- Shell 0.3%
| .github | ||
| .nanocoder | ||
| badges | ||
| bin | ||
| docs | ||
| examples | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .npmignore | ||
| AGENTS.md | ||
| biome.json | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| knip.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
get-md
A fast, lightweight HTML to Markdown converter optimized for LLM consumption — built by the Nano Collective, a community collective building AI tooling not for profit, but for the community. Everything we build is open, transparent, and driven by the people who use it.
Lightning-fast (<100ms) with optional AI-powered conversion using a local LLM model. Pass in HTML or a URL and get clean, structured Markdown back — as a library or from the command line.
Quick Start
npm install @nanocollective/get-md
import { convertToMarkdown } from "@nanocollective/get-md";
const result = await convertToMarkdown("https://example.com");
console.log(result.markdown);
Or use the CLI:
npx @nanocollective/get-md https://example.com -o output.md
Documentation
Full documentation is available online at docs.nanocollective.org or in the docs/ folder:
- Getting Started — Installation, requirements, and your first conversion
- API Reference — Full reference for the library API
- CLI — Command-line interface usage and options
- Guides — LLM-powered conversion, React Native, and configuration tips
- Configuration — Config files and options reference
- Community — Contributing, Discord, and how to help
Community
The Nano Collective is a community collective building AI tooling for the community, not for profit. We'd love your help.
- Contribute: See CONTRIBUTING.md for development setup and guidelines.
- The collective: nanocollective.org · docs · GitHub · Discord
- Support the work: The Support page covers donations and sponsorship.
- Paid contribution: The Economics Charter sets out how scoped paid bounties work.