7 ms·
Celery (YC S12) Lets Sellers Accept Pre-Orders, Charge When Ready
- jlgreco 13y agoIs there a connection between this and the distributed task queue that I am missing, or do they just have the same name?
- podingx 13y agoNo connection. Just happen to have the same name.
- the_cat_kittles 13y agoMaybe they should use the eta kwarg to bill the customers in the future
- obviouslygreen 13y agoI seem to recall an article announcing this service incurring some developer ire a while ago due to choosing a name that clearly conflicts with an existing (and reasonably popular) service. Same confusion here, initially.
- coolsunglasses 13y agoCalling Celery a distributed task queue is like calling leather seats in a Mercedes a Formula 1 race car driver.
- jlgreco 13y agoSo it very well can be, but it isn't the state of the art? Maybe I should have said "self described distributed task queue."
- coolsunglasses 13y agoIt's trainer-wheels for people afraid of touching the stuff they're using.
- mwerty 13y agoDo they store card numbers?
- podingx 13y agoAll the sensitive card information is stored with Stripe
- deleted 13y ago[deleted]
- TylerE 13y agoYou really think spamming unrelated threads is going to go over here?
- deleted 13y ago[deleted]
- TylerE 13y agoJust stop. Every post is making you look worse.
- coolsunglasses 13y agoStop.
- pbreit 13y agoI don't understand the "finally" proclamation. What is preventing someone from using Stripe (ar just about any payment service, for that matter) in the same manner and saving the 2%?
- podingx 13y agoThey could, but selling online is more than just collecting payments. There's order management, CRM, analytics, etc, which I think bring a lot of value to a seller. Most sellers don't have the time or resources to pull all of that off in addition to having to focus on sales & marketing and product development.
- mamatta 13y agoI knew this was coming as soon as Lockitron started the trend with their "SelfStarter" site: https://github.com/lockitron/selfstarter https://github.com/lockitron/selfstarter
- Eduardo3rd 13y agoWe've been using Celery for a few months now to accept pre-orders after our Kickstarter campaign ended and it has been a great experience. I've gotten emails from multiple customers complementing us on how easy it is to pre-order. I highly recommend Celery to anyone who wants to create a post-crowdfunding campaign order page or even a DIY Kickstarter alternative.