<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: SS</title>
    <description>The latest articles on Forem by SS (@ssithub).</description>
    <link>https://forem.com/ssithub</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3470583%2F80ee9c8a-3aac-4601-99f8-c84580a0955b.png</url>
      <title>Forem: SS</title>
      <link>https://forem.com/ssithub</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ssithub"/>
    <language>en</language>
    <item>
      <title>WeiQi - (Go) game based productivity tool</title>
      <dc:creator>SS</dc:creator>
      <pubDate>Sun, 24 May 2026 03:43:27 +0000</pubDate>
      <link>https://forem.com/ssithub/weiqi-go-game-based-productivity-tool-35d8</link>
      <guid>https://forem.com/ssithub/weiqi-go-game-based-productivity-tool-35d8</guid>
      <description>&lt;h2&gt;
  
  
  💡 Inspiration
&lt;/h2&gt;



&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Having always been fascinated by games in general, and ancient games in particular, we found the inspiration in the ancient strategy game of Weiqi (Go). &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In Weiqi, the board is finite, players place stones with deep intention, and the goal is to gracefully claim territory. &lt;/p&gt;

&lt;p&gt;We realized that timeboxing is simply the modern equivalent of this. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Your day is the board 🏁, your tasks 📋 are your stones ⚫⚪, and deep, uninterrupted focus ⏱️ is how you capture your territory 🚀 &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;We wanted to build an app that brings the tactile, satisfying, and intentional strategy of Weiqi to everyday productivity.&lt;/p&gt;
&lt;/blockquote&gt;



&lt;h2&gt;
  
  
  📋 What it does
&lt;/h2&gt;



&lt;p&gt;WeiQi is a highly tactile, gamified timeboxing dashboard that turns your daily schedule into a strategic game of focus.&lt;/p&gt;

&lt;h4&gt;
  
  
  🏁 The Daily Board
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;Your day is visualized as a beautiful wooden grid of 24 hours (rows) and 5-minute intervals (columns).&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  🗒️Tactile Planning
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;You drag unstructured tasks from your Inbox onto the board. Upon dropping them, they morph into connected "White Stones," visually reserving that territory for future work.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  ⏱️The Execution Loop
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;When real-world time catches up to a scheduled task, the app's analog clock smoothly morphs into a Pomodoro timer.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  ⚪ The Tasks ⚫
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;White stones represent potential/ pending tasks—they denote scheduled tasks, planned breaks, or incomplete work. Solid Black stones represent conquered territory—deep, uninterrupted focus.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  🏯 Capturing Territory
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;As you work, every 5 minutes of unbroken focus triggers a satisfying 3D animation, physically flipping a White Stone ⚪ to a solid Black Stone ⚫. You don't just check a box; you visually conquer your timeline.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  😥 Identifying Distractions
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;If you stop a timer before the 5 minutes are up, the stone simply remains White. A timeline scattered with White stones visually represents a fragmented day lacking deep focus, making invisible distractions painfully visible.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  ☑️ Mapping Peak Focus
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;The Macro Heatmap with Monthly cum Weekly View auto-aggregates your daily Black Stones, generating a beautiful, zoomed-out Weiqi board that serves as a heat-map of your &lt;strong&gt;peak productivity 👩‍💻hours&lt;/strong&gt;. &lt;br&gt;
It also aggregates white stones denoting your &lt;strong&gt;peak distracted 😥 hours&lt;/strong&gt;. &lt;/p&gt;
&lt;/blockquote&gt;



&lt;h2&gt;
  
  
  🚀 How we built it with MeDo
&lt;/h2&gt;



&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;How we structured conversations with MeDo to build the project ?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;We built the project up in phases step-by-step using multiturn chats.&lt;/p&gt;

&lt;p&gt;In phase 1, we built Foundation and The Game Board Layout with ToDo list inbox, Game Board with other elements added like wooden clock, pomodoro timer, dashboard&lt;/p&gt;

&lt;p&gt;In phase 2, we implemented the Drag &amp;amp; Drop "Playing the Stones" mechanics for the Daily Board where tasks from to-do lists transform into tactile "White Stones" on the grid.&lt;/p&gt;

&lt;p&gt;In Phase 3, we implemented the logic of The Timer and Capturing "Black Stones"&lt;/p&gt;

&lt;p&gt;In Phase 4, we built up The Big Picture (The Macro Weiqi Game) which introduces a toggle switch to transition from the daily planner to a zoomed-out, auto monthly grid (Days vs. Hours). This read-only board automatically translates the focused time (Black Stones) earned in the Daily View into a visual heatmap, allowing users to see their macro productivity trends at a glance.&lt;/p&gt;
&lt;/blockquote&gt;



&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The most impressive feature MeDo helped to create&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;The most impressive feature MeDo helped create was the automated monthly board.&lt;/p&gt;
&lt;/blockquote&gt;



&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;How you used plugins or API integrations to extend functionality ?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;This was the game changer. It helped me create beautiful UI elements by taking inspos and also realtime sync using supabase&lt;/p&gt;
&lt;/blockquote&gt;



&lt;h2&gt;
  
  
  🧩 Challenges we ran into
&lt;/h2&gt;



&lt;ul&gt;
&lt;li&gt;The most challenging part was again coming up with an interesting idea. We brainstormed a lot to finally arrive at this awesome idea of building something that lets you conquer your time.&lt;/li&gt;
&lt;li&gt;I was initially worried about credits - but the MeDo team was generous enough to provide daily bonuses to cover the entire project comfortably. The most impressive thing was, in case we encountered error - MeDo corrected it without using extra credits which helped us comfortably complete the project.&lt;/li&gt;
&lt;/ul&gt;



&lt;h2&gt;
  
  
  🏆 Accomplishments that we're proud of
&lt;/h2&gt;



&lt;ul&gt;
&lt;li&gt;A completely novel application of WeiQi as a productivity tool&lt;/li&gt;
&lt;/ul&gt;



&lt;h2&gt;
  
  
  📝 What we learned
&lt;/h2&gt;



&lt;ul&gt;
&lt;li&gt;Building with MeDo is easy as a breeze&lt;/li&gt;
&lt;/ul&gt;



&lt;h2&gt;
  
  
  ⚓ What's next for WeiQi
&lt;/h2&gt;



&lt;ul&gt;
&lt;li&gt;Adding more exciting planned features, including AI based time analysis.&lt;/li&gt;
&lt;/ul&gt;



</description>
      <category>builtwithmedo</category>
    </item>
    <item>
      <title>The Mahjong Method</title>
      <dc:creator>SS</dc:creator>
      <pubDate>Wed, 20 May 2026 12:58:52 +0000</pubDate>
      <link>https://forem.com/ssithub/the-mahjong-method-5h0n</link>
      <guid>https://forem.com/ssithub/the-mahjong-method-5h0n</guid>
      <description>&lt;p&gt;&lt;a href="https://youtu.be/uj3QlLlvxzA" rel="noopener noreferrer"&gt;Link&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 Inspiration
&lt;/h2&gt;



&lt;p&gt;In the era of games, learning has become a chore! &lt;/p&gt;

&lt;p&gt;We realized that millions of students force themselves through tools like Anki or Quizlet, while simultaneously spending hours effortlessly clearing puzzles in games like Wordle or Candy Crush. We asked ourselves: What if we could completely disguise studying as an addictive puzzle game? &lt;/p&gt;

&lt;p&gt;I have fascinated by the ancient Chinese puzzle game of Mahjong !&lt;/p&gt;

&lt;p&gt;So tada !&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Flashcard 🃏📚 meets Mahjong 🎮🧩 ! &lt;/p&gt;

&lt;p&gt;Because learning 🧠 should be fun 🎉 ! &lt;/p&gt;

&lt;p&gt;The most addictive way to master anything. &lt;/p&gt;

&lt;p&gt;Play your way to Perfect Recall. &lt;/p&gt;

&lt;p&gt;Your brain deserves a game!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;We took the universally satisfying, tactile mechanics of Mahjong Solitaire and fused them with a dynamic learning engine. The result is a tool that tricks your brain into studying by replacing the dread of learning with the dopamine rush of winning.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;br&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  📋 What it does
&lt;/h2&gt;



&lt;p&gt;Mahjong is a gamified educational platform that transforms boring study notes into a 3D, playable Mahjong Solitaire board. Instead of matching traditional bamboo or dragon symbols, users match educational pairs—like a Spanish or Chinese word to its English translation, a chemical symbol to its element, or a math equation to its answer.&lt;/p&gt;

&lt;p&gt;Users can play through curated starter decks, create their own personalized decks or use our AI Deck Creator to paste in their own class notes, which the app instantly parses and reverse-engineers into a perfectly solvable, multi-layered puzzle. &lt;br&gt;
Add in a speed-timer and you have an engine built for intense, high-speed active recall.&lt;/p&gt;

&lt;p&gt;Perfect for &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;🌍 Learning new languages&lt;/p&gt;

&lt;p&gt;📚 Studying for school exams&lt;/p&gt;

&lt;p&gt;💼 Memorizing job skills and professional terminology&lt;/p&gt;

&lt;p&gt;Fun educational games for kids&lt;/p&gt;

&lt;p&gt;🎯 Engaging study tools for easily distracted learners&lt;/p&gt;

&lt;p&gt;🤝 New employee training and company onboarding&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  &lt;br&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  🚀 How we built it with MeDo
&lt;/h2&gt;



&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;How we structured conversations with MeDo to build the project ?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;We started the project as a simple mahjong solitaire game. &lt;/p&gt;

&lt;p&gt;With multiturn chats, we built up the app from there. &lt;/p&gt;

&lt;p&gt;Once the game engine was in place and the game logic was perfected, we added the request to build a deck builder so that users can create their own pairs for the game.&lt;/p&gt;

&lt;p&gt;Then we asked MeDo to add some cool templates users can explore.&lt;/p&gt;

&lt;p&gt;Once templates styles were optimal, we requested for a UI, UX improvements.&lt;/p&gt;

&lt;p&gt;Lastly we added the most impressive feature using large language model (llm) plugin / skill&lt;/p&gt;
&lt;/blockquote&gt;



&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The most impressive feature MeDo helped to create&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;The most impressive feature MeDo helped create was an AI Mahjong builder chat tailored to user's learning or fun requirements.&lt;/p&gt;

&lt;p&gt;It elevated the project from a manual lesson cum game generator to something that speeds us creating the lessons / experiences in seconds instead of minutes.&lt;/p&gt;

&lt;p&gt;This was done in multiturn chats leveraging the large language model (llm) skill plugin&lt;/p&gt;

&lt;p&gt;We also optimized the app for full stack deployment.&lt;/p&gt;
&lt;/blockquote&gt;



&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;How you used plugins or API integrations to extend functionality ?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;This was the game changer. When I discovered the plugin / API / skill integration, MeDo helped me create the entire AI chatbot functionality in just one turn which elevated the mechanical app to a truely intelligent study buddy / tutor.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  &lt;br&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  🧩 Challenges we ran into
&lt;/h2&gt;



&lt;ul&gt;
&lt;li&gt;The most challenging part was coming up with an idea. I brainstormed a lot to finally arrive at this awesome idea&lt;/li&gt;
&lt;li&gt;I was initially worried about credits - but the MeDo team was generous enough to provide daily bonuses to cover the entire project comfortably. &lt;/li&gt;
&lt;li&gt;Also, the model was very efficient. It hardly took a 100 credits to build an entire website in first turn.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;br&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  🏆 Accomplishments that we're proud of
&lt;/h2&gt;



&lt;ul&gt;
&lt;li&gt;The fullstack web app that is truely intelligent, a learning buddy, a gaming buddy and an awesome idea&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;br&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  📝 What we learned
&lt;/h2&gt;



&lt;ul&gt;
&lt;li&gt;Building with MeDo is easy as a breeze&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;br&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  ⚓ What's next for Mahjong
&lt;/h2&gt;



&lt;ul&gt;
&lt;li&gt;Adding more exciting planned features&lt;/li&gt;
&lt;/ul&gt;



</description>
      <category>builtwithmedo</category>
    </item>
  </channel>
</rss>
