<% include com/stdhead.html %> <%- include('com/nav.html', {navClass: ''}) %>

Upload an archive

<% if (diskUsage >= diskQuota) { %>

You are out of disk space! Review your account to manage your archives.

<% } else { %>

Paste the URL for your Dat archive below.

Your archive's URL: .<%= appInfo.hostname %>

<% } %>

Create an archive with the Beaker browser

Install Beaker, click "New site" in the dropdown menu to create an archive, then copy the archive's URL and paste it into the form above.

Create an archive on the command line

Install the official Dat CLI, create an archive, then paste the URL into the form above.

Watch a tutorial

<% include com/footer.html %> <% include com/stdjs.html %> <% if (diskUsage < diskQuota) { %> <% } %>