Share it.
It disappears.

Paste text, code, or media. Get a link and a QR code. Set it to expire in a day or three months - your call.

CA0x9c1d...096d
hoodshare.xyz/app

Standup notes - ship the RobinHood
Chain integration by Friday.

Share link

hoodshare.xyz/s/7nE7yf...

Expires in 7 days

How it works

01

Sign in

Email or wallet - takes a few seconds.

02

Paste content

Text, Markdown, or code.

03

Set expiration

1 day, 1 week, 1 month, or 3 months.

04

Get a link

Short URL and QR code, generated instantly.

05

Gate it, optionally

Hold $HSHARE for longer TTLs and higher limits.

No clutter.
Just the link.

HoodShare does one thing well: get your content a link, fast, and let it expire on your terms.

  • Text, code, and media shares
  • Auto-expiring - 1 day to 90 days, always
  • QR code and short link on every share
  • Sign in once with email or a wallet
  • Optional $HSHARE-gated tiers on RobinHood Chain

Built for scripts, too.

A plain JSON REST API. No SDK, no auth for a basic share, no framework lock-in - call it from curl, fetch, or anything that speaks HTTP.

Full API reference →
create-share.ts
// Create a share, no auth requiredconst url = 'https://hoodshare.xyz/api/share';const res = await fetch(url, {  method: 'POST',  body: JSON.stringify({    content: 'hello world',    expiresIn: 604800  })});const { id } = await res.json();// => https://hoodshare.xyz/s/7nE7yfQx3kLm

$HSHARE unlocks higher tiers.

Holding $HSHARE on RobinHood Chain raises your rate limit, expiration window, and QR resolution. Nothing is required to use the free tier.

Free100 req/hr
No walletMax 90 days
Pro1,000 req/hr
5M+ $HSHAREMax 180 days
Premium10,000 req/hr
10M+ $HSHAREMax 365 days

Sign in once.
Then just paste and go.