A desktop application for recording your screen built with React, TypeScript, and the Gluon framework.
- Record any window on your system
- Select specific regions to record
- Optional microphone audio recording
- Draggable and resizable recording region
- Automatic download of recordings in WebM format
- Clean and intuitive user interface
- React + TypeScript for the UI
- Vite for building and development
- Gluon framework for desktop integration
- RecordRTC for screen recording capabilities
- Install dependencies:
npm install- Run the application:
npm startnpm run dev- Start development servernpm run build- Build for productionnpm run lint- Run ESLint
MIT