New snippetunlisted by default
Ctrl / ⌘ + Enter
Tools
Ln 1, Col 1UTF-80 lines0 B / 512 KiBplaintext

Editor / unlisted

Paste code or text.

Start typing, snippet from the clipboard, or drop a text file here. New links are visible only to people who have them.
  • Ctrl / ⌘ + VPaste from clipboard
  • Drop a file
  • Ctrl / ⌘ + EnterCreate link

01 / Access

One tool. Exactly the privacy level you need.

Use a regular link for everyday code, a password for restricted delivery, one read for temporary data, or E2E when the server must not see the text.

Unlisted

Excluded from the catalog, sitemap, and internal search.

Default mode

Password

Content is returned only after password verification.

bcrypt

One read

Exactly one recipient gets the payload after clicking Reveal.

Atomic

Browser E2E

The server stores ciphertext while the key stays in the link.

AES-256-GCM

02 / API

A link from your terminal in one command.

Pipe a file or stdout through curl. JSON, raw output, revisions, and a guest management key cover advanced workflows.

Open API documentation
POST /api/v1/snippetstext/plain
curl --data-binary @main.go 'https://pastly.maralys.com/api/v1/snippets?language=go&expires=1d'
{
  "url": "https://pastly.maralys.com/4n8Kx2RjQ7Wa",
  "expires_at": "2026-07-14T12:00:00Z"
}

03 / FAQ

The important details, briefly.

01What is Pastly?

A focused service for sharing code, logs, plain text, and Markdown. It is a privacy-first Pastebin alternative: new snippets are unlisted and excluded from search by default.

02Can I create a link without signing up?

Yes. Guests can create unlisted and public snippets up to 512 KiB with retention from 10 minutes to 30 days. A separate one-time management key controls the snippet.

03How is a password different from E2E encryption?

A password restricts delivery while the server still stores plaintext. E2E encrypts text, title, and language in the browser before upload, with the key kept only after # in the URL.

04When is the content deleted?

Choose 10 minutes, 1 hour, 1 day, 7 days, or 30 days. A burn-after-reading snippet becomes unavailable immediately after its first explicit reveal.

05When should I use Maralys Share?

Pastly is best for code, logs, and text. Use Maralys Share to send scripts with dependencies, archives, and entire projects as files.