Dropway

Changelog

Changelog

New features, improvements, and fixes, newest first.

v0.4.0

API keys for the CLI

Create API keys in Dropway and use them with the CLI so scripts and agents can create sites and deploy without a browser login.

Create a key in the dashboard

Open Settings, go to API keys, and create a key. Copy it once. Dropway shows the secret only at creation time.

Use it with the CLI

Set DROPWAY_API_KEY to the key. It takes precedence over a stored browser login, so the same dropway deploy and site commands work in CI, scripts, and other non interactive environments.

export DROPWAY_API_KEY=dw_...
dropway deploy ./dist --new --site my-docs --send

Programmatic site creation

With a key set, --new creates the site as part of the deploy. No interactive dropway login step. Revoke a key any time from Settings when a script or machine should lose access.

v0.3.0

Embed sites anywhere

Drop any deployed site into Notion, Linear, or any page as an iframe. Open Share, copy the embed code, and paste it in. The site must be public for the embed to show its content.

Copy an embed code from Share

Every deployed site has a Share button. Open it, set the width and height you want, and copy a ready made iframe snippet. A live preview shows exactly how it will look before you paste it in.

Public sites only

Embedding serves the site into a frame on other origins, so it only works when the site is public. If a site is private, visitors who are not signed in see a Sign in to view placeholder inside the embed, never the content.

Remove the badge on paid plans

Embeds carry a small Powered by Dropway badge. Pro plans and above can toggle it off, and the entitlement is enforced on our servers so it stays off wherever the site is framed.

v0.2.0

Share skills and chats

Dropway is now the place your team keeps agent playbooks and the conversations behind a build, not just the finished site.

This release includes:

  • Org skill library: upload or write Claude skills, organize them in folders, and install them from the dashboard, CLI (dropway skills), or MCP.
  • Shared chat logs: import a session from Claude Code, ChatGPT, Cursor, or plain text into your org’s chat library.
  • How this was made panels: attach a chat log to a site so viewers see the story behind the artifact, under the same access tier as the files.
  • Plan depth for chats: Free keeps the last 10 messages per log; Pro holds 100; Business and Enterprise are uncapped. Skills stay capped at 10 on Free and unlimited on paid plans.
v0.1.0

Initial release

Dropway is here. Point it at a folder of static files and get back a live, access-controlled URL in seconds. No pipeline, no config.

This first release includes:

  • Drag-and-drop deploys from the dashboard, with only changed files uploaded.
  • A CLI for shipping a folder straight from your terminal.
  • An MCP server so you can deploy from Claude, Cursor, Codex, or any MCP client.
  • Sharing tiers on every site: public, password, email allowlist, and org-only.
  • Open source and self-hostable under the FSL. Run the hosted service, or the whole stack yourself.

Thanks for being here at the start. More to come.