delmoonkarn/del-anime-tracker — reverse-engineered prompt
Reverse engineered prompt
Build me a personal anime tracker that runs locally in the browser and saves everything on my computer. I want to track seasonal shows, mark how many episodes I’ve watched, keep Favorites and Interested lists, and search or discover anime using AniList.
Make it feel like a simple desktop style app, clean and easy to use, with a seasonal schedule view and detail cards for each anime. Add import and export so I can move or back up my data, and keep the database local with no account required. If possible, include a way to download a backup of the database.
Use the stack that makes sense for this, React with Vite for the app, a small Node API, SQLite for storage, and Tailwind for styling. It should have a normal dev mode, a production build, and a start command that opens the app on localhost. For Windows, add a simple launcher so I can double click and run it.
Want more depth? Deep Reverse