DEV Community

Discussion on: What would you like me to cover

Collapse
 
gabrielpedroza profile image
Gabriel Pedroza

I'm currently creating a Nextjs app with a headless CMS (using Sanity). It is already connected and I'm currently on and off on it GH: github.com/GabrielPedroza/e-commerce

Once I finish this project, I'll create a post about headless cms's with nextjs

Collapse
 
thedevsuraj profile image
Suraj

Sweet, looking forward to reading this. Can sanity be used for Saas though, to handle stripe subscriptions?

Thread Thread
 
gabrielpedroza profile image
Gabriel Pedroza

Yeah, sanity can be used for SaaS because nothing really intervenes with Sanity afaik. It is also very simple to implement it with Nextjs because it is a framework for React and has its structure already set up in the api folder under the pages folder. I will also be talking about this very soon