Sharetribe: Difference between revisions

From P2P Foundation
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''= platform for creating customized sharing sites for physical or virtual communities'''
Sharetribe is an open source software platform for creating your own online marketplace in the spirit of Airbnb, Uber or eBay.


URL = http://www.sharetribe.com/
URL = http://www.sharetribe.com/


=Description=
=Description=


Juho Makkonen :
Sharetribe's software makes it easy for anyone to create their own online marketplace platform in one day, even without technical skills. It can be used by platform co-operatives, associations, individuals, startups, cities and municipalities, among others. The software is currently best suited for creating peer-to-peer marketplaces, like Airbnb or eBay, where individuals exchange goods or services, but it can also be used to create B2C marketplaces, where small professional providers offer their services to their customers.
 
"Everyone can go to our site and create their own “tribe”, a peer-to-peer marketplace just for their community - whether it’s a sports club, neighborhood, university, congregation or a company. It’s essentially the Ning model applied to the sharing economy.
 
These marketplaces are highly customizable: people can change the texts, logos and soon also the colors to match the look & feel of their community. They can get their own domain. They can keep the tribe open for everyone or make it private and only let people in with invites, or with certain email address (like .edu). People can choose whether they want to share only goods, services, rides or spaces, or even all of them. The platform can be used for lending, renting, selling and swapping. It’s really up for the people to decide what and how they want to share.
 
All this makes the people feel it’s really their own thing - a place where they feel like home. By giving local admins the tools to invite new members and manage the community, we can solve the two big problems of the sharing economy - having enough traction in the area just around you, and creating trust between people.
 
Here are just two examples of how Sharetribe is used today in various different contexts: a single parents network from Oakland, a private group with only 50 members, and Aalto University campus in Helsinki, with almost 5000 members. We already have almost 400 tribes started all over the world, and the number is growing every day."
(http://www.shareable.net/blog/using-tribes-to-enable-sharing-within-offline-networks)


Sharetribe's codebase is licensed with MIT license, which allows both commercial and non-commercial use of the software. The software can be downloaded from GitHub: https://github.com/sharetribe/sharetribe


=Business Model=
=Business Model=


Juho Makkonen:
Sharetribe's software is maintained and developed mainly by a company called Sharetribe Ltd, majority of which is owned by its founders and employees. The business model of the company is similar to the business model of Automattic, the company developing WordPress. The company offers hosting of the software for those who don't want to touch the code at all or run their own servers, and charges a monthly fee for the hosting service.


"Unlike many sharing economy startups, we don’t charge a commission for transactions. That model makes a lot of sense when sharing more valuable items, like apartments or cars, in a global marketplace. But our approach is more about the community than the money. As Micki Krimmel of Neighborgoods and Favortree points out, sharing everyday goods and favors within your community can be motivated by totally different things than money, and creating a heavy transaction process might just be in the way. We want to let people use money if they want to, but also enable lending, helping out and giving away stuff for free.
By the end of 2016, Sharetribe Ltd had more than 600 individuals and organizations hosting their marketplaces on its paid version. There are no exact statistics on how widely the open source version is used, but by the end of 2016 it had been forked more than 600 times and it got downloaded on average 50 times per week.


Instead, our business model is white labeling. The tribes are free until the first 50 users. After that we require a monthly upkeep fee. It’s a lot like the initial Zimride model, but simplified: you can start the tribe, customize it and pay for it online, just like in Ning. Charging the communities not only pays our bills, but actually also helps us scale. When a community starts to pay for a service like this, they are also more determined to get their members to actually use it, so they will use their existing communication channels to make sure everyone gets on board."
[[Category:Sharing]]
(http://www.shareable.net/blog/using-tribes-to-enable-sharing-within-offline-networks)
 
 
=Discussion=
 
 
==Open Source Aspects==
 
Juho Makkonen:
 
"We want to apply the WordPress model to the sharing economy. Our code is completely open source, available with the MIT license, so everyone can easily download it and start a tribe on their own server.
 
In addition to opening up our code, we also try to share everything else we have with others, starting from our data (along the lines of the Sharing API) and all the way to our business documents (we'll try to keep most our documents non-confidential and add them to a public folder, so that others could benefit from not having to write everything from scratch). In our blog we share the lessons we learn along the way, so others can avoid making the same mistakes and possibly take advantage of the good practices we encounter. We believe that sharing truly is the future of business too."
(http://www.shareable.net/blog/using-tribes-to-enable-sharing-within-offline-networks)
 
 
 
==The Scaleability Issue==
 
Juho Makkonen:
 
"we've found the right approach to make it scale: to let people start their own tribes for free, to have various different types of tribes and to let people belong to multiple tribes at the same time.
 
Let's say the first tribe you join is at your workplace. One day you get an email saying, "Did you know you could also start a tribe for your association?" You just happen to be very active in your sailing club, and gear lending is a constant issue, so a new tribe gets started.
 
We’ve noticed that people share different things with their different networks: sharing rides to work with colleagues, finding someone to walk your dog from the neighborhood, and only lend your electric guitar to your best friends. With our tribe-based approach this becomes really easy. Our approach is a bit like sharing your digital assets with different circles in Google Plus, but applied to physical assets.
 
 
...


[[Category:Resources]]


We realize that sharing is a very local phenomenon, and different countries and cultures might require very different approaches. We hope that the customizability of our platform will help us tackle that problem, and that we will be able to create a community of sharing-minded developers who will help people share using our platform in different markets and contexts."
[[Category:P2P Infrastructure]]
(http://www.shareable.net/blog/using-tribes-to-enable-sharing-within-offline-networks)


 
[[Category:Finland]]
[[Category:Sharing]]

Latest revision as of 20:43, 15 March 2017

Sharetribe is an open source software platform for creating your own online marketplace in the spirit of Airbnb, Uber or eBay.

URL = http://www.sharetribe.com/

Description

Sharetribe's software makes it easy for anyone to create their own online marketplace platform in one day, even without technical skills. It can be used by platform co-operatives, associations, individuals, startups, cities and municipalities, among others. The software is currently best suited for creating peer-to-peer marketplaces, like Airbnb or eBay, where individuals exchange goods or services, but it can also be used to create B2C marketplaces, where small professional providers offer their services to their customers.

Sharetribe's codebase is licensed with MIT license, which allows both commercial and non-commercial use of the software. The software can be downloaded from GitHub: https://github.com/sharetribe/sharetribe

Business Model

Sharetribe's software is maintained and developed mainly by a company called Sharetribe Ltd, majority of which is owned by its founders and employees. The business model of the company is similar to the business model of Automattic, the company developing WordPress. The company offers hosting of the software for those who don't want to touch the code at all or run their own servers, and charges a monthly fee for the hosting service.

By the end of 2016, Sharetribe Ltd had more than 600 individuals and organizations hosting their marketplaces on its paid version. There are no exact statistics on how widely the open source version is used, but by the end of 2016 it had been forked more than 600 times and it got downloaded on average 50 times per week.