Can I ask how you went about self-publishing and selling via a website? I'm considering this with a couple of short guidebooks I've written for learning a specific language, among other things, and am very curious how you got started and set it up with Stripe checkout and manage delivery, etc.
- Create a landing page via Github and use Github pages or Cloudflare pages to automatically update your domain when you push to your repo
- set up stripe checkout on the client side only (so you dont have to deal with server logic)
- simply send the book by email when you get a customer
This was my MVP as I didn’t get the time to automate things on the server side. As it’ll get more tedious I’ll find the time to implement that, but so far it’s worked well!
reply