The app is fully client-side with an existing IndexedDB cache layer — it's a natural candidate for a Progressive Web App:
Add manifest.json with app name, icons, theme color
Register a service worker for asset caching
Allow offline browsing of previously cached repos
Add "Install App" prompt for mobile users
This would significantly improve the mobile experience and allow users to browse cached data without an internet connection.
The app is fully client-side with an existing IndexedDB cache layer — it's a natural candidate for a Progressive Web App:
Add manifest.json with app name, icons, theme color
Register a service worker for asset caching
Allow offline browsing of previously cached repos
Add "Install App" prompt for mobile users
This would significantly improve the mobile experience and allow users to browse cached data without an internet connection.