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.

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.

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.
Short-link aliases
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.

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.

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.

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.
Edit this page on GitHub