What's the most minimal way to setup a shop on personal website?
I'm trying to sell some music scores (pdf files) on my personal website, looking at options like gumroad, but wondering if there's even lighter options (e.g. I don't want people to feel the presence of gumroad's stuff)
Aside from the suggestions, sometimes having a third-party processor "visible" is kind of helpful in case your website is not super well-known, because it gives "trustworthiness".
I know it's 2023, but yeah, mistrust in online transactions is still alive.
I think your best bet is to code it yourself (assuming you can, I don’t know your background). If you’re trying to sell a digital product it’s not going to take you much time. The core part will be to integrate a payment processor like stripe. There are lots of libraries which simplify this process. One important thing to take into account is to make sure you have as many payment options as possible to make the sale process as easy as possible. (ApplePay, GPay, etc.)
Create a Stripe checkout. If someone pays, you can email them the PDF files to whatever email they provided during checkout. I'd do it manually at first. If it annoys you later, automate the emailing of the PDFs.
If you’re planning on selling your pdf internationally and building it yourself, you’re basically planning to commit tax fraud. Unknowingly, yes, but it’s going to happen.
Just use Gumroad.