dksifoua/bookmark-manager-app — reverse-engineered prompt

Reverse engineered prompt

Build me a clean bookmark manager app that feels polished and works end to end. I want people to be able to save bookmarks with a title, description, URL, and tags, browse all saved links, open a details view, search by title, filter by one or more tags, sort by recently added, recently visited, or most visited, and archive bookmarks without deleting them. It should also support pinning important bookmarks, editing bookmark details, copying links, opening the saved site directly, and showing helpful info like favicon, tags, view count, last visited date, and date added.

Please make it responsive for desktop and mobile, with a light and dark theme toggle. Use the existing setup with a backend API, database, and a modern frontend, and make sure local startup works with Docker Compose at the app and API URLs in the README. If auth is already part of the project, wire it up in a normal user friendly way. Include reasonable validation, tests, and a smooth UI. You can check current docs online if needed.

Want more depth? Deep Reverse