ShovanSarker/LaunchKit ? reverse-engineered prompt
Reverse engineered prompt
Build me a full stack starter app that ties together a Django API and a Next.js frontend in one repo.
I want the backend to use Django with a REST API, JWT login with refresh tokens, Swagger docs, an admin area, email preview and logging, plus background jobs with Celery using RabbitMQ and Redis for cache and sessions. The frontend should be a modern Next.js app with TypeScript, Tailwind, responsive pages, and a simple auth flow that talks to the API and refreshes tokens automatically.
Please make it easy to run locally with Docker Compose, and include scripts so I can bootstrap the project, start development, and deploy production with one command. If it helps, look up current docs online for any setup details. I also want monitoring and deployment support for production, including Nginx, SSL, backups, and the basic scripts needed to manage the services cleanly.
Are you gonna build this?
make sure you review the code using coderabbit