Markdown browser for LLMs

I built a markdown web renderer for AI agents. Instead of taking expensive screenshots and piping them through vision models, TextWeb renders web pages as markdown that LLMs can reason about natively. Full JavaScript execution, interactive elements annotated.
It provides a CLI and an MCP server. You can find it here:

https://github.com/woheller69/textweb

The LLM can do things like:
navigate a web page, scroll up/down, enter text into input fields, click buttons, etc.

Works with llama.cpp web UI.

It is based on https://github.com/chrisrobison/textweb which has a text grid renderer instead of markdown.

submitted by /u/DocWolle
[link] [comments]

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top