ClipVault is a modern, open-source clipboard manager app built with React Native, Expo Router, and React Native Paper. It allows you to save, search, and manage your clipboard history with a beautiful UI, dark mode support, secure PIN protection, and more.
- Save and manage clipboard items
- Search clipboard history instantly
- Dark mode support
- Secure PIN protection
- Drawer navigation (Clipboard & Settings)
- Responsive and modern UI
- Open source and ready for contributions
git clone https://github.com/innovatewithkishlay/ClipVault.git
cd ClipVault
npm install
npx expo start
You can now open the app in:
- Expo Go (scan the QR code)
- Android emulator
- iOS simulator
For Android:
npm run android
For iOS (Mac only):
npm run ios
To generate an APK for Android (for sharing or installing):
npx eas-cli build:configure
eas build -p android --profile preview
The build link will appear in your terminal and on your Expo dashboard.
app/
— Source code (screens, navigation, etc.)assets/
— Images, icons, and fontsutils/
— Theme context and helpersapp.json
— Expo configuration
This project is open source. Anyone can contribute to make it better!
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -m 'Add new feature'
) - Push to your branch (
git push origin feature/your-feature
) - Open a Pull Request
Please be respectful and follow the Contributor Covenant guidelines.
This project is licensed under the MIT License. MIT License
Copyright (c) 2025 ClipVault
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
ClipVault is open source. Anyone can come and contribute and make this more awesome!