A minimalist Pomodoro timer with tasks, notes, focus music & stats. Free, offline-first, no signup.
Repository: https://github.com/Foodhy/zen-pomodoro
Work locally using your own IDE. The only requirement is having Node.js & npm installed — install with nvm.
Follow these steps:
# Step 1: Clone the repository.
git clone https://github.com/Foodhy/zen-pomodoro.git
# Step 2: Navigate to the project directory.
cd zen-pomodoro
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run devYou can also edit files directly in GitHub or use GitHub Codespaces.
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
Build with npm run build and deploy the generated dist/ folder to any static host (Netlify, Vercel, GitHub Pages, etc.).
Yes — configure a custom domain on your chosen static host. For Netlify see Custom domains.
