-
Hello everyone, I've been playing around with KeystoneJS but the docs don't really dive deep into making a real life application with KeystoneJS. Are there any examples available that uses KeystoneJS in a real life production setting? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @daawaan, I have open sourced one that I am using for club memberships using stripe for subscription payments. you can find that here https://github.com/OpenSaasAU/clubhouse I am currently using this in production, but still something I am iterating on. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
I learned off the Wes Bos Adv React Course for this repo, but went way beyond (using the keystone inside of NextJS app framework) Right now the most 'up to date' repo is inside a branch but hoping to merge it with main branch sometime this year |
Beta Was this translation helpful? Give feedback.
Hello @daawaan,
The biggest example in the keystone repo is the one from the Wes Bos Advanced React course here.
I have open sourced one that I am using for club memberships using stripe for subscription payments. you can find that here https://github.com/OpenSaasAU/clubhouse I am currently using this in production, but still something I am iterating on.
Hope this helps.