clayandthepotter/Sydeso — reverse-engineered prompt
Reverse engineered prompt
Build me a self hosted platform called Sydeso for managing software delivery from an idea all the way to a verified release.
I want a web app where a team can capture project concepts, keep project memory, move work through governed workflows, store artifacts, run QA checks, coordinate AI agents, and control releases. It should also have a backend control plane API, a runner process for executing jobs, shared domain rules and API schemas, and a database layer with migrations.
Use TypeScript with a Next.js web app, NestJS API, Prisma for the database, and local services for Postgres, Redis, and MinIO. Make it easy to run locally with pnpm and Docker, with clear env examples, typecheck, build, and database commands working.
Include useful contributor docs and keep the setup friendly for community development and internal self hosting. Look up current docs online if you need to.
Want more depth? Deep Reverse