Design assets for the DriveThruRPG desktop app (Libri): app icons and HTML/JS UI prototypes. No build system, package manager, or test suite — everything runs directly in a browser.
app-icons/— Libri app icon in each platform format (.svgsource,.png,.icns,.ico)claude-1/— a standalone UI prototype for the Libri library view
Prototypes load React, ReactDOM, and Babel standalone from unpkg.com and transpile JSX in the browser
at load time. Serve the directory statically and open the HTML file:
cd claude-1 && python3 -m http.server 8000
# then open http://localhost:8000/Libri.htmlSee AGENTS.md for prototype architecture and conventions.