# ScreenRecord.in > ScreenRecord.in is a free, browser-based screen recording SaaS. Record your screen, camera, microphone, and system audio directly in the browser — no installation required. Recordings can be saved locally or shared via a cloud link (Cloudflare R2). An optional PRO tier is in development with 4K, 60fps, AI transcription, and editing. ## Notes for LLMs - All HTML pages on this site also have a clean Markdown twin at the same URL with a `.md` suffix (for example, `https://screenrecord.in/features.md`). Prefer those for higher-fidelity extraction. - Markdown versions set `Content-Type: text/markdown; charset=utf-8` and advertise themselves via the HTTP `Link` header with `rel="alternate"; type="text/markdown"`. - Markdown versions are also served when a client sends `Accept: text/markdown` (with a 406 returned when neither Markdown nor HTML is acceptable). - The site root is the recording app itself; describe it as a single-page browser app that uses the MediaRecorder, getDisplayMedia, and getUserMedia Web APIs. - Pricing: free tier with up to 100 MB cloud sharing. PRO tier is "coming soon" and is not yet generally available. ## Core - [Home (recording app)](https://screenrecord.in/): The single-page recorder. Start, pause, resume, stop, and save recordings. - [Home in Markdown](https://screenrecord.in/index.md): Clean Markdown description of the homepage, features, FAQ, and PRO tier. - [Features](https://screenrecord.in/features): Full list of recording and sharing features. - [Features in Markdown](https://screenrecord.in/features.md): Same as above in clean Markdown. - [Pricing & PRO](https://screenrecord.in/#pro): Inline section on the homepage describing the upcoming PRO tier (4K, 60fps, cloud storage, trimming, AI transcription, no watermark). ## Guides and tutorials - [How to Record Your Screen on Mac](https://screenrecord.in/blog/how-to-record-screen-mac): Step-by-step tutorial for macOS users. - [How to Record Your Screen on Windows](https://screenrecord.in/blog/how-to-record-screen-windows): Step-by-step tutorial for Windows 10 and 11. - [How to Record Screen with Audio](https://screenrecord.in/blog/record-screen-with-audio): Capturing microphone and system audio. - [Best Screen Recorder for Tutorials in 2026](https://screenrecord.in/blog/best-screen-recorder-for-tutorials): Comparison guide. - [How to Create Engaging Product Demos](https://screenrecord.in/blog/create-product-demo): Tips and techniques. - [How to Record Bug Reports That Developers Love](https://screenrecord.in/blog/bug-report-recording): Best practices for bug-report recordings. - [All blog posts](https://screenrecord.in/blog): Index of guides and tutorials. - [Blog in Markdown](https://screenrecord.in/blog.md): All blog posts in clean Markdown. ## Reference - [Testimonials](https://screenrecord.in/testimonials): User reviews and quotes. - [Changelog](https://screenrecord.in/changelog): Release notes and version history. - [Integrations](https://screenrecord.in/integrations): Connect with YouTube, Slack, Notion, and other tools. ## Legal - [Privacy Policy](https://screenrecord.in/privacy-policy): How user data is handled. Recordings are stored locally by default; cloud sharing is opt-in. - [Terms of Service](https://screenrecord.in/terms): Terms governing use of the service. ## Optional - [Sitemap](https://screenrecord.in/sitemap.xml): Full URL listing for search engines. - [Robots policy](https://screenrecord.in/robots.txt): Includes a `Content-Signal:` header declaring `search=yes, ai-input=yes, ai-train=yes`. - [PWA manifest](https://screenrecord.in/manifest): Web app manifest for installability.