What does DevRecorder actually record? +
Screen video (full window or a region you draw), browser console logs (log, warn, error with stack traces), network requests with headers/payloads/responses/timings, page navigations and SPA route changes, and optional microphone audio all anchored to the same timeline.
Is the free plan actually free? +
Yes. 5 recordings per month, 500MB storage, 5-minute max length. No credit card, no expiring trial. You only upgrade when you need more.
How do shared recordings work? +
Toggle a recording to public and copy the link. Whoever opens it sees the video with the full synchronized debug timeline they don't need an account, an extension, or DevTools.
Does it work on localhost & staging? +
Yes. DevRecorder works on any URL you visit in Chrome localhost:3000, staging.acme.com, production. Same capture, same timeline.
What about AI / MCP? +
Run our MCP server and any compatible assistant Claude Code, Cursor, Windsurf, VS Code can read your recordings as structured context. Paste a link, ask "what broke?" and it sees the video, logs, and requests together.
Is my data secure? +
All recordings are private by default and encrypted in transit and at rest. Storage runs on Cloud Storage. Only people you explicitly share with can view a recording unless you mark it public.