Fast paste sharing with raw links

Share code without the noise.

A high-performance Pastebin alternative with clean previews, owner edits, raw routes, and link embeds that keep the paste title visible.

Readable previews
Shiki + Markdown
Direct raw route
/r/{id}
CLI friendly
curl ready
demo.tsx
1
2
3
4
5
6
7

Built for quick sharing.
Still useful after the link is sent.

Wklejka keeps the paste page focused, but the surrounding workflow is covered: metadata for embeds, raw access for tools, privacy controls, and edit access for owners.

Lightning Fast

Built on Next.js Server Components. We render focused paste pages quickly and keep the interface light.

Secure by Default

Visibility controls, protected links, private pastes, and owner edit access keep snippets under control.

Syntax Perfect

Shiki highlights code with high fidelity, while Markdown can switch between rendered and raw views.

Developer API

Manage API keys, create pastes from bots, and integrate Wklejka into your workflow.

Go to API Hub

Owner Controls

Created or signed-in owners can return to the editor directly from the paste page.

Manage pastes

Code sharing without the clutter

A focused Pastebin alternative for code and text.

Wklejka is built for the common case: paste something, choose who can access it, and send a clean link. Public pastes can be discovered through the public archive, while unlisted, protected and private modes keep other snippets out of search and public listings.

Share code online

Create readable code snippets with syntax highlighting and clean paste pages. Public pastes get stable share URLs, metadata for link previews and links back to public author profiles when available.

Create a paste →

Choose the right privacy level

Use public for discoverable snippets, unlisted for link-only sharing, protected for password access, or private for account-only content. Burn-after-read is available when a paste should disappear after a successful reveal.

Learn how Wklejka works →

Use raw links and the API

Raw paste routes work well with command-line tools and scripts. For automation, the versioned REST API supports account-scoped paste and folder workflows with hashed API keys and rate-limit headers.

Read the API documentation →

Guides

Learn the workflows behind better code sharing

Longer guides cover the search and privacy questions that do not fit into a feature card.

View all guides →

Choosing a Pastebin alternative

What matters when you compare code-sharing tools: privacy, raw links, syntax rendering, ownership and API access.

Read guide →

How to share code online

A practical workflow for sending readable snippets without losing formatting or tool-friendly raw access.

Read guide →

How to share code privately

When to use unlisted, password-protected or private pastes, and what each visibility level actually means.

Read guide →

FAQ

Common questions about Wklejka

What is Wklejka?

Wklejka is a code and text sharing service for creating public, unlisted, password-protected and private pastes. It is designed as a focused Pastebin alternative with syntax highlighting, raw links and developer tooling.

Can I share code privately?

Yes. Wklejka supports unlisted links, password-protected pastes and private account-only pastes in addition to public pastes. Public visibility is the only mode intended for search indexing and discovery.

Does Wklejka provide raw paste links?

Yes. Paste pages provide raw text routes for tools such as curl and scripts. Access rules still apply to protected and private content, and burn-after-read pastes are not exposed through the raw route.

Is there an API for creating pastes?

Yes. The Wklejka REST API can create and manage account-owned pastes and folders with an API key. Current rate limits are 60 requests per minute on Free and 600 requests per minute on Premium.