Documentation

Drop a file. Get a link.

DropFast turns an HTML file or ZIP into a stable, shareable URL in one request. These docs cover the REST API, access controls, and the patterns we recommend for agents that need to publish HTML artifacts as part of their work.

What's in here

How DropFast is built

  • HTML stays HTML. We don't transform your markup — we serve the bytes you uploaded.
  • ZIP archives extract on upload; relative paths inside resolve against the slug root.
  • Every site lives at /s/<slug>/. Custom subdomains are coming, but the slug URL is permanent.
  • Auth is dual: a Clerk session in the dashboard, or an Authorization: Bearer df_sk_... header (legacy x-api-key also accepted) from anywhere else.

Beta status

DropFast is in beta and free to use — there's no payment path in the product today. Paid plans are being worked out; pricing has the current Free tier and the shape Pro is likely to take. Changes get announced before they apply.

Edit this page on GitHub