PulseOS is a modern full-stack productivity application designed to help users manage tasks, stay focused, and improve productivity with upcoming smart features and AI integrations.
PulseOS is more than just a To-Do app.
It is a productivity-focused platform where users can:
- ✅ Create and manage tasks
- 🔔 Receive browser notifications
- ⏱️ Stay productive with upcoming focus tools
- 🤖 Use future AI-powered productivity features
- 📈 Organize daily workflow efficiently
The vision is to build a complete productivity ecosystem for students, developers, creators, and professionals.
- ✅ Create Tasks
- ✅ Update Tasks
- ✅ Delete Tasks
- ✅ Mark Tasks as Completed
- ✅ Responsive UI
- ✅ Full Stack Architecture
- ✅ REST API Integration
- 🔔 Browser Notifications using Notification API
- ⏱️ Stopwatch & Focus Timer
- 🤖 AI Productivity Assistant
- 📊 Productivity Analytics
- 🧠 Smart Task Suggestions
- 🌙 Dark / Light Mode
- 📅 Calendar Integration
- 🔥 Habit & Streak Tracking
- React.js
- Tailwind CSS
- Axios
- React Router DOM
- Node.js
- Express.js
- MongoDB
- Mongoose
- Browser Notification API
- Vercel
- Render
PulseOS/
│
├── client/ # Frontend
├── server/ # Backend
│
├── README.md
└── package.jsonCreate a .env file inside the server directory.
MONGO_URL=your_mongodb_connection
PORT=3000
CORS_ORIGIN=http://localhost:5173git clone https://github.com/your-username/PulseOS.gitcd PulseOScd client
npm install
npm run devFrontend runs on:
http://localhost:5173cd server
npm install
npm startBackend runs on:
http://localhost:3000GET /api/todosPOST /api/todosPUT /api/todos/:idDELETE /api/todos/:idAdd project screenshots here.
Contributions are welcome.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push your branch
- Open a Pull Request
PulseOS aims to become an all-in-one productivity operating system combining:
- task management
- reminders
- focus tools
- smart notifications
- AI-powered productivity features
into one seamless experience.
Made with ❤️ by Neeraj Mishra
GitHub: https://github.com/Neeraj-code-beep
This project is licensed under the MIT License.