superbot-coder/GitHubReleasesTracker — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Windows desktop utility in Delphi for tracking GitHub project releases. I want to add GitHub repositories to a list, check them for new releases, and clearly see which ones have updates available.

The app should have a main window with the saved repositories, their current or latest release info, and a simple way to refresh checks. Add a dialog for adding a repository, a settings window, and a download window for release files if assets are available. It should feel like a normal desktop app, not a web page.

Please include light and dark visual styling, icons where appropriate, and keep the interface simple enough for a non technical user. Store the user’s repository list and settings locally so they stay after closing the app.

Use Delphi 10.4 or newer and the GitHub API for release information. If you need exact API behavior, look up the current GitHub docs online.

Want more depth? Deep Reverse