Beaker Browser Edit the source And share! Hypercore Protocol. Other Beaker users can visit these Websites with no servers required. var drive = await beaker.hyperdrive.createDrive() await drive.readdir('/') await drive.writeFile('/hello.md', '# Hi!') await drive.stat('/hello.md') await drive.readFile('/hello.md', 'utf8') await drive.unlink('/hello.md') Read & write files Make Websites from inside the browser Beaker is great for classrooms and offices where you need an easy way to share Websites without setting up servers or touching the command-line.