Pay All Your Responsibilities - A clean, modern Electron application for organizing and accessing all your bill payment websites in one place.
- 🏦 Organized Bill Management - Categorize your bill payment sites (Insurance, Utilities, Credit Cards, etc.)
- 📱 Collapsible Sidebar - Clean, space-efficient interface with toggle functionality
- 🎨 Color-Coded Sites - Each site gets a unique color for easy identification
- 🌐 Integrated WebView - Access your bill payment sites without leaving the app
- 💾 Local Storage - All data stored locally on your machine (no cloud dependency)
- 🔒 Privacy First - No credentials stored, just site names and URLs
- ⚡ Fast & Lightweight - Built with Electron for cross-platform compatibility
- 🛡️ Insurance
- ⚡ Utilities
- 💳 Credit Cards
- 🏠 Loans & Mortgages
- 📺 Subscriptions
- 🏥 Healthcare
- 🏛️ Government
- 📋 Other
- Node.js (v16 or higher)
- npm or yarn package manager
npm installnpm run devThis will start the Electron app in development mode with hot reload.
# For Windows
npm run build:win
# For macOS
npm run build:mac
# For Linux
npm run build:linux- Launch the App - Start PAYR and you'll see the welcome screen
- Add a Site - Click the
+button in the sidebar - Fill Details - Enter site name, select category, and paste the bill payment URL
- Access Sites - Click any site button to load it in the integrated browser
- Edit/Delete - Hover over site buttons to see edit options
- Framework: Electron
- Frontend: HTML5, CSS3, Vanilla JavaScript
- Build Tool: Vite
- Bundler: electron-builder
- No user credentials are stored
- All data remains on your local machine
- Uses Content Security Policy (CSP) for enhanced security
- Webviews are sandboxed for safe browsing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
- 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.
See CHANGELOG.md for a list of changes and version history.