Reverse engineered prompt

I want you to turn this starter into a real, usable web app instead of just scaffold code.

Please inspect what is already in the repo and build out a polished frontend around it. Use the existing API spec files to hook up real data fetching and forms, and make a few sensible pages that let a person browse data, view details, and submit or update something through the API. If authentication is already wired in this stack, add a simple sign in experience and protect the parts that need it. Make the UI clean, modern, and responsive, with loading states, error handling, empty states, and basic validation so it feels complete.

Keep the stack and patterns that are already in the project instead of reinventing things. Since there is env and Docker setup here, make sure it runs locally without a lot of manual fixing, and leave clear setup notes. If the repo already includes something for Ollama, only add a very small test screen for it if it clearly belongs. Look up current docs online if you need to.

Want more depth? Deep Reverse