rorygibson's comments

rorygibson | 4 years ago | on: Stripe Payment Links

Hi! Late to the party, but this is exactly the kind of problem that my startup, Trolley, solves.

Warning: shameless plug.

It's a no-code shopping cart that works with Stripe. We offer Donations that work as you describe.

You could check it out - https://trolley.link

(you can email me direct at [email protected] if you want to know anything more)

rorygibson | 4 years ago | on: Stripe Payment Links

Hi! Late to the party, but this is exactly the kind of problem that my startup, Trolley, solves.

Warning: shameless plug.

It's a no-code shopping cart that works with Stripe. We offer digital downloads that work as you describe.

You could check it out - https://trolley.link

(you can email me direct at [email protected] if you want to know anything more)

rorygibson | 5 years ago | on: Ask HN: What's your quarantine side project?

My consulting work is pretty quiet right now so I'm working lots on Trolley [1] - my payments tool.

Lots of people right now seem to be looking for new ways to get paid / make money / start little businesses from home, and being able to send quick payment links over social / SMS seems a common requirement. (a 2nd / 3rd-order COVID effect I guess!)

Things are taking off for Trolley - acquiring 1-2 new customers a day right now :) Trolley is still just me, so I'm plenty busy!

[1] - https://trolley.link

rorygibson | 5 years ago | on: Patreon lays off 13% of workforce

I'm slightly surprised by Patreon's pricing, given they're not a discovery platform - it's really just subscription payments and some simple CRM stuff...

It's pretty easy to make a simple facility for accepting subscription payments.

You can do this with any website, plus a tool like Trolley [1] - of which I'm the creator, btw - with no technical knowledge. The fee structure (2% for Trolley, plus your Stripe fee of ~2%) comes out less than Patreon, and you're not inside a walled garden.

Use the webhooks to link to it a CRM of your choice - probably on a free plan - and you're golden (yeah ok, maybe this bit isn't entirely non technical)

I should probably write a blog post about this, tbh :)

[1] - https://trolley.link

rorygibson | 6 years ago | on: 20,000 Startup Ideas

https://www.ideasarecheap.net

^^ I built this more or less on a bet about a year ago. Give it a dollar and it will give you a startup business idea.

(No Markov chains here, it's a couple of arrays of industries and keywords and a JS function that uses Math.random()... )

rorygibson | 6 years ago | on: Ask HN: Companies of one, what is your tech stack?

I built, and run, Trolley [1], a simple payments tool that lets you take payments from any website (or just a link).

It's Clojure in the back end, on Postegres, on Heroku. Everything in the product front-end is ClojureScript, with reagent, hosted in S3 behind CloudFront.

All deployments through CircleCI, GitHub for VCS. Emacs for development, on a Dell XPS 13 with Ubuntu :)

Marketing website is a static site, built with Middleman; again, CloudFront + S3.

1. https://trolley.link

rorygibson | 6 years ago | on: Substack

Substack is cool - but it's kinda expensive.

I wrote a short blog a few months ago about how to get most of the benefits it offers with way less cost (and without being tied to a single platform) - plugging together Mailchimp and Trolley with a static website and a l'il bit of Zapier.

https://trolley.link/2019/03/03/paid-email-newsletter.html

(Disclosure: https://trolley.link , which I've used for the payment elements in this example, is my product)

rorygibson | 6 years ago | on: User Inyerface – A worst-practice UI experiment

"People don't want chatbots"

I'm working with a successful ecommerce company who have hugely improved conversions on their (high touch, bespoke but sold online) product by introducing a chatbot.

For some use cases, customers like them very much indeed.

rorygibson | 6 years ago | on: Ask HN: One-person SaaS apps that are profitable?

https://trolley.link - my payments project.

It lets you put a payment button on any website and pop up a cart; single products, donations, deposits, subscription / recurring payments.

Customers are using it to power charity donations, self published book sales, physical product sales & shipping, membership fees for clubs and so on.

You can integrate it to Mailchimp and use it to put together a paid subscription email newsletter... or use it to make your own Patreon at much much lower cost to you.

It uses Stripe as the gateway in the back end. (To use Stripe Checkout you still need a back end to handle token exchange. Trolley handles that for you.)

rorygibson | 7 years ago | on: Ask HN: Show Us Your Personal Website/Blog?

http://rorygibson.me

I've been playing with the typography on the site recently. Not massively happy with it but there you go; I'm sure I'll get round to changing it in a few weeks^H^H^H^H^Hyears

I'm mostly an interim CTO these days (though I run Trolley [1] as a side project) but have been a consultant, agile person, Clojure dev, Java dev, Ruby dev...

About 18 years in to my career and trying to maintain that balance of "can talk like a business person" and "can still code")

1. https://trolley.link - a JAMstack shopping cart system

rorygibson | 7 years ago | on: You probably don't need a single-page app

1) CRUD / data entry systems: stay with request-response.

2) Complex webapps with snappy functionality that need to feel "native" - whatever that means: think about an SPA. Then realise that mostly what you need is (1).

3) Corporate homepages / brochure sites / product sites / blogs: use a static site generator like Hugo, Jekyll etc. It's amazing what you can do with a staticgen site now

[Insert shameless plug for Trolley, my product, https://trolley.link ]

rorygibson | 7 years ago | on: Ask HN: How to find profitable side project idea?

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

rorygibson | 7 years ago | on: Ask HN: How bad is freelancing?

Don't call yourself a freelancer. You're a consultant who helps your clients to improve their businesses.

Price accordingly, then over successive engagements, raise prices. As long as you can demonstrate the value, good clients are happy to pay. You don't want the not-good clients.

rorygibson | 7 years ago | on: So Long, Macbook. Hello Again, Linux

I just - last week - moved from a 2012 retina MBP 13" to a new XPS 13" with Ubuntu 18. Loving it.

Also running i3 (actually i3-gaps, + terminator, dmenu, emacs)

I also bought a 34" curved ultrawide Samsung, which powers the XPS over USB-C. Single cable, and my mechanical keyboard is plugged into the monitor as a hub.

Everything just works. It's ace.

rorygibson | 7 years ago | on: NHS.UK frontend

The old one is, iirc, a clone of the PCOL (Possession Claims Online) system - another MoJ project centred around small claims.

PCOL dates from 2006 (I should know, I helped work on it, mostly performance testing using CompuWare to locate & iron out horrible Hibernate-on-Oracle issues...)

All of this was delivered by EDS, completely pre-dates the GDS stuff and shouldn't be considered anything to do with it. :)

page 1