Generate with AI.
Publish with one command.

dropthis is the publish layer between AI and the internet. One CLI command, one permanent URL.

terminal

~ $ echo '<h1>Hello World</h1>' | dropthis publish --url

Published → https://xnvqjvu.dropthis.app

Get started

$ npm install -g dropthis

Then paste a recipe below into Claude Code, Cursor, or any AI agent.

Try it now

# With the CLI:

echo '<h1>Hello World</h1>' | dropthis

# Or with curl:

curl -X POST https://api.dropthis.app/v1/drops \
  -H "Content-Type: application/json" \
  -d '{"content": "<h1>Hello World</h1>"}'

Free plan: 5 MB per drop · Expires in 7 days · Badge included

Recipes

An interactive birthday card with confetti animations and colorful balloons

Birthday Invitation Card

Create a stunning animated birthday card with confetti, balloons, and interactive surprises — published as a shareable link in seconds.

See demo