PurrCat101/RepairMS — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a clean web based repair management system for a small repair shop. I need users to sign in, then manage repair jobs, spare parts, and technicians from an easy dashboard.

The app should let me add, view, edit, and delete repair logs, parts, and technicians. For each repair log I want to assign a technician, track the current status, and see a simple history of changes so it’s clear what happened and when. Make the interface friendly and practical, not overly fancy, with responsive pages that work well on a laptop.

Use Supabase for the database and authentication, and use the existing JavaScript app setup with Vite and Tailwind. If anything is missing, create the needed tables, forms, lists, and basic permissions so it feels like a working first version. Look up current docs online if you need to.

Want more depth? Deep Reverse