Create and share the Web, directly from your computer. No blockchain required.
Beaker is a peer-to-peer Web browser, with tools for hosting websites directly from your device.
Create and share content for free, with no advertising or sign-ups. Beaker uses a peer-to-peer network to share bandwidth and keep costs low.
Any peer-to-peer website can be copied to your device to remix, remake, and reshare.
Your recipient downloads your files directly from your computer. Only people who know the site’s URL can decrypt and download the files.
We believe in a better Web. Beaker is an experiment for demonstrating the features we believe the Web platform should adopt. Our goal is not to create a “new Web”, but to improve the Web we have. We don’t want to replace existing browsers; we want to change them.
Beaker provides a set of Web APIs for reading, writing, and watching Dat archives from within a site.
API documentationvar archive = await DatArchive.create({
title: 'My Site',
description: 'My peer-to-peer website'
})
await archive.writeFile('/hello.txt', 'hello')
await archive.commit()
console.log(archive.url)
// => dat://da2ce4..dc/
It depends. When you turn off your computer, you are no longer hosting your files. But if you’ve shared the URL to your site with others, it’s possible that they might be hosting its files.
Beaker's peer-to-peer websites are versioned. To view a site at a previous version, simply add +{versionNumber}
to the end of the site’s domain.
Your site is private by default. Dat URLs are effectively unguessable and are never sent over the network, so only people you share the URL with will be able to download your site’s files.
Dat is a grant-funded, open-source, decentralized data sharing tool for efficiently versioning and syncing changes to data. Learn More
The P2P Web is an experimental set of technologies, APIs, and philosophies, created by members of the Node.js and Web communities, to give users more control over the Web. It is a new way to surf, publish, and connect... Read more
Very exciting work being done on @BeakerBrowser!
Save some time and get properly excited now about @BeakerBrowser and @dat_project; they are going to be huge in 2017.
Beaker is making the P2P decentralized web user-friendly. Pretty cool to watch.