Simplify Your Links

Modern URL shortening & content sharing with powerful features

Create short links that are easy to share and remember. Perfect for social media, emails, and more.

Create a Short URL

Try it now - no account required!
Links expire in 2 days

URL Shortened Successfully!

Expires:

Deploy Your Own RdRx Instance

Get RdRx up and running in minutes with our automated one-click installation script.

Deploy to Cloudflare Workers

One-click deployment to Cloudflare Workers

Development Status

RdRx is currently in active development. The installation script and application are functional but still being refined. Some manual configuration may be required:

  • User registration is currently disabled during development
  • You'll need to manually create an admin account and set the ADMIN_UID
  • Some features may require additional configuration

One-Click Installation

Deploy RdRx to Cloudflare Workers with a single command. The script handles everything automatically.

Terminal
curl -sSL https://raw.githubusercontent.com/clarkhacks/RdRx/main/install.sh | bash
Installs dependencies automatically
Creates Cloudflare resources (D1, R2, KV)
Configures custom domains and DNS
Deploys to global edge network

Prerequisites

Before running the installation script, you'll need:

Cloudflare Account

Free tier works perfectly. You'll need an API token with appropriate permissions.

Domain Name

Your own domain for the URL shortener (can be managed by Cloudflare or external DNS).

Command Line Access

Linux, macOS, or WSL on Windows. The script will install Node.js and Git if needed.

Post-Installation Setup

After installation, you'll need to manually create an admin account and set your ADMIN_UID secret to access admin features.

What is RdRx?

RdRx (Redirects) is an open-source URL shortener and content sharing platform built with modern cloud technologies.

Powered by Cloudflare

RdRx runs on Cloudflare Workers, a serverless platform that delivers lightning-fast performance at the edge. Your links and content are delivered from data centers close to your users, ensuring minimal latency.

Serverless architecture
Global edge network
Ultra-low latency

Data Storage with D1

All your links and analytics are stored in Cloudflare D1, a serverless SQL database built on SQLite. This provides reliable, scalable storage with minimal overhead and maximum performance.

Serverless SQL database
Secure data storage
High-performance queries

RdRx is open source but the code is currently private while we clean it up for public release.

We're committed to transparency and community collaboration, and we'll be making the codebase public soon.

Features

RdRx offers a comprehensive set of features for link management and content sharing with full editing capabilities.

URL Shortening

Create concise, memorable links from long URLs with custom shortcodes and edit them anytime.

Code Snippets

Share code snippets with syntax highlighting and modify content after creation.

File Hosting

Upload and share files through short links with global CDN delivery and file management.

Content Editing

Edit URLs, modify snippets, and manage files after creation with intuitive modal interfaces.

File Gallery

Visual file gallery with thumbnails, individual file removal, and add new files to collections.

Analytics

Track link performance with detailed analytics, insights, and content management tools.

Authentication

Secure server-side authentication with JWT tokens and HTTP-only cookies.

Admin Panel