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