Your Ultimate Productivity Chrome Extension — built with Vite + React
ProductiVerse is now live on the Chrome Web Store! 🎉
It’s your all-in-one productivity assistant built directly into Chrome — helping you stay focused, organized, and distraction-free.
👉 Install ProductiVerse from the Chrome Web Store
- 📝 Task Manager – Create and track your daily to-dos
- 🎵 Focus Sounds – Built-in ambient music to enhance focus
- 🍅 Pomodoro Timer – Customizable work/break intervals
- 🚫 Website Blocker – Block distractions during deep work
- 💭 Daily Quotes – Motivational content to kickstart your day
- ⚡ Fast & Modern – Powered by Vite + React + Manifest V3
- 🧩 Chrome Native – Lightweight and seamlessly integrated with your browser
- Click the ProductiVerse icon in your Chrome toolbar
- Explore the built-in productivity tools
- Customize settings to fit your workflow
- Start boosting your productivity!
- Node.js (v16 or higher)
- npm
- Chrome browser
# Clone the repository
git clone https://github.com/binay-tripathy/ProductiVerse.git
cd ProductiVerse
# Install dependencies
npm install
# Start development server
npm run devRuns the app in development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the dist folder.
The build is optimized and ready for Chrome extension deployment.
Serves the production build locally for preview.
Launches the test runner with Vitest.
See the Vitest documentation for more information.
Runs ESLint to check for code quality issues.
-
Clone this repository and build the project:
git clone https://github.com/binay-tripathy/ProductiVerse.git cd ProductiVerse npm install npm run build -
Open Chrome and navigate to
chrome://extensions/ -
Enable "Developer mode" in the top right corner
-
Click "Load unpacked" and select the
distfolder from this project -
The ProductiVerse extension will now be active in your browser
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have suggestions for improvements, please open an issue.