v1.0.0 — Instant static-file sharing for humans and agents

Released 2026-05-28 · commit pending merge

Highlights

  • Instant publishing — drop an HTML file or ZIP and get a link.
  • Site dashboard — manage every site in one place.
  • Access control — public, private, or password-protected.
  • Short-link aliases — stable links that survive re-uploads.
  • Built for agents — REST API, MCP server, and OpenAPI 3.1 spec.
  • Documentation — a quickstart, full docs, and llms.txt.

What's new

Instant publishing

Drag and drop an HTML file or a ZIP archive and DropFast gives you a stable URL the moment it's live — no build step, no config.

Drag-and-drop an HTML file or ZIP to publish instantly
Drag-and-drop an HTML file or ZIP to publish instantly

Site dashboard

View, manage, and configure all your sites from one place — visit, edit, or re-upload, with each site's URL, file count, and last-updated time at a glance.

Manage all your sites in one place
Manage all your sites in one place

Access control

Make any site public, private to just you, or password-protected — chosen at publish time and changeable later from the site's settings.

Mint stable /_/alias short links that point at a site and survive re-uploads, so the URL you share never breaks even as the content changes.

Stable short links that survive re-uploads
Stable short links that survive re-uploads

Built for agents

A full REST API with scoped API keys, an MCP server, an OpenAPI 3.1 spec, and agent discovery surfaces — so coding agents can publish and manage sites programmatically.

A REST API, MCP server, and OpenAPI spec built for agents
A REST API, MCP server, and OpenAPI spec built for agents

Documentation

A complete MDX documentation site with a quickstart, plus llms.txt and llms-full.txt so LLM crawlers can read the whole product surface.

Full documentation with a quickstart and llms.txt
Full documentation with a quickstart and llms.txt

Improvements

  • Content-addressable, versioned site storage with queryable metadata (v1.0 foundation, flag-gated).
  • Faster shared-file page loads via cached origin reads.
  • Signal Dark dashboard restyle with a mobile navigation drawer.

v1.1.0 →

Edit this page on GitHub