WeiQi - (Go) game based productivity tool
WeiQi is a productivity tool inspired by the ancient game of Go, designed to change how users perceive their daily schedules. It gamifies time management by visualizing tasks as stones on a board, encouraging deep focus and strategic planning. The app features a unique execution loop that rewards uninterrupted work with satisfying visual feedback.
- ▪WeiQi transforms daily schedules into a strategic game of focus using a tactile, gamified dashboard.
- ▪Tasks are represented as stones on a grid, with white stones indicating pending tasks and black stones representing completed work.
- ▪The app includes a Macro Heatmap feature that aggregates productivity data to visualize peak focus and distraction times.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3470583) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } SS Posted on May 24 WeiQi - (Go) game based productivity tool #builtwithmedo 💡 Inspiration Modern to-do lists are often endless, anxiety-inducing scroll-fests. They treat productivity as a sheer volume of output, leading to burnout. We wanted to fundamentally change how people perceive their daily schedule by treating time not as a list to conquer, but as a board to master.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).