openshiporg/openfront-construction ? reverse-engineered prompt
Reverse engineered prompt
Build me a full stack admin dashboard for managing a small app, with a clean frontend and a proper backend behind it.
I want users to sign in, then see a dashboard where they can manage people, roles, and todo items. The app should support role based permissions so some users can only view data, while others can create, edit, and manage everything. It should have a polished admin UI with forms, inline editing where it makes sense, filtering, and a good mobile friendly layout.
Use a modern Next.js app for the frontend and Keystone for the backend data and auth, with a GraphQL API and PostgreSQL. Include rich text editing for longer content, image uploads with S3 compatible storage, and relationships between records like todos and their images. Make the dashboard feel smooth and practical, with reusable components and solid validation.
If you need current docs for any of the tools, look them up online first.