Hey all, I'm Nicole. I've been working on the prompt management platform at Autoblocks and I'm looking forward to getting your thoughts on our approach.<p>We basically think that prompt management boils down to a schema management problem. How do you enable UI-based prompt development for non-technical team members while not sacrificing on developer experience? How do you allow updates from a UI while guaranteeing the changes won't break your currently-running application?<p>Our solution was heavily influenced by these excellent tools we already use in day to day development:<p>* Dopt's versioning flows:
<a href="https://docs.dopt.com/platform/versioning-flows/" rel="nofollow">https://docs.dopt.com/platform/versioning-flows/</a><p>* PlanetScale's safe migrations: <a href="https://planetscale.com/docs/concepts/safe-migrations" rel="nofollow">https://planetscale.com/docs/concepts/safe-migrations</a><p>* Prisma's autogenerated, type-safe ORM: <a href="https://www.prisma.io/docs/orm/prisma-client/setup-and-configuration/generating-prisma-client" rel="nofollow">https://www.prisma.io/docs/orm/prisma-client/setup-and-confi...</a><p>Thanks in advance for any feedback!