arnesssr/Inventra — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a modern inventory management app called Inventr. I want a clean web dashboard where a small business can log in, add and edit products, see current stock levels in real time, process orders, manage suppliers, and get notifications when inventory changes or runs low.

Please include an audit trail so I can see who changed what, plus simple reports for sales, stock movement, and product performance. The app should feel fast and practical, not overcomplicated.

Use TypeScript with a React frontend and a Node Express backend, with PostgreSQL for the main database and Redis for caching, sessions, and real time updates. Keep it as a simple monolith so it’s easy to run and debug. Add sensible security like JWT login, validation, rate limiting, CORS, and secure headers.

Please make it runnable locally with Docker Compose and include clear setup instructions and environment variables. Look up current docs online if you need to.

Want more depth? Deep Reverse