Email.md – Markdown to responsive, email-safe HTML
Markdown-to-email CLI saves you from coding HTML tables by hand.
HTML to Markdown with CSS selector and XPath annotations
Embeds DOM selectors in markdown comments so scrapers don't need LLM on every run.
Developers building LLM-powered web scrapers
JinaAI · Firecrawl · html2text
What if the LLM could also see where each piece of content lives in the DOM? Then it can generate robust scraping code — stable selectors and XPaths that run without any LLM in the loop, saving tokens and improving accuracy on long or repetitive pages.
Scrapedown does exactly this: it converts HTML to Markdown and annotates each element with its CSS selector and/or XPath, so an LLM can produce precise, reusable scraper code in one shot.
Markdown-to-email CLI saves you from coding HTML tables by hand.
LLM-generated selector caching beats manual scraping, but Jina AI and Beautiful Soup handle this cheaper.
Annotation-to-HTML-comment conversion is neat, but CodePen and JSFiddle already exist.
Markdown-for-Agents proxy for private/internal sites, but Jina.ai and Firecrawl cover most use cases.
Yet another CSS selector generator when browser DevTools does this free.
Tufte CSS live editor with zero dependencies—but local-only and AI-generated code limits trust.