vicharanashala/cs11 — reverse-engineered prompt
Reverse engineered prompt
Build me a simple CrowdFAQ web app for a team project. I want people to be able to ask questions, browse existing questions, add helpful answers, and see which questions are still unresolved versus already resolved.
Make it feel like a clean community FAQ platform, not a chat app. The home page should explain what CrowdFAQ is, show recent or popular questions, and make it easy to search. Each question should have its own page with the question, suggested answers, and a clear way to mark the best answer or resolved state. Add basic forms with validation so the app feels usable.
Use the existing TypeScript frontend and backend setup in this repo. Keep the design simple, responsive, and student project friendly. Seed it with a few sample FAQ questions so it is easy to demo. If anything is unclear, make reasonable choices and look up current docs online if needed.
Want more depth? Deep Reverse