DEV Community

Cover image for i built fastest url shortener ever with Rust. it's open source
Ibrohim Abdivokhidov
Ibrohim Abdivokhidov

Posted on

i built fastest url shortener ever with Rust. it's open source

I built blazingly fast url shortener ever.

Built with awesome and fastest open source tools: Rust, Actix, Diesel, Shuttle, Neon, Typescript, NextJS, and Vercel.

If you are Rust luver. You should definitely check this out. ✨

Features:

  1. Shorten URLs: Convert long URLs into short, easy-to-share links.
  2. Data Encryption: Encrypt stored URLs to enhance security and protect user data.
  3. Expiration Dates: Enable URLs to expire after a certain date or number of uses.
  4. API Access: Provide a minimal RESTful API for programmatic access to the URL shortener.

Roadmap:

  1. Custom URL Aliases: Allow users to create custom shortened URLs.
  2. QR Code Generation: Automatically generate QR codes for each shortened URL.

Put a star ⭐️ :
Backend: https://github.com/abdibrokhim/notlink
Frontend: https://github.com/abdibrokhim/notlink-ui

Follow me: https://www.linkedin.com/in/abdibrokhim/

Top comments (0)