Sumit0709/CRM — reverse-engineered prompt
Reverse engineered prompt
Build me a basic AI powered CRM using this existing Java Maven project. I want a small business user to be able to log in, keep track of customers, companies, leads, deals, notes, tasks, and follow ups in one place.
The app should feel simple and practical. Add screens to create, edit, search, and view CRM records, plus a dashboard that shows open deals, upcoming tasks, recent activity, and important customers. For the AI part, add helpful features like summarizing customer notes, suggesting the next follow up action, and drafting a friendly email based on the customer history. Keep the AI integration easy to configure with an API key, and make it degrade gracefully if no key is set.
Use the existing structure and database idea from the ER diagram where possible. If you need framework details, inspect the project files and look up current docs online. Make it runnable locally with clear setup steps.
Want more depth? Deep Reverse