jayarajumetta/QAIra — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a working QA management workspace called QAIra. I want a clean web app where QA team members can log in, open the sample workspace data, and manage their QA work from the browser, with a real backend API and PostgreSQL storage behind it.

Use the existing idea in this repo, a React plus Vite frontend, a Fastify Node backend, PostgreSQL 16, and Docker Compose so I can start the whole thing locally with one command. Please wire the frontend to the API, load the database schema and seed data on first boot, and keep the sample admin and member logins working.

Also include the standalone Playwright test engine service if it is already part of the project, and make sure the full stack and platform stack can run without manual fixes. I want clear local run steps, sensible environment variables, and a quick way to reset the database. Look up current docs online if you need to.

Want more depth? Deep Reverse