# Plan: Gamified Productivity Buddy ## Context Building a hackathon entry for HF "Build Small" (Thousand Token Wood track, deadline June 15 2026 β€” 2 days). The app is a whimsical RPG-flavored productivity companion: a 3D character lives on the left, a local LLM buddy lives on the right, and your focus sessions earn XP, coins, and cosmetic gear. --- ## Tech Stack | Layer | Choice | Reason | |---|---|---| | App framework | Gradio `gr.Blocks` | Required by hackathon | | Hosting | HF Spaces (GPU T4) | Required; enables Off-the-Grid badge | | LLM | `Qwen/Qwen2.5-3B-Instruct` via πŸ€— `transformers` | 3B = fast on T4, excellent tool-call support | | 3D avatar | Three.js + GLB/GLTF model | User confirmed; served from Gradio static | | Frontend glue | Embedded `