DEV Community

Dev Nirwal
Dev Nirwal

Posted on

Shorti - Opensource URL Shortener

Shorti - A free & Open-source URL shortener.

Here's a screeshot of UI:

Alt Text

This is my first Django project. I got the idea of from many URL shortener which shows ads for money and bitly. I wanted to creare something like that which doesn't have any ads & anyone can understand how things work behind the back.

I have used Python-Django framerwork & tailwind CSS in this small project.

Github link - https://github.com/devn913/shorti

Heroku link - https://shortii.herokuapp.com/

If you want to deploy your own just fork the repository and don't forget to change value of domain = "localhost:8000" in Shorti/url_short/views.py

Alt Text

Make sure to star this if you found something interesting.

Top comments (0)