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.
- package/README.md +292 -15
- package/dist/cli/index.mjs +3593 -0
- package/dist/main/index.mjs +743 -220
- package/dist/mcp/index.mjs +4053 -0
- package/package.json +32 -7
- package/.claude/commands/review-feedback.md +0 -47
- package/.eslintrc.json +0 -35
- package/.github/CODEOWNERS +0 -16
- package/.github/FUNDING.yml +0 -1
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -56
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -54
- package/.github/PULL_REQUEST_TEMPLATE.md +0 -89
- package/.github/dependabot.yml +0 -70
- package/.github/workflows/ci.yml +0 -184
- package/.github/workflows/deploy-landing.yml +0 -134
- package/.github/workflows/nightly.yml +0 -288
- package/.github/workflows/release.yml +0 -318
- package/CHANGELOG.md +0 -127
- package/CLAUDE.md +0 -137
- package/CODE_OF_CONDUCT.md +0 -9
- package/CONTRIBUTING.md +0 -390
- package/PRODUCT_VISION.md +0 -277
- package/SECURITY.md +0 -51
- package/SIGNING_INSTRUCTIONS.md +0 -284
- package/assets/DMG_BACKGROUND_INSTRUCTIONS.md +0 -130
- package/assets/svg-source/dmg-background.svg +0 -70
- package/assets/svg-source/icon.svg +0 -20
- package/assets/svg-source/tray-icon-processing.svg +0 -7
- package/assets/svg-source/tray-icon-recording.svg +0 -7
- package/assets/svg-source/tray-icon.svg +0 -6
- package/assets/tray-complete.png +0 -0
- package/assets/tray-complete@2x.png +0 -0
- package/assets/tray-completeTemplate.png +0 -0
- package/assets/tray-completeTemplate@2x.png +0 -0
- package/assets/tray-error.png +0 -0
- package/assets/tray-error@2x.png +0 -0
- package/assets/tray-errorTemplate.png +0 -0
- package/assets/tray-errorTemplate@2x.png +0 -0
- package/assets/tray-icon-processing.png +0 -0
- package/assets/tray-icon-processing@2x.png +0 -0
- package/assets/tray-icon-processingTemplate.png +0 -0
- package/assets/tray-icon-processingTemplate@2x.png +0 -0
- package/assets/tray-icon-recording.png +0 -0
- package/assets/tray-icon-recording@2x.png +0 -0
- package/assets/tray-icon-recordingTemplate.png +0 -0
- package/assets/tray-icon-recordingTemplate@2x.png +0 -0
- package/assets/tray-icon.png +0 -0
- package/assets/tray-icon@2x.png +0 -0
- package/assets/tray-iconTemplate.png +0 -0
- package/assets/tray-iconTemplate@2x.png +0 -0
- package/assets/tray-idle.png +0 -0
- package/assets/tray-idle@2x.png +0 -0
- package/assets/tray-idleTemplate.png +0 -0
- package/assets/tray-idleTemplate@2x.png +0 -0
- package/assets/tray-processing-0.png +0 -0
- package/assets/tray-processing-0@2x.png +0 -0
- package/assets/tray-processing-0Template.png +0 -0
- package/assets/tray-processing-0Template@2x.png +0 -0
- package/assets/tray-processing-1.png +0 -0
- package/assets/tray-processing-1@2x.png +0 -0
- package/assets/tray-processing-1Template.png +0 -0
- package/assets/tray-processing-1Template@2x.png +0 -0
- package/assets/tray-processing-2.png +0 -0
- package/assets/tray-processing-2@2x.png +0 -0
- package/assets/tray-processing-2Template.png +0 -0
- package/assets/tray-processing-2Template@2x.png +0 -0
- package/assets/tray-processing-3.png +0 -0
- package/assets/tray-processing-3@2x.png +0 -0
- package/assets/tray-processing-3Template.png +0 -0
- package/assets/tray-processing-3Template@2x.png +0 -0
- package/assets/tray-processing.png +0 -0
- package/assets/tray-processing@2x.png +0 -0
- package/assets/tray-processingTemplate.png +0 -0
- package/assets/tray-processingTemplate@2x.png +0 -0
- package/assets/tray-recording.png +0 -0
- package/assets/tray-recording@2x.png +0 -0
- package/assets/tray-recordingTemplate.png +0 -0
- package/assets/tray-recordingTemplate@2x.png +0 -0
- package/build/DMG_BACKGROUND_SPEC.md +0 -50
- package/build/dmg-background.png +0 -0
- package/build/dmg-background@2x.png +0 -0
- package/build/entitlements.mac.inherit.plist +0 -27
- package/build/entitlements.mac.plist +0 -41
- package/build/favicon-16.png +0 -0
- package/build/favicon-180.png +0 -0
- package/build/favicon-192.png +0 -0
- package/build/favicon-32.png +0 -0
- package/build/favicon-48.png +0 -0
- package/build/favicon-512.png +0 -0
- package/build/favicon-64.png +0 -0
- package/build/icon-128.png +0 -0
- package/build/icon-16.png +0 -0
- package/build/icon-24.png +0 -0
- package/build/icon-256.png +0 -0
- package/build/icon-32.png +0 -0
- package/build/icon-48.png +0 -0
- package/build/icon-64.png +0 -0
- package/build/icon.icns +0 -0
- package/build/icon.ico +0 -0
- package/build/icon.iconset/icon_128x128.png +0 -0
- package/build/icon.iconset/icon_128x128@2x.png +0 -0
- package/build/icon.iconset/icon_16x16.png +0 -0
- package/build/icon.iconset/icon_16x16@2x.png +0 -0
- package/build/icon.iconset/icon_256x256.png +0 -0
- package/build/icon.iconset/icon_256x256@2x.png +0 -0
- package/build/icon.iconset/icon_32x32.png +0 -0
- package/build/icon.iconset/icon_32x32@2x.png +0 -0
- package/build/icon.iconset/icon_512x512.png +0 -0
- package/build/icon.iconset/icon_512x512@2x.png +0 -0
- package/build/icon.png +0 -0
- package/build/installer-header.bmp +0 -0
- package/build/installer-header.png +0 -0
- package/build/installer-sidebar.bmp +0 -0
- package/build/installer-sidebar.png +0 -0
- package/build/installer.nsh +0 -45
- package/build/overlay-processing.png +0 -0
- package/build/overlay-recording.png +0 -0
- package/build/toolbar-record.png +0 -0
- package/build/toolbar-screenshot.png +0 -0
- package/build/toolbar-settings.png +0 -0
- package/build/toolbar-stop.png +0 -0
- package/dist/preload/index.mjs +0 -907
- package/dist/renderer/assets/index-CCmUjl9K.js +0 -19495
- package/dist/renderer/assets/index-CUqz_Gs6.css +0 -2270
- package/dist/renderer/index.html +0 -27
- package/docs/AI_AGENT_QUICKSTART.md +0 -42
- package/docs/AI_PIPELINE_DESIGN.md +0 -595
- package/docs/API.md +0 -514
- package/docs/ARCHITECTURE.md +0 -460
- package/docs/CONFIGURATION.md +0 -336
- package/docs/DEVELOPMENT.md +0 -508
- package/docs/EXPORT_FORMATS.md +0 -451
- package/docs/GETTING_STARTED.md +0 -236
- package/docs/KEYBOARD_SHORTCUTS.md +0 -334
- package/docs/TROUBLESHOOTING.md +0 -418
- package/docs/landing/index.html +0 -672
- package/docs/landing/script.js +0 -342
- package/docs/landing/styles.css +0 -1543
- package/electron-builder.yml +0 -140
- package/electron.vite.config.ts +0 -63
- package/railway.json +0 -12
- package/scripts/build.mjs +0 -51
- package/scripts/generate-icons.mjs +0 -314
- package/scripts/generate-installer-images.cjs +0 -253
- package/scripts/generate-tray-icons.mjs +0 -258
- package/scripts/notarize.cjs +0 -180
- package/scripts/one-click-clean-test.sh +0 -147
- package/scripts/postinstall.mjs +0 -36
- package/scripts/setup-markupr.sh +0 -55
- package/setup +0 -17
- package/site/index.html +0 -1835
- package/site/package.json +0 -11
- package/site/railway.json +0 -12
- package/site/server.js +0 -31
- package/src/main/AutoUpdater.ts +0 -392
- package/src/main/CrashRecovery.ts +0 -655
- package/src/main/ErrorHandler.ts +0 -703
- package/src/main/HotkeyManager.ts +0 -399
- package/src/main/MenuManager.ts +0 -529
- package/src/main/PermissionManager.ts +0 -420
- package/src/main/SessionController.ts +0 -1465
- package/src/main/TrayManager.ts +0 -540
- package/src/main/ai/AIPipelineManager.ts +0 -199
- package/src/main/ai/ClaudeAnalyzer.ts +0 -339
- package/src/main/ai/ImageOptimizer.ts +0 -176
- package/src/main/ai/StructuredMarkdownBuilder.ts +0 -379
- package/src/main/ai/index.ts +0 -16
- package/src/main/ai/types.ts +0 -258
- package/src/main/analysis/ClarificationGenerator.ts +0 -385
- package/src/main/analysis/FeedbackAnalyzer.ts +0 -531
- package/src/main/analysis/index.ts +0 -19
- package/src/main/audio/AudioCapture.ts +0 -978
- package/src/main/audio/audioUtils.ts +0 -100
- package/src/main/audio/index.ts +0 -20
- package/src/main/capture/index.ts +0 -1
- package/src/main/index.ts +0 -1693
- package/src/main/ipc/captureHandlers.ts +0 -272
- package/src/main/ipc/index.ts +0 -45
- package/src/main/ipc/outputHandlers.ts +0 -302
- package/src/main/ipc/sessionHandlers.ts +0 -56
- package/src/main/ipc/settingsHandlers.ts +0 -471
- package/src/main/ipc/types.ts +0 -56
- package/src/main/ipc/windowHandlers.ts +0 -277
- package/src/main/output/ClipboardService.ts +0 -369
- package/src/main/output/ExportService.ts +0 -539
- package/src/main/output/FileManager.ts +0 -416
- package/src/main/output/MarkdownGenerator.ts +0 -791
- package/src/main/output/MarkdownPatcher.ts +0 -299
- package/src/main/output/index.ts +0 -186
- package/src/main/output/sessionAdapter.ts +0 -207
- package/src/main/output/templates/html-template.ts +0 -553
- package/src/main/pipeline/FrameExtractor.ts +0 -330
- package/src/main/pipeline/PostProcessor.ts +0 -399
- package/src/main/pipeline/TranscriptAnalyzer.ts +0 -226
- package/src/main/pipeline/index.ts +0 -36
- package/src/main/platform/WindowsTaskbar.ts +0 -600
- package/src/main/platform/index.ts +0 -16
- package/src/main/settings/SettingsManager.ts +0 -730
- package/src/main/settings/index.ts +0 -19
- package/src/main/transcription/ModelDownloadManager.ts +0 -494
- package/src/main/transcription/TierManager.ts +0 -219
- package/src/main/transcription/TranscriptionRecoveryService.ts +0 -340
- package/src/main/transcription/WhisperService.ts +0 -748
- package/src/main/transcription/index.ts +0 -56
- package/src/main/transcription/types.ts +0 -135
- package/src/main/windows/PopoverManager.ts +0 -284
- package/src/main/windows/TaskbarIntegration.ts +0 -452
- package/src/main/windows/index.ts +0 -23
- package/src/preload/index.ts +0 -1047
- package/src/renderer/App.tsx +0 -515
- package/src/renderer/AppWrapper.tsx +0 -28
- package/src/renderer/assets/logo-dark.svg +0 -7
- package/src/renderer/assets/logo.svg +0 -7
- package/src/renderer/audio/AudioCaptureRenderer.ts +0 -454
- package/src/renderer/capture/ScreenRecordingRenderer.ts +0 -492
- package/src/renderer/components/AnnotationOverlay.tsx +0 -836
- package/src/renderer/components/AudioWaveform.tsx +0 -811
- package/src/renderer/components/ClarificationQuestions.tsx +0 -656
- package/src/renderer/components/CountdownTimer.tsx +0 -495
- package/src/renderer/components/CrashRecoveryDialog.tsx +0 -632
- package/src/renderer/components/DonateButton.tsx +0 -127
- package/src/renderer/components/ErrorBoundary.tsx +0 -308
- package/src/renderer/components/ExportDialog.tsx +0 -872
- package/src/renderer/components/HotkeyHint.tsx +0 -261
- package/src/renderer/components/KeyboardShortcuts.tsx +0 -787
- package/src/renderer/components/ModelDownloadDialog.tsx +0 -844
- package/src/renderer/components/Onboarding.tsx +0 -1830
- package/src/renderer/components/ProcessingOverlay.tsx +0 -157
- package/src/renderer/components/RecordingOverlay.tsx +0 -423
- package/src/renderer/components/SessionHistory.tsx +0 -1746
- package/src/renderer/components/SessionReview.tsx +0 -1321
- package/src/renderer/components/SettingsPanel.tsx +0 -217
- package/src/renderer/components/Skeleton.tsx +0 -347
- package/src/renderer/components/StatusIndicator.tsx +0 -86
- package/src/renderer/components/ThemeProvider.tsx +0 -429
- package/src/renderer/components/Tooltip.tsx +0 -370
- package/src/renderer/components/TranscriptionPreview.tsx +0 -183
- package/src/renderer/components/TranscriptionTierSelector.tsx +0 -640
- package/src/renderer/components/UpdateNotification.tsx +0 -377
- package/src/renderer/components/WindowSelector.tsx +0 -947
- package/src/renderer/components/index.ts +0 -99
- package/src/renderer/components/primitives/ApiKeyInput.tsx +0 -98
- package/src/renderer/components/primitives/ColorPicker.tsx +0 -65
- package/src/renderer/components/primitives/DangerButton.tsx +0 -45
- package/src/renderer/components/primitives/DirectoryPicker.tsx +0 -41
- package/src/renderer/components/primitives/Dropdown.tsx +0 -34
- package/src/renderer/components/primitives/KeyRecorder.tsx +0 -117
- package/src/renderer/components/primitives/SettingsSection.tsx +0 -32
- package/src/renderer/components/primitives/Slider.tsx +0 -43
- package/src/renderer/components/primitives/Toggle.tsx +0 -36
- package/src/renderer/components/primitives/index.ts +0 -10
- package/src/renderer/components/settings/AdvancedTab.tsx +0 -174
- package/src/renderer/components/settings/AppearanceTab.tsx +0 -77
- package/src/renderer/components/settings/GeneralTab.tsx +0 -40
- package/src/renderer/components/settings/HotkeysTab.tsx +0 -79
- package/src/renderer/components/settings/RecordingTab.tsx +0 -84
- package/src/renderer/components/settings/index.ts +0 -9
- package/src/renderer/components/settings/settingsStyles.ts +0 -673
- package/src/renderer/components/settings/tabConfig.tsx +0 -85
- package/src/renderer/components/settings/useSettingsPanel.ts +0 -447
- package/src/renderer/contexts/ProcessingContext.tsx +0 -227
- package/src/renderer/contexts/RecordingContext.tsx +0 -683
- package/src/renderer/contexts/UIContext.tsx +0 -326
- package/src/renderer/contexts/index.ts +0 -24
- package/src/renderer/donateMessages.ts +0 -69
- package/src/renderer/hooks/index.ts +0 -75
- package/src/renderer/hooks/useAnimation.tsx +0 -544
- package/src/renderer/hooks/useTheme.ts +0 -313
- package/src/renderer/index.html +0 -26
- package/src/renderer/main.tsx +0 -52
- package/src/renderer/styles/animations.css +0 -1093
- package/src/renderer/styles/app-shell.css +0 -662
- package/src/renderer/styles/globals.css +0 -515
- package/src/renderer/styles/theme.ts +0 -578
- package/src/renderer/types/electron.d.ts +0 -385
- package/src/shared/hotkeys.ts +0 -283
- package/src/shared/types.ts +0 -809
- package/tests/clipboard.test.ts +0 -228
- package/tests/e2e/criticalPaths.test.ts +0 -594
- package/tests/feedbackAnalyzer.test.ts +0 -303
- package/tests/integration/sessionFlow.test.ts +0 -583
- package/tests/markdownGenerator.test.ts +0 -418
- package/tests/output.test.ts +0 -96
- package/tests/setup.ts +0 -486
- package/tests/unit/appIntegration.test.ts +0 -676
- package/tests/unit/appViewState.test.ts +0 -281
- package/tests/unit/audioIpcChannels.test.ts +0 -17
- package/tests/unit/exportService.test.ts +0 -492
- package/tests/unit/hotkeys.test.ts +0 -92
- package/tests/unit/navigationPreload.test.ts +0 -94
- package/tests/unit/onboardingFlow.test.ts +0 -345
- package/tests/unit/permissionManager.test.ts +0 -175
- package/tests/unit/permissionManagerExpanded.test.ts +0 -296
- package/tests/unit/screenRecordingRenderer.test.ts +0 -368
- package/tests/unit/sessionController.test.ts +0 -515
- package/tests/unit/tierManager.test.ts +0 -61
- package/tests/unit/tierManagerExpanded.test.ts +0 -142
- package/tests/unit/transcriptAnalyzer.test.ts +0 -64
- package/tsconfig.json +0 -25
- 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
|
-
|
|
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
|
|
638
|
+
├── tests/ # Test suite
|
|
362
639
|
├── docs/ # Documentation
|
|
363
640
|
├── site/ # Landing page
|
|
364
641
|
└── package.json
|