Ask HN: How can a non-tech create a MVP for a peer-to-peer marketplace?
Airbnb for sports gear. Not looking to monetise or process payments. There’s a few startups on similar sports but there’s nothing on mine, so I can’t rent the specific gear I use. The size of the market for the gear is about $500m. I looked into near-me.com and sharetribe but it’s too expensive. An airbnb wordpress clone is the only off the shelf option I have.
I’m trying to boil down the functionality list, how should I go about making the mvp?
search
signup
post listing
message buyer/seller
booking calendar
review transaction/user
9 comments
[ 3.9 ms ] story [ 28.2 ms ] threadMarket-places are no longer a business-model I would consider "low barrier to entry".
You need thousands of users going both ways and you need your users to be demographically near each other as well.
You also need to handle financing (not so tough anymore with Stripe), but then you will face issues like "abuse", which always seems to happen with sports-gear.
Punctured X-ball, broken X-bat ... where X = sport-name
Their was someone attempting a similar marketplace where the items were low-cost and the consensus leaned towards "too risky for the price of renting out low-value item".
Hope someone will know a way
It might be possible to simply learn HTML/CSS (which you can do within a month if you dedicate time), then create a site where the entire "back-end" is manual. Any submissions go directly to your email inbox, you then turnaround and create a page for that submission, etc.
This would be mainly to test out your ideas. If you begin gaining traction, find a freelancer that specializes in PHP (yes, this is an old language, but it's easiest to find a competent programmer) - go with people from Russia, eastern europe.
Thanks for this, the html site with manual ‘back end’ is an excellent suggestion, I wonder if not more work than adapting one of the wordpress airbnb clone themes, that comes with post, calendar and messages plugin?
IMO if you took this kind of approach, you'd learn to make up a design using a framework like Bootstrap, then pay someone to either code something basic (on a framework like Laravel for a good developer it shouldn't take much time at all for a user system with listings and a search) and use your design. It's an expense, but not too much, and it'd make or break the idea IMO.
if i provide wireframes, user journey and flat psd design, can you quantify 'not too much'? avoiding to pay someone to validate the idea would be ideal though.
I might just buy an airbnb clone to test it out, why is no one suggesting it, does it not work at all or is it just bad practice from a tech perspective but could solve my case?
It's hard to clarify not-too-much as I've been out of the freelance game for a long time. I think your best bet would be to come up with a design mockup, and a good chunk of information about how you want the site to work, UX, user flow, that kind of thing, then approach some developer circles and see what offers etc. you get.
Places like Ask HN, or Reddit's /r/webdev would be good places to post a plan and ask for quotes maybe?
If you think this is a solid business idea though, I wouldn't try and do it on the cheap or bodge it on to a framework it doesn't fit with, otherwise you'll be worse off down the line when people have already had a bad taste of your brand and don't come back.