markupr 2.1.8 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (300) hide show
  1. package/README.md +292 -15
  2. package/dist/cli/index.mjs +3593 -0
  3. package/dist/main/index.mjs +743 -220
  4. package/dist/mcp/index.mjs +4053 -0
  5. package/package.json +32 -7
  6. package/.claude/commands/review-feedback.md +0 -47
  7. package/.eslintrc.json +0 -35
  8. package/.github/CODEOWNERS +0 -16
  9. package/.github/FUNDING.yml +0 -1
  10. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -56
  11. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -54
  12. package/.github/PULL_REQUEST_TEMPLATE.md +0 -89
  13. package/.github/dependabot.yml +0 -70
  14. package/.github/workflows/ci.yml +0 -184
  15. package/.github/workflows/deploy-landing.yml +0 -134
  16. package/.github/workflows/nightly.yml +0 -288
  17. package/.github/workflows/release.yml +0 -318
  18. package/CHANGELOG.md +0 -127
  19. package/CLAUDE.md +0 -137
  20. package/CODE_OF_CONDUCT.md +0 -9
  21. package/CONTRIBUTING.md +0 -390
  22. package/PRODUCT_VISION.md +0 -277
  23. package/SECURITY.md +0 -51
  24. package/SIGNING_INSTRUCTIONS.md +0 -284
  25. package/assets/DMG_BACKGROUND_INSTRUCTIONS.md +0 -130
  26. package/assets/svg-source/dmg-background.svg +0 -70
  27. package/assets/svg-source/icon.svg +0 -20
  28. package/assets/svg-source/tray-icon-processing.svg +0 -7
  29. package/assets/svg-source/tray-icon-recording.svg +0 -7
  30. package/assets/svg-source/tray-icon.svg +0 -6
  31. package/assets/tray-complete.png +0 -0
  32. package/assets/tray-complete@2x.png +0 -0
  33. package/assets/tray-completeTemplate.png +0 -0
  34. package/assets/tray-completeTemplate@2x.png +0 -0
  35. package/assets/tray-error.png +0 -0
  36. package/assets/tray-error@2x.png +0 -0
  37. package/assets/tray-errorTemplate.png +0 -0
  38. package/assets/tray-errorTemplate@2x.png +0 -0
  39. package/assets/tray-icon-processing.png +0 -0
  40. package/assets/tray-icon-processing@2x.png +0 -0
  41. package/assets/tray-icon-processingTemplate.png +0 -0
  42. package/assets/tray-icon-processingTemplate@2x.png +0 -0
  43. package/assets/tray-icon-recording.png +0 -0
  44. package/assets/tray-icon-recording@2x.png +0 -0
  45. package/assets/tray-icon-recordingTemplate.png +0 -0
  46. package/assets/tray-icon-recordingTemplate@2x.png +0 -0
  47. package/assets/tray-icon.png +0 -0
  48. package/assets/tray-icon@2x.png +0 -0
  49. package/assets/tray-iconTemplate.png +0 -0
  50. package/assets/tray-iconTemplate@2x.png +0 -0
  51. package/assets/tray-idle.png +0 -0
  52. package/assets/tray-idle@2x.png +0 -0
  53. package/assets/tray-idleTemplate.png +0 -0
  54. package/assets/tray-idleTemplate@2x.png +0 -0
  55. package/assets/tray-processing-0.png +0 -0
  56. package/assets/tray-processing-0@2x.png +0 -0
  57. package/assets/tray-processing-0Template.png +0 -0
  58. package/assets/tray-processing-0Template@2x.png +0 -0
  59. package/assets/tray-processing-1.png +0 -0
  60. package/assets/tray-processing-1@2x.png +0 -0
  61. package/assets/tray-processing-1Template.png +0 -0
  62. package/assets/tray-processing-1Template@2x.png +0 -0
  63. package/assets/tray-processing-2.png +0 -0
  64. package/assets/tray-processing-2@2x.png +0 -0
  65. package/assets/tray-processing-2Template.png +0 -0
  66. package/assets/tray-processing-2Template@2x.png +0 -0
  67. package/assets/tray-processing-3.png +0 -0
  68. package/assets/tray-processing-3@2x.png +0 -0
  69. package/assets/tray-processing-3Template.png +0 -0
  70. package/assets/tray-processing-3Template@2x.png +0 -0
  71. package/assets/tray-processing.png +0 -0
  72. package/assets/tray-processing@2x.png +0 -0
  73. package/assets/tray-processingTemplate.png +0 -0
  74. package/assets/tray-processingTemplate@2x.png +0 -0
  75. package/assets/tray-recording.png +0 -0
  76. package/assets/tray-recording@2x.png +0 -0
  77. package/assets/tray-recordingTemplate.png +0 -0
  78. package/assets/tray-recordingTemplate@2x.png +0 -0
  79. package/build/DMG_BACKGROUND_SPEC.md +0 -50
  80. package/build/dmg-background.png +0 -0
  81. package/build/dmg-background@2x.png +0 -0
  82. package/build/entitlements.mac.inherit.plist +0 -27
  83. package/build/entitlements.mac.plist +0 -41
  84. package/build/favicon-16.png +0 -0
  85. package/build/favicon-180.png +0 -0
  86. package/build/favicon-192.png +0 -0
  87. package/build/favicon-32.png +0 -0
  88. package/build/favicon-48.png +0 -0
  89. package/build/favicon-512.png +0 -0
  90. package/build/favicon-64.png +0 -0
  91. package/build/icon-128.png +0 -0
  92. package/build/icon-16.png +0 -0
  93. package/build/icon-24.png +0 -0
  94. package/build/icon-256.png +0 -0
  95. package/build/icon-32.png +0 -0
  96. package/build/icon-48.png +0 -0
  97. package/build/icon-64.png +0 -0
  98. package/build/icon.icns +0 -0
  99. package/build/icon.ico +0 -0
  100. package/build/icon.iconset/icon_128x128.png +0 -0
  101. package/build/icon.iconset/icon_128x128@2x.png +0 -0
  102. package/build/icon.iconset/icon_16x16.png +0 -0
  103. package/build/icon.iconset/icon_16x16@2x.png +0 -0
  104. package/build/icon.iconset/icon_256x256.png +0 -0
  105. package/build/icon.iconset/icon_256x256@2x.png +0 -0
  106. package/build/icon.iconset/icon_32x32.png +0 -0
  107. package/build/icon.iconset/icon_32x32@2x.png +0 -0
  108. package/build/icon.iconset/icon_512x512.png +0 -0
  109. package/build/icon.iconset/icon_512x512@2x.png +0 -0
  110. package/build/icon.png +0 -0
  111. package/build/installer-header.bmp +0 -0
  112. package/build/installer-header.png +0 -0
  113. package/build/installer-sidebar.bmp +0 -0
  114. package/build/installer-sidebar.png +0 -0
  115. package/build/installer.nsh +0 -45
  116. package/build/overlay-processing.png +0 -0
  117. package/build/overlay-recording.png +0 -0
  118. package/build/toolbar-record.png +0 -0
  119. package/build/toolbar-screenshot.png +0 -0
  120. package/build/toolbar-settings.png +0 -0
  121. package/build/toolbar-stop.png +0 -0
  122. package/dist/preload/index.mjs +0 -907
  123. package/dist/renderer/assets/index-CCmUjl9K.js +0 -19495
  124. package/dist/renderer/assets/index-CUqz_Gs6.css +0 -2270
  125. package/dist/renderer/index.html +0 -27
  126. package/docs/AI_AGENT_QUICKSTART.md +0 -42
  127. package/docs/AI_PIPELINE_DESIGN.md +0 -595
  128. package/docs/API.md +0 -514
  129. package/docs/ARCHITECTURE.md +0 -460
  130. package/docs/CONFIGURATION.md +0 -336
  131. package/docs/DEVELOPMENT.md +0 -508
  132. package/docs/EXPORT_FORMATS.md +0 -451
  133. package/docs/GETTING_STARTED.md +0 -236
  134. package/docs/KEYBOARD_SHORTCUTS.md +0 -334
  135. package/docs/TROUBLESHOOTING.md +0 -418
  136. package/docs/landing/index.html +0 -672
  137. package/docs/landing/script.js +0 -342
  138. package/docs/landing/styles.css +0 -1543
  139. package/electron-builder.yml +0 -140
  140. package/electron.vite.config.ts +0 -63
  141. package/railway.json +0 -12
  142. package/scripts/build.mjs +0 -51
  143. package/scripts/generate-icons.mjs +0 -314
  144. package/scripts/generate-installer-images.cjs +0 -253
  145. package/scripts/generate-tray-icons.mjs +0 -258
  146. package/scripts/notarize.cjs +0 -180
  147. package/scripts/one-click-clean-test.sh +0 -147
  148. package/scripts/postinstall.mjs +0 -36
  149. package/scripts/setup-markupr.sh +0 -55
  150. package/setup +0 -17
  151. package/site/index.html +0 -1835
  152. package/site/package.json +0 -11
  153. package/site/railway.json +0 -12
  154. package/site/server.js +0 -31
  155. package/src/main/AutoUpdater.ts +0 -392
  156. package/src/main/CrashRecovery.ts +0 -655
  157. package/src/main/ErrorHandler.ts +0 -703
  158. package/src/main/HotkeyManager.ts +0 -399
  159. package/src/main/MenuManager.ts +0 -529
  160. package/src/main/PermissionManager.ts +0 -420
  161. package/src/main/SessionController.ts +0 -1465
  162. package/src/main/TrayManager.ts +0 -540
  163. package/src/main/ai/AIPipelineManager.ts +0 -199
  164. package/src/main/ai/ClaudeAnalyzer.ts +0 -339
  165. package/src/main/ai/ImageOptimizer.ts +0 -176
  166. package/src/main/ai/StructuredMarkdownBuilder.ts +0 -379
  167. package/src/main/ai/index.ts +0 -16
  168. package/src/main/ai/types.ts +0 -258
  169. package/src/main/analysis/ClarificationGenerator.ts +0 -385
  170. package/src/main/analysis/FeedbackAnalyzer.ts +0 -531
  171. package/src/main/analysis/index.ts +0 -19
  172. package/src/main/audio/AudioCapture.ts +0 -978
  173. package/src/main/audio/audioUtils.ts +0 -100
  174. package/src/main/audio/index.ts +0 -20
  175. package/src/main/capture/index.ts +0 -1
  176. package/src/main/index.ts +0 -1693
  177. package/src/main/ipc/captureHandlers.ts +0 -272
  178. package/src/main/ipc/index.ts +0 -45
  179. package/src/main/ipc/outputHandlers.ts +0 -302
  180. package/src/main/ipc/sessionHandlers.ts +0 -56
  181. package/src/main/ipc/settingsHandlers.ts +0 -471
  182. package/src/main/ipc/types.ts +0 -56
  183. package/src/main/ipc/windowHandlers.ts +0 -277
  184. package/src/main/output/ClipboardService.ts +0 -369
  185. package/src/main/output/ExportService.ts +0 -539
  186. package/src/main/output/FileManager.ts +0 -416
  187. package/src/main/output/MarkdownGenerator.ts +0 -791
  188. package/src/main/output/MarkdownPatcher.ts +0 -299
  189. package/src/main/output/index.ts +0 -186
  190. package/src/main/output/sessionAdapter.ts +0 -207
  191. package/src/main/output/templates/html-template.ts +0 -553
  192. package/src/main/pipeline/FrameExtractor.ts +0 -330
  193. package/src/main/pipeline/PostProcessor.ts +0 -399
  194. package/src/main/pipeline/TranscriptAnalyzer.ts +0 -226
  195. package/src/main/pipeline/index.ts +0 -36
  196. package/src/main/platform/WindowsTaskbar.ts +0 -600
  197. package/src/main/platform/index.ts +0 -16
  198. package/src/main/settings/SettingsManager.ts +0 -730
  199. package/src/main/settings/index.ts +0 -19
  200. package/src/main/transcription/ModelDownloadManager.ts +0 -494
  201. package/src/main/transcription/TierManager.ts +0 -219
  202. package/src/main/transcription/TranscriptionRecoveryService.ts +0 -340
  203. package/src/main/transcription/WhisperService.ts +0 -748
  204. package/src/main/transcription/index.ts +0 -56
  205. package/src/main/transcription/types.ts +0 -135
  206. package/src/main/windows/PopoverManager.ts +0 -284
  207. package/src/main/windows/TaskbarIntegration.ts +0 -452
  208. package/src/main/windows/index.ts +0 -23
  209. package/src/preload/index.ts +0 -1047
  210. package/src/renderer/App.tsx +0 -515
  211. package/src/renderer/AppWrapper.tsx +0 -28
  212. package/src/renderer/assets/logo-dark.svg +0 -7
  213. package/src/renderer/assets/logo.svg +0 -7
  214. package/src/renderer/audio/AudioCaptureRenderer.ts +0 -454
  215. package/src/renderer/capture/ScreenRecordingRenderer.ts +0 -492
  216. package/src/renderer/components/AnnotationOverlay.tsx +0 -836
  217. package/src/renderer/components/AudioWaveform.tsx +0 -811
  218. package/src/renderer/components/ClarificationQuestions.tsx +0 -656
  219. package/src/renderer/components/CountdownTimer.tsx +0 -495
  220. package/src/renderer/components/CrashRecoveryDialog.tsx +0 -632
  221. package/src/renderer/components/DonateButton.tsx +0 -127
  222. package/src/renderer/components/ErrorBoundary.tsx +0 -308
  223. package/src/renderer/components/ExportDialog.tsx +0 -872
  224. package/src/renderer/components/HotkeyHint.tsx +0 -261
  225. package/src/renderer/components/KeyboardShortcuts.tsx +0 -787
  226. package/src/renderer/components/ModelDownloadDialog.tsx +0 -844
  227. package/src/renderer/components/Onboarding.tsx +0 -1830
  228. package/src/renderer/components/ProcessingOverlay.tsx +0 -157
  229. package/src/renderer/components/RecordingOverlay.tsx +0 -423
  230. package/src/renderer/components/SessionHistory.tsx +0 -1746
  231. package/src/renderer/components/SessionReview.tsx +0 -1321
  232. package/src/renderer/components/SettingsPanel.tsx +0 -217
  233. package/src/renderer/components/Skeleton.tsx +0 -347
  234. package/src/renderer/components/StatusIndicator.tsx +0 -86
  235. package/src/renderer/components/ThemeProvider.tsx +0 -429
  236. package/src/renderer/components/Tooltip.tsx +0 -370
  237. package/src/renderer/components/TranscriptionPreview.tsx +0 -183
  238. package/src/renderer/components/TranscriptionTierSelector.tsx +0 -640
  239. package/src/renderer/components/UpdateNotification.tsx +0 -377
  240. package/src/renderer/components/WindowSelector.tsx +0 -947
  241. package/src/renderer/components/index.ts +0 -99
  242. package/src/renderer/components/primitives/ApiKeyInput.tsx +0 -98
  243. package/src/renderer/components/primitives/ColorPicker.tsx +0 -65
  244. package/src/renderer/components/primitives/DangerButton.tsx +0 -45
  245. package/src/renderer/components/primitives/DirectoryPicker.tsx +0 -41
  246. package/src/renderer/components/primitives/Dropdown.tsx +0 -34
  247. package/src/renderer/components/primitives/KeyRecorder.tsx +0 -117
  248. package/src/renderer/components/primitives/SettingsSection.tsx +0 -32
  249. package/src/renderer/components/primitives/Slider.tsx +0 -43
  250. package/src/renderer/components/primitives/Toggle.tsx +0 -36
  251. package/src/renderer/components/primitives/index.ts +0 -10
  252. package/src/renderer/components/settings/AdvancedTab.tsx +0 -174
  253. package/src/renderer/components/settings/AppearanceTab.tsx +0 -77
  254. package/src/renderer/components/settings/GeneralTab.tsx +0 -40
  255. package/src/renderer/components/settings/HotkeysTab.tsx +0 -79
  256. package/src/renderer/components/settings/RecordingTab.tsx +0 -84
  257. package/src/renderer/components/settings/index.ts +0 -9
  258. package/src/renderer/components/settings/settingsStyles.ts +0 -673
  259. package/src/renderer/components/settings/tabConfig.tsx +0 -85
  260. package/src/renderer/components/settings/useSettingsPanel.ts +0 -447
  261. package/src/renderer/contexts/ProcessingContext.tsx +0 -227
  262. package/src/renderer/contexts/RecordingContext.tsx +0 -683
  263. package/src/renderer/contexts/UIContext.tsx +0 -326
  264. package/src/renderer/contexts/index.ts +0 -24
  265. package/src/renderer/donateMessages.ts +0 -69
  266. package/src/renderer/hooks/index.ts +0 -75
  267. package/src/renderer/hooks/useAnimation.tsx +0 -544
  268. package/src/renderer/hooks/useTheme.ts +0 -313
  269. package/src/renderer/index.html +0 -26
  270. package/src/renderer/main.tsx +0 -52
  271. package/src/renderer/styles/animations.css +0 -1093
  272. package/src/renderer/styles/app-shell.css +0 -662
  273. package/src/renderer/styles/globals.css +0 -515
  274. package/src/renderer/styles/theme.ts +0 -578
  275. package/src/renderer/types/electron.d.ts +0 -385
  276. package/src/shared/hotkeys.ts +0 -283
  277. package/src/shared/types.ts +0 -809
  278. package/tests/clipboard.test.ts +0 -228
  279. package/tests/e2e/criticalPaths.test.ts +0 -594
  280. package/tests/feedbackAnalyzer.test.ts +0 -303
  281. package/tests/integration/sessionFlow.test.ts +0 -583
  282. package/tests/markdownGenerator.test.ts +0 -418
  283. package/tests/output.test.ts +0 -96
  284. package/tests/setup.ts +0 -486
  285. package/tests/unit/appIntegration.test.ts +0 -676
  286. package/tests/unit/appViewState.test.ts +0 -281
  287. package/tests/unit/audioIpcChannels.test.ts +0 -17
  288. package/tests/unit/exportService.test.ts +0 -492
  289. package/tests/unit/hotkeys.test.ts +0 -92
  290. package/tests/unit/navigationPreload.test.ts +0 -94
  291. package/tests/unit/onboardingFlow.test.ts +0 -345
  292. package/tests/unit/permissionManager.test.ts +0 -175
  293. package/tests/unit/permissionManagerExpanded.test.ts +0 -296
  294. package/tests/unit/screenRecordingRenderer.test.ts +0 -368
  295. package/tests/unit/sessionController.test.ts +0 -515
  296. package/tests/unit/tierManager.test.ts +0 -61
  297. package/tests/unit/tierManagerExpanded.test.ts +0 -142
  298. package/tests/unit/transcriptAnalyzer.test.ts +0 -64
  299. package/tsconfig.json +0 -25
  300. package/vitest.config.ts +0 -46
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ > **This project has moved.** FeedbackFlow has been rebranded and evolved into **[markupr](https://github.com/eddiesanjuan/markupr)** -- with cross-platform support, a CLI, an MCP server for AI coding agents, and an intelligent post-processing pipeline. All future development happens at [github.com/eddiesanjuan/markupr](https://github.com/eddiesanjuan/markupr).
2
+ >
3
+ > **Install:** `npm install -g markupr` | **Download:** [markupr.com](https://markupr.com) | **Releases:** [github.com/eddiesanjuan/markupr/releases](https://github.com/eddiesanjuan/markupr/releases)
4
+
5
+ ---
6
+
1
7
  <p align="center">
2
8
  <img src="src/renderer/assets/logo.svg" alt="markupr Logo" width="120" height="120">
3
9
  </p>
@@ -13,20 +19,26 @@
13
19
  <a href="https://github.com/eddiesanjuan/markupr/actions/workflows/release.yml"><img src="https://github.com/eddiesanjuan/markupr/actions/workflows/release.yml/badge.svg" alt="Release"></a>
14
20
  <a href="https://github.com/eddiesanjuan/markupr/releases"><img src="https://img.shields.io/github/v/release/eddiesanjuan/markupr?style=flat-square" alt="Latest Release"></a>
15
21
  <a href="https://github.com/eddiesanjuan/markupr/releases"><img src="https://img.shields.io/github/downloads/eddiesanjuan/markupr/total?style=flat-square" alt="Downloads"></a>
22
+ <a href="https://www.npmjs.com/package/markupr"><img src="https://img.shields.io/npm/v/markupr?style=flat-square" alt="npm version"></a>
16
23
  <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License"></a>
17
24
  <a href="https://ko-fi.com/eddiesanjuan"><img src="https://img.shields.io/badge/Support-Ko--fi-FF5E5B?style=flat-square&logo=ko-fi" alt="Ko-fi"></a>
18
25
  </p>
19
26
 
20
27
  <p align="center">
21
- <a href="#features">Features</a> |
22
28
  <a href="#quick-start">Quick Start</a> |
29
+ <a href="#why-markupr">Why markupr?</a> |
30
+ <a href="#features">Features</a> |
23
31
  <a href="#how-it-works">How It Works</a> |
32
+ <a href="#example-output">Examples</a> |
24
33
  <a href="#installation">Installation</a> |
34
+ <a href="#cli-usage">CLI Usage</a> |
35
+ <a href="#mcp-server-for-ai-coding-agents">MCP Server</a> |
25
36
  <a href="#usage">Usage</a> |
26
37
  <a href="#keyboard-shortcuts">Shortcuts</a> |
27
38
  <a href="#export-formats">Export</a> |
28
39
  <a href="#development">Development</a> |
29
- <a href="#contributing">Contributing</a>
40
+ <a href="#contributing">Contributing</a> |
41
+ <a href="CHANGELOG.md">Changelog</a>
30
42
  </p>
31
43
 
32
44
  ---
@@ -35,7 +47,58 @@ markupr is a menu bar app that intelligently captures developer feedback. Press
35
47
 
36
48
  One hotkey to start. One hotkey to stop. A Markdown file with your words, contextually-placed screenshots, and intelligent structure -- ready to hand to your AI coding agent, paste into a GitHub issue, or drop in a Slack thread.
37
49
 
38
- If markupr saves you hours, consider supporting development on [Ko-fi](https://ko-fi.com/eddiesanjuan) so updates and fixes ship faster.
50
+ ## Quick Start
51
+
52
+ ### CLI (for developers and AI agents)
53
+ ```bash
54
+ npx markupr analyze ./recording.mov
55
+ ```
56
+
57
+ Or install globally:
58
+ ```bash
59
+ npm install -g markupr
60
+ # or
61
+ bun install -g markupr
62
+ ```
63
+
64
+ ### Desktop App
65
+ Download from [markupr.com](https://markupr.com) or the [releases page](https://github.com/eddiesanjuan/markupr/releases) -- available for macOS, Windows, and Linux.
66
+
67
+ **First-time setup:**
68
+ 1. Install the application (DMG for macOS, installer for Windows)
69
+ 2. Grant required permissions (Microphone, Screen Recording)
70
+ 3. Press `Cmd+Shift+F` (macOS) or `Ctrl+Shift+F` (Windows) to start recording
71
+ 4. Narrate your feedback while markupr captures screenshots at pause points
72
+ 5. Press the hotkey again to stop -- post-processing runs automatically
73
+ 6. Paste the file path from your clipboard into your AI coding agent
74
+
75
+ **No API key required!** markupr uses local Whisper transcription by default.
76
+
77
+ If markupr saves you hours, consider [supporting development on Ko-fi](https://ko-fi.com/eddiesanjuan).
78
+
79
+ ## See It In Action
80
+
81
+ <!-- TODO: Replace with actual demo recording -->
82
+ > **Demo video coming soon** -- Record your screen, talk through what you see, get structured Markdown with screenshots your AI coding agent can act on. One hotkey in, one hotkey out.
83
+
84
+ ## Why markupr?
85
+
86
+ AI coding agents are transforming development, but they're only as good as the context you give them. Typing out bug reports with manual screenshots is slow and lossy -- you lose the flow of what you saw and the nuance of what you meant.
87
+
88
+ markupr bridges this gap. Record your screen, narrate what you see, and markupr produces a structured Markdown document that AI agents can consume directly. The output isn't a raw transcript with random screenshots -- it's an intelligently structured document where every screenshot is placed at the exact moment you were describing it, every issue is categorized, and the format is optimized for LLM consumption.
89
+
90
+ **The workflow:**
91
+ 1. You see a bug. Press `Cmd+Shift+F`.
92
+ 2. Talk through what you see: "This button is hidden on mobile, and the spacing is off here..."
93
+ 3. Press the hotkey again to stop.
94
+ 4. Paste the file path into Claude Code, Cursor, or any AI agent.
95
+ 5. The agent reads your structured feedback -- with screenshots -- and fixes the issues.
96
+
97
+ **What makes it different:**
98
+ - **Timestamp-correlated frames** -- screenshots are extracted from the exact video frame matching your narration, not taken at arbitrary intervals
99
+ - **Local-first** -- Whisper runs on your machine, your data stays on your machine
100
+ - **AI-native output** -- Markdown structured for LLM consumption, not human-only reading
101
+ - **Zero-friction capture** -- one global hotkey from any app, no context switching
39
102
 
40
103
  ## Features
41
104
 
@@ -77,17 +140,6 @@ If markupr saves you hours, consider supporting development on [Ko-fi](https://k
77
140
  - **Dark/light/system theme** support
78
141
  - **Onboarding experience** for first-run setup
79
142
 
80
- ## Quick Start
81
-
82
- 1. **Download** the latest release for your platform
83
- 2. **Install** the application (DMG for macOS, installer for Windows)
84
- 3. **Press** `Cmd+Shift+F` (macOS) or `Ctrl+Shift+F` (Windows) to start recording
85
- 4. **Narrate** your feedback while markupr captures screenshots at pause points
86
- 5. **Press** the hotkey again to stop -- the post-processing pipeline runs automatically
87
- 6. **Paste** the file path from your clipboard into your AI coding agent
88
-
89
- **No API key required!** markupr uses local Whisper transcription by default. Add your OpenAI API key in Settings for cloud transcription.
90
-
91
143
  ## How It Works
92
144
 
93
145
  ### The Post-Processing Pipeline
@@ -125,6 +177,14 @@ idle ─→ starting (5s timeout) ─→ recording (30min max) ─→ stopping (
125
177
 
126
178
  Every state has a maximum duration. A watchdog timer monitors state age and forces recovery if anything gets stuck.
127
179
 
180
+ ## Example Output
181
+
182
+ See what markupr produces:
183
+
184
+ - [Desktop app feedback session](examples/feedback-session-example.md) -- a developer reviewing a dashboard, finding mobile and UX issues
185
+ - [MCP server capture session](examples/mcp-session-example.md) -- an AI coding agent recording a CSS bug via `capture_with_voice`
186
+ - [CLI analysis output](examples/cli-output-example.md) -- `npx markupr analyze` processing a security code review
187
+
128
188
  ## Installation
129
189
 
130
190
  ### macOS
@@ -198,6 +258,223 @@ Claude analyzes your transcript alongside screenshots to produce an intelligent
198
258
  | **Hotkeys** | Toggle Recording | Default: `Cmd/Ctrl+Shift+F` |
199
259
  | | Manual Screenshot | Default: `Cmd/Ctrl+Shift+S` |
200
260
 
261
+ ## CLI Usage
262
+
263
+ markupr can run as a standalone CLI tool -- no Electron or desktop app required. This is ideal for:
264
+ - CI/CD pipelines processing screen recordings
265
+ - AI coding agents that need to analyze recordings programmatically
266
+ - Developers who prefer the command line
267
+
268
+ ### Installation
269
+
270
+ ```bash
271
+ # Run without installing
272
+ npx markupr analyze ./recording.mov
273
+
274
+ # Install globally via npm
275
+ npm install -g markupr
276
+
277
+ # Install globally via bun
278
+ bun install -g markupr
279
+ ```
280
+
281
+ ### Commands
282
+
283
+ #### `markupr analyze <video-file>`
284
+
285
+ Process a screen recording into a structured Markdown document with extracted frames and transcript.
286
+
287
+ **Options:**
288
+ | Flag | Description | Default |
289
+ |------|-------------|---------|
290
+ | `--audio <file>` | Separate audio file (if not embedded in video) | Auto-extracted from video |
291
+ | `--output <dir>` | Output directory | `./markupr-output` |
292
+ | `--whisper-model <path>` | Path to local Whisper model file | Auto-detected in `~/.markupr/whisper-models/` |
293
+ | `--no-frames` | Skip frame extraction | `false` |
294
+ | `--template <name>` | Output template (`markdown`, `json`, `github-issue`, `linear`, `jira`, `html`) | `markdown` |
295
+ | `--verbose` | Show detailed progress output | `false` |
296
+
297
+ **Examples:**
298
+
299
+ ```bash
300
+ # Basic usage - analyze a screen recording
301
+ markupr analyze ./bug-demo.mov
302
+
303
+ # Use a specific output directory
304
+ markupr analyze ./recording.mov --output ./reports
305
+
306
+ # Separate audio and video files
307
+ markupr analyze ./screen.mov --audio ./voiceover.wav
308
+
309
+ # Skip frame extraction (transcript only)
310
+ markupr analyze ./recording.mov --no-frames
311
+ ```
312
+
313
+ #### `markupr watch [directory]`
314
+
315
+ Watch a directory for new screen recordings and auto-process them as they appear. Ideal for continuous feedback workflows.
316
+
317
+ ```bash
318
+ # Watch the current directory
319
+ markupr watch
320
+
321
+ # Watch a specific directory with custom output
322
+ markupr watch ./recordings --output ./reports
323
+
324
+ # Watch with verbose logging
325
+ markupr watch ~/Desktop --verbose
326
+ ```
327
+
328
+ #### `markupr push github <report>`
329
+
330
+ Create GitHub issues from a markupr feedback report. Each feedback item (FB-001, FB-002, etc.) becomes a separate issue with labels and structured markdown.
331
+
332
+ ```bash
333
+ # Create issues from a report (uses gh CLI auth or GITHUB_TOKEN)
334
+ markupr push github ./markupr-output/report.md --repo myorg/myapp
335
+
336
+ # Preview what would be created
337
+ markupr push github ./report.md --repo myorg/myapp --dry-run
338
+
339
+ # Push specific items only
340
+ markupr push github ./report.md --repo myorg/myapp --items FB-001 FB-003
341
+ ```
342
+
343
+ Authentication resolves in order: `--token` flag, `GITHUB_TOKEN` env var, `gh auth token` CLI.
344
+
345
+ #### `markupr push linear <report>`
346
+
347
+ Create Linear issues from a markupr feedback report.
348
+
349
+ ```bash
350
+ # Create issues in a Linear team
351
+ markupr push linear ./report.md --team ENG
352
+
353
+ # Assign to a project with dry run
354
+ markupr push linear ./report.md --team DES --project "Q1 Polish" --dry-run
355
+ ```
356
+
357
+ Set `LINEAR_API_KEY` env var or pass `--token`.
358
+
359
+ ### Output Templates
360
+
361
+ markupr supports multiple output templates for the `analyze` command:
362
+
363
+ | Template | Description |
364
+ |----------|-------------|
365
+ | `markdown` | Default structured Markdown (llms.txt-inspired) |
366
+ | `json` | Machine-readable JSON for integrations |
367
+ | `github-issue` | GitHub-flavored Markdown optimized for issues |
368
+ | `linear` | Linear-optimized issue format |
369
+ | `jira` | Jira-compatible markup |
370
+ | `html` | Self-contained HTML document |
371
+
372
+ ```bash
373
+ # Generate JSON output for automation
374
+ markupr analyze ./recording.mov --template json
375
+
376
+ # Generate GitHub-ready issue format
377
+ markupr analyze ./recording.mov --template github-issue
378
+ ```
379
+
380
+ ### GitHub Action
381
+
382
+ Run markupr in CI to get visual feedback on pull requests. Add the action to your workflow:
383
+
384
+ ```yaml
385
+ - uses: eddiesanjuan/markupr-action@v1
386
+ with:
387
+ video-path: ./test-recording.mov
388
+ output-dir: ./markupr-output
389
+ ```
390
+
391
+ See [markupr-action/README.md](markupr-action/README.md) for full configuration options.
392
+
393
+ ### Requirements
394
+
395
+ - **Node.js** 18+
396
+ - **ffmpeg** must be installed and on your PATH (for frame extraction and audio processing)
397
+ - macOS: `brew install ffmpeg`
398
+ - Ubuntu/Debian: `sudo apt install ffmpeg`
399
+ - Windows: `choco install ffmpeg` or download from ffmpeg.org
400
+
401
+ ### For AI Agents
402
+
403
+ markupr is designed to be used by AI coding agents. An agent can:
404
+
405
+ ```bash
406
+ # Install and process a recording in one command
407
+ npx markupr analyze ./recording.mov --output ./feedback
408
+
409
+ # The output is a structured Markdown file with embedded screenshots
410
+ # Perfect for feeding into Claude, GPT, or any LLM
411
+ cat ./feedback/markupr-report.md
412
+ ```
413
+
414
+ The output Markdown follows the llms.txt convention -- structured, parseable, and optimized for AI consumption.
415
+
416
+ ## MCP Server (for AI Coding Agents)
417
+
418
+ markupr includes an MCP server that gives AI coding agents direct access to screen capture and voice recording. Your agent can see your screen, hear your narration, and receive structured reports -- all mid-conversation. This is the bridge between "I can see the bug" and "my agent can fix it."
419
+
420
+ ### Setup
421
+
422
+ Add to your IDE config and your agent gets 6 tools:
423
+
424
+ **Claude Code** (`~/.claude/settings.json`):
425
+ ```json
426
+ {
427
+ "mcpServers": {
428
+ "markupr": {
429
+ "command": "npx",
430
+ "args": ["-y", "markupr-mcp"]
431
+ }
432
+ }
433
+ }
434
+ ```
435
+
436
+ **Cursor / Windsurf** (MCP settings):
437
+ ```json
438
+ {
439
+ "mcpServers": {
440
+ "markupr": {
441
+ "command": "npx",
442
+ "args": ["-y", "markupr-mcp"]
443
+ }
444
+ }
445
+ }
446
+ ```
447
+
448
+ ### Available Tools
449
+
450
+ | Tool | What it does |
451
+ |------|-------------|
452
+ | `capture_screenshot` | Grab the current screen. Your agent sees what you see. |
453
+ | `capture_with_voice` | Record screen + microphone for a set duration. Returns a full structured report. |
454
+ | `analyze_video` | Process any `.mov` or `.mp4` into Markdown with extracted frames. |
455
+ | `analyze_screenshot` | Feed a screenshot through the AI analysis pipeline. |
456
+ | `start_recording` | Begin an interactive recording session. |
457
+ | `stop_recording` | End the session. Full pipeline runs, report returned. |
458
+
459
+ ### Example: Agent Captures and Fixes a Bug
460
+
461
+ In Claude Code, after adding the MCP config, your agent can do this:
462
+
463
+ ```
464
+ You: "The sidebar is overlapping the main content on mobile. Can you see it?"
465
+
466
+ Claude: [calls capture_screenshot]
467
+ "I can see the issue -- the sidebar has position: fixed but no
468
+ z-index, and it's 280px wide with no responsive breakpoint.
469
+ Let me fix the CSS..."
470
+
471
+ [fixes the code]
472
+ ```
473
+
474
+ No copy-pasting screenshots. No describing the bug in text. The agent looks at your screen and acts.
475
+
476
+ See **[README-MCP.md](README-MCP.md)** for full setup instructions, all tool parameters, and troubleshooting.
477
+
201
478
  ## Usage
202
479
 
203
480
  ### Basic Workflow
@@ -358,7 +635,7 @@ markupr/
358
635
  │ │ └── hooks/ # React hooks (theme, animation)
359
636
  │ ├── preload/ # Electron preload (secure IPC bridge)
360
637
  │ └── shared/ # Shared types and constants
361
- ├── tests/ # Test suite (356 tests)
638
+ ├── tests/ # Test suite
362
639
  ├── docs/ # Documentation
363
640
  ├── site/ # Landing page
364
641
  └── package.json