What is yeet.md?

yeet.md is a free Markdown sharing tool operated by David V. Kimball LLC. You can write Markdown, preview it, and share it with a link. No accounts required.

Data we store

Published snapshots (server-side)

When you click Publish, the Markdown content is stored on our servers (Netlify Blobs) as an immutable snapshot and a permalink is returned. Published snapshots are accessible to anyone with the link and persist until manually deleted. Each publish creates a brand-new snapshot with a new id — there is no edit-in-place.

View counts

Each published snapshot tracks a view count that increments when someone loads the page. This count is stored in a separate key from the snapshot content and is not tied to any identifying information.

Rate limiting (IP addresses)

IP addresses are stored in a Netlify Blobs key/value store to enforce a per-IP publish rate limit (100 publishes per IP per hour) and prevent abuse. Each entry contains only the IP address (used as the key), a request count, and a reset timestamp — no other identifying information, no request bodies, and no link to any specific snapshot. Entries are overwritten with a fresh count when the same IP publishes again after their previous one-hour window expires. A small fraction of incoming publishes also trigger an opportunistic sweep that deletes any rate-limit entries whose one-hour window has already expired, so stale IP records do not accumulate indefinitely — though there may be a delay between an entry expiring and being swept. IPs in this store are used solely for abuse prevention and are not analyzed, exported, sold, or shared with third parties.

Local drafts (browser-only)

When you click Save in browser, drafts are stored in your browser's localStorage. This data never leaves your device. Clearing your browser data will delete local drafts.

Browser extension

The yeet.md browser extension (available for Chrome and Firefox) lets you publish Markdown to this site from a small popup or a right-click menu without leaving your current tab. Its data handling is the same as the website's, with one small addition for delete tokens. In particular:

Once you click Publish in the extension, the resulting snapshot is governed by the same terms as snapshots published from the website — see Published snapshots above.

Data we don't collect

Deleting your data

Important: If you clear your browser data or switch devices, you will lose the ability to self-delete your published snapshots. If you need a snapshot removed and can no longer delete it yourself, file a report at yeet.md/report with the URL and we will remove it for you.

Site administration

David V. Kimball LLC, as the site operator, has access to an admin dashboard that can view and delete all published snapshots. This access is password-protected and limited to the site operator.

Important disclaimers

Liability and use at your own risk

yeet.md is a free tool. By using it, you agree that:

If you do not agree with these terms, do not use yeet.md.

Contact

For privacy concerns, abuse reports, or DMCA notices, file a report at yeet.md/report.