Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A fast tool to convert any website into LLM-ready markdown data. Built byhttps://supermemory.ai

License

NotificationsYou must be signed in to change notification settings

supermemoryai/markdowner

Repository files navigation

A fast tool to convert any website into LLM-ready markdown data.

👀 Why?

I'm building an AI app called Supermemory -https://git.new/memory. Where users can store website content in the app and then query it using AI. One thing I noticed was - when data is structured and predictable (in markdown format), the LLM responses aremuch better.

There are other solutions available for this -https://r.jina.ai,https://firecrawl.dev, etc. But they are either:

  • too expensive / proprietary
  • or too limited.
  • very difficult to deploy

Here's a quote from my friend@nexxelnwhat users think

So naturally, we fix it ourselves ⚡

Features 🚀

  • Convert any website into markdown
  • LLM Filtering
  • Detailed markdown mode
  • Auto Crawler (without sitemap!)
  • Text and JSON responses
  • Easy to self-host
  • ... All that and more, for FREE!

Usage

To use the API, just make GET a request tohttps://md.dhr.wtf

Usage example:

$ curl 'https://md.dhr.wtf/?url=https://example.com'
REQUIRED PARAMETERS

url (string) -> The website URL to convert into markdown.

OPTIONAL PARAMETERS

enableDetailedResponse (boolean: false) -> Toggle for detailed response with full HTML content.crawlSubpages (boolean: false) -> Crawl and return markdown for up to 10 subpages.llmFilter (boolean: false) -> Filter out unnecessary information using LLM.

Response Types

AddContent-Type: text/plain in headers for plain text response.AddContent-Type: application/json in headers for JSON response.

Tech

Under the hood, Markdowner utilises Cloudflare'sBrowser rendering andDurable objects to spin up browser instances and then convert it to markdown using Turndown.

Architecture diagram

Self hosting

You can easily self host this project. To use the browser rendering and Durable Objects, you need theWorkers paid plan

  1. Clone the repo and download dependencies
git clone https://github.com/dhravya/markdownernpm i
  1. Run this command:
    npx wrangler kv:namespace create md_cache
  2. Open Wrangler.toml and change the IDs accordingly
  3. Runnpm run deploy
  4. That's it 👍

Support

Support me by simply starring this repository! ⭐

About

A fast tool to convert any website into LLM-ready markdown data. Built byhttps://supermemory.ai

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp