llms.txt Content
<!--
markupR landing page.
Neo-brutalist structure, minimalist soul.
Thick borders because elements should look intentional.
Hard shadows because software should feel tactile.
System fonts because they're already on your machine.
Warm amber because cold blue is what everyone else picked.
No frameworks, no tracking, no cookies, no external requests.
The product is the thing that needs to be impressive — not the marketing page.
But if the marketing page is also impressive, that's fine too.
View the source: github.com/eddiesanjuan/markupr
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>markupR — Desktop feedback capture for AI coding agents</title>
<meta name="description" content="markupR is the desktop app for capturing screen + voice feedback and turning it into context-rich, AI-ready Markdown with screenshots, cursor position, active window, and focus hints.">
<meta name="keywords" content="developer tools, screen recording, AI feedback, voice narration, markdown, MCP server, model context protocol, whisper, transcription, screenshots, code review, AI agents, Claude Code, Cursor, Windsurf, open source, macOS, Windows, CLI, npx">
<meta name="author" content="Eddie San Juan">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#0A0A0B" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#0A0A0B">
<!-- Canonical URL -->
<link rel="canonical" href="https://markupr.com/">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="markupR — Desktop capture app for AI coding agents">
<meta property="og:description" content="Record your screen, narrate what's wrong, and generate context-rich Markdown your AI coding agent can execute against immediately.