Privacy Policy

Last updated: July 15, 2026

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) and a permalink is returned. Published snapshots are accessible to anyone with the link and persist until manually deleted.

If you published anonymously, the snapshot cannot be changed afterwards: each publish creates a brand-new snapshot with a new id. If you published while signed in (see Signing in with GitHub below), you can edit that snapshot in place at the same URL, and the page records the date it was edited.

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.

Offline cache (browser-only)

The editor registers a service worker that caches the editor shell and its static assets in your browser's cache storage so the app keeps working offline after your first visit. This cache lives entirely on your device, contains only the app's own front-end files (not your documents), and is cleared when you clear your browser's site data.

Signing in with GitHub

Signing in is optional. You can publish, share, and delete snapshots without an account exactly as before. Signing in adds a dashboard of what you have published and the ability to edit or delete those snapshots.

What happens when you sign in:

HTTP API

yeet.md exposes a small public HTTP API (documented at yeet.md/api) so you can publish and delete snapshots programmatically, for example with curl or a script.

Snapshots created through the API are stored, served, rate-limited, and governed by exactly the same terms as snapshots published from the website; see Published snapshots above. You are responsible for storing any delete token the API returns, as it is the only way to remove that snapshot later.

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.

Obsidian plugin

The yeet.md Obsidian plugin publishes the note you are editing to yeet.md from inside Obsidian. It uses the same /api/share and /api/delete endpoints as the website, and its data handling matches the website's with a few plugin-specific details:

Snapshots published from the plugin are 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, lose your keychain, or switch devices, you may 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.