Regarding hosting: Prisma is a database abstraction – Basically, it creates a CRUD-like GraphQL on top of your database. On top of this Prisma service, you write your own GraphQL API which interacts with the Prisma service. Prisma Cloud is one possibility for hosting the Prisma service – The preview is currently available on an invite-basis.