MiniURL

📂 Project Description

MiniURL is a lightweight Python web app that shortens long URLs into compact, shareable links. Built with Flask and SQLite, it features automatic redirection, unique short codes, and persistent storage, providing a simple, reliable foundation for custom URL shortening solutions. Ideal for developers and users who need a fast, easy way to manage and share links.

❗ Problem & Solution

Problem: Sharing long URLs can be cumbersome, prone to errors, and hard to remember. Users often need a simple way to generate compact links for messaging, social media, or documentation.

Solution: MiniURL provides a lightweight, easy-to-use platform that generates short, unique URLs with automatic redirection. By storing links in SQLite, it ensures persistent and reliable access while keeping the system simple and fast.

🚀 Features
  • Shortens long URLs into compact, shareable links
  • Automatic redirection from short URLs to original URLs
  • Unique short code generation for each URL
  • Persistent storage using SQLite
  • Lightweight Flask-based backend for easy deployment
  • User-friendly interface for managing links
📹 Project Screenshot
MiniURL Screenshot

© 2026 Wilfredo Domanico Jr. All rights reserved.