Ask HN: Review my startup - YumTab, universal recipe box, Delicious replacement
http://yumtab.com/
It's a universal recipe box that saves recipe bookmarks along with things like ingredients, which get extracted from the page automatically. It also has a basic planner, shopping list, and sharing features.
Existing solutions were inadequate. There are a few "universal recipe box" / recipe bookmarking sites out there, but they all suffer from one or more of: restricted site support, need to copy & paste ingredients manually, or cumbersome, ad-riddled interface.
I tried to focus on making YumTab a useful complement to recipe sites for actual cooks, rather than just another source of food porn (not that there's anything wrong with that -- there's just plenty of good solutions already).
The homepage design has gone through many iterations. Comments about that would be appreciated.
I'm more coder than hustler at this point, so promotion & monetization suggestions welcome. I've considered requiring one-time payments, a la pinboard.in (maybe with a free limit of 100 recipes or so) but I'm not sure how well that would work. I'd like to avoid plastering the site with ads.
FYI, it uses PHP on the frontend and Clojure on the backend.
Thank you!
25 comments
[ 2.9 ms ] story [ 75.8 ms ] threadI like the thinking about a one-time payment system, but the problem comes in that all your revenue would have to be from new sign ups.
The machine learning aspects aren't too bad. Most of the time is spent parsing the HTML DOM. I've done some micro-benchmarking but am very curious to see how it will handle under real load. I have a plan for moving from VPS (Linode) to AWS if necessary.
Revenue will be tough. My experience with recipes are that people dont like to pay for them. You will need ads, and therefore scale. That said, if you have the capital to wait and develop real usage, its a great advertising opportunity (person looking at there phone in a store ready to buy).
EDIT: To clarify/expand something: If I ever chose to charge a fee, it would be for solving the "disorganized pile of bookmarks & print-outs" problem, not so much for access to recipes, which you can get anywhere. Of course, people may not be willing to pay for that either.
Monetization without ads might be done (at least in part) via a paid smartphone app? You could offer the full site experience for free, and ad-free, but charge for the app with shopping list integration etc?
With that said, I wouldn't fear advertising on a site like this. It's a great chance for targeted ads, and a few unobtrusive ones would not detract from the service or experience.
I had to dig in and really look for the faq to get an answer to why instructions weren't showing up in a recipe - should you detect when instructions aren't present and put a little note as to why? Even better, let me know that I can click edit and copy/paste the instructions in myself when they aren't automatically retrieved.
Might be an edge case you want to investigate: The first time I tried to use the bookmarklet was on this page, and it did nothing: http://simplyrecipes.com/recipes/banana_bread/
Re the edge case, what browser are you using?
FF 3.6/win... firebug shows a "source is undefined" error on line 312. while (source.length...
Small feedback: my account confirmation email went to spam.
This may be useful: http://stackoverflow.com/questions/371/how-do-you-make-sure-...
And also: http://sendgrid.com
If you could show the instructions on a timeline, that will give a quick visual overview on how long a recipe takes, the number of steps involved and if there's much gap or overlap between steps. It could also serve as a way of comparing and choosing between two similar recipes.
If you choose to go with a non-advertising business model, please feel free to email me. I'm building an online shop which might help you sell your product.
http://www.reddit.com/r/food/comments/e0odn/hey_reddit_i_mad...
YumTab has a number of advantages:
- Automatic ingredients capture (no copy & paste)
- Planner, shopping list
- Easier to show off recipes you make, follow others
EDIT: oh, I see it's your site. Nice work on it, I don't mean to belittle your efforts. I was pretty unhappy to see the name similarity when I saw it a couple months ago, but I had already committed to my name.
There are several features missing before I do a full launch, I have been working steadily though, and plan to launch it fully (with a normal login system) within a week.
Very interesting product. You focused more on making a Hub for storing recipes, where I just needed a dead simple tool for jotting down recipes I use. There is currently a mobile web app. We should talk/compare notes, you should email me templaedhel at gmail dot com. Nice product.
I've had a few issues with images (both URL and upload), but other than that this is by far the least buggy online recipe box I've used.
One suggestion - enable some sort of tagging/categorization system to help with planning meals.
Thanks for your work!
There is tagging & tag/ingredient-based searching, though it's not integrated with the planner per se. I'll think about that. EDIT: FYI, tags are in the Your Notes section if you didn't notice
Not sure how common it will be for a user to add dozens of recipes at once, but I'm finding it tiring to go back and copy in all of the instructions. For a user like me, the awesome thing about YumTab is having all of my recipes in one place, so copying over the instructions is essential.
Is there any way to make it easier to add info manually, at least while you work on scraping the instructions? For now, I'm having to run the bookmarklet, refresh My Recipes on YumTab, click on the newly added recipe, click edit, go back to the original recipe, copy the instructions, go back to YumTab, and paste it.
For now, allowing manual input within the bookmarklet could help.