inixiative/template — reverse-engineered prompt
Reverse engineered prompt
Build me a production ready SaaS starter template in TypeScript that feels modern and is easy to extend. I want a monorepo with a React app for the UI, a backend API, a database layer, auth, and clean local dev so I can run setup once and start everything with a local command.
Please include the important stuff a real SaaS app needs, like multi tenant organizations or workspaces, strong permissions based on who can do what with which resource, a typed API with generated docs and client support, and a solid database and migration setup. Keep the UI simple but polished so it looks like a real product shell, not just a demo.
I also want sensible environment files, tests, and deployment friendly defaults so this can actually be used as a serious starting point. Use the repo docs as the source of truth, and look up current docs online if you need to fill in implementation details.
Want more depth? Deep Reverse