Built a KeystoneJS app
Built an API
2 weeks into replacing our bespoke (TypeORM + TypeGraphQL) API with KeystoneJS and loving the journey so far. I started out looking for a customisable CRUD admin UI, ideally built with Node.js + TypeScript to optimise for current skills. The search led me to Keystone, but once I started I realised that Keystone ideally wants to own the data and be the source of truth.

The major wins are the admin UI and a much more complete GraphQL API without having to manually write all the resolvers!

It's been a learning curve and I'll need to extend the Keystone schema to add some custom resolvers to cover some previous functionality.

The Keystone community and team have been super responsive and really helpful 🙏