Interactive web application for workflow management.
- 🕒 Pomodoro Timer - customizable work sessions and breaks with automatic switching
- 📋 Task Tracker - task management synchronized with timer
- 📊 Kanban Board - interactive board for task management and workflow visualization
- 🎵 Yandex Music - built-in player with custom playlist management
- 🎶 Spotify - built-in player with custom playlist management
- 📺 YouTube - built-in video player with playlist management and search
- 📝 Sticky Notes - create and edit notes with Markdown support and customization
- 🔗 Quick Links - manage collection of useful links with quick access
- 🕐 Clock Widget - display current time and weather
- 🌈 Dynamic Backgrounds - choose from various background images and effects
- 🔊 Sound Notifications - audio signals when switching work modes
- ⚡ Drag & Drop - intuitive interface element interaction
- Create a
docker-compose.ymlfile. - Paste the content below into the file.
- Add .env to work with Youtube API
- Run the command:
docker-compose up -d - Open
http://localhost:3000in your browser.
services:
pomofy:
image: esoraine/pomofy-app:latest
container_name: pomofy-app
ports:
- '3000:80'
restart: always- Node.js 18+
- Bun (recommended) or npm
-
Clone the repository:
git clone <repository-url> cd pomofy-app
-
Install dependencies:
bun install # or npm install -
Start the development server:
bun dev # or npm run dev -
Open your browser and navigate to
http://localhost:5173
- Customize Pomodoro session duration
- Choose break type (short/long)
- Automatic mode switching
- Sound notifications
- Display remaining time
- Create and manage tasks
- Automatic tracking according to timer
- Drag-and-drop task movement between columns and within columns
- Create, edit, and delete tasks with multi-line descriptions
- Minimalist design with quick access to main functions
- Built-in Yandex Music player
- Create and manage custom playlists
- Built-in Spotify player
- Create and manage custom playlists
- Built-in YouTube video player
- Create and manage custom playlists
- Mini-mode for compact viewing
- Keyboard shortcuts (space, arrows, M for mute)
- Search and add videos by query
- Create and edit notes on the workspace
- Choose note color from palette
- Resize notes
- Lock notes to prevent accidental editing
- Manage collection of useful links and resources
- Organize links by categories
- Display current time with support for different time zones
- Weather integration - show temperature and weather conditions for selected city
- Customizable time format (12/24 hours)
- Flexible date format settings with strftime syntax support
- Automatic city detection or manual input
- Adaptive grid for widget placement
- Toggle widget visibility
- Drag and Drop interface
The application automatically saves user settings in localStorage:
- Widget positions
- Widget settings and data
- Theme preferences
- Selected background