Addapa Industries
study_desk
BOA VISTA FACILITYA wayland/rice style learning application that turns a real code repo into a repo-specific course.
Point it at a local folder, a .zip, or a git URL. It normalises the source root, scans for supported languages, and generates a course: lessons, module dependency structure, API and UI shelves, style and state notes, refactor and audit passes, and look-alike detection. Where a repository does not contain enough supported code, it builds a micro-course and says so rather than inventing filler.
Supported today: Python, Java, Rust, JavaScript/TypeScript, HTML, CSS.
Why it is here
study_desk is the reason this site exists in the shape it does. It had already ported the wonder HUD's chrome — the 44px rail, the slide-over drawer, the pane frames, the focused-pane gradient — from a fixed-size canvas HUD into real, reflowing DOM and CSS. That port is the skeleton this site is built on.
END OF FILE