Skip to content

iqbaladinur/scr.rcd

Repository files navigation

scr.rcd logo

SCR.RCD is a web-based screen recording application that allows users to record their screens directly in the browser. Unlike traditional screen recording tools that save recordings on servers, SCR.RCD stores recorded videos locally on the client-side using IndexedDB, ensuring user privacy and security.

scr.rcd preview

Features Roadmaps

  • Browser-based: SCR.RCD is entirely browser-based, eliminating the need for users to install additional software or plugins.
  • Screen Recording: Record your screen with ease directly within your browser window.
  • Local Storage: Recorded videos are stored locally on the client-side using IndexedDB, providing enhanced privacy and security.
  • Simple Interface: The user interface is intuitive and easy to use, making screen recording accessible to everyone.
  • Customizable Settings: Customize recording settings such as frame rate, resolution, and audio options.
  • whats next ...?

Development

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended Setup

  • VS Code + Vue - Official (previously Volar) and disable Vetur

  • Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.

Reusable Components

To get started with SCR.RCD, follow these steps:

  1. Clone the repository: git clone https://github.com/iqbaladinur/scr.rcd.git
  2. run npm install inside scr.rcd directory
  3. run npm run dev to start local development

Compatibility

SCR.RCD is compatible with modern web browsers that support the necessary APIs for screen recording and IndexedDB storage. We recommend using the latest versions of browsers such as Google Chrome, Mozilla Firefox, or Microsoft Edge for the best experience.

Contributing

We welcome contributions from the community to improve SCR.RCD. If you'd like to contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/my-feature.
  3. Make your changes and commit them: git commit -am 'Add new feature'.
  4. Push to the branch: git push origin feature/my-feature.
  5. Submit a pull request.

Please ensure that your code adheres to our coding standards and includes appropriate documentation for any new features or changes.

Support

If you encounter any issues or have any questions about SCR.RCD, please feel free to open an issue on GitHub, and we'll be happy to assist you.

License

This app is open-sourced software licensed under the MIT LICENSE.