|
|
|
|
|
by rorygibson
2679 days ago
|
|
I did a joke side project that encouraged users to pay $1 for a ridiculous startup idea ("Uber for firemen" or "Disrupt the cat grooming industry") It made me $25 - but gave me the next idea. It had turned out to be more annoying than I imagined to put a payment button on a website (unless I wanted to use PayPal. I didn't - I use Stripe). Without running a back-end, like an ecommerce app or a
home-rolled Heroku app or something - for token exchange, you can't use Stripe.
I don't mind building that kind of thing, but I figured other people must. So I built Trolley [1] - it's a popup payments widget / cart, using Stripe, that works just by pasting in a snippet of HTML. 4 months later and I've got a few hundred users, I've started marketing it specifically to JAMstack and static site people, and I'm enjoying making it, very much. [1] - https://trolley.link |
|