Nekourl banner

Nekourl

4 devlogs
1h 30m 34s

A lightweight, and simple URL shortener.

This project uses AI

Used Gemini to help me write the website, as I have a poor knowledge of react framework.

Demo Repository

Loading README...

NullByte

Shipped this project!

I made a simple url shortener as a fun project because I was boreed.

NullByte

Created a frontend with the help of Gemini, used React as the framework and shadcn (https://ui.shadcn.com/) for the websites design. The website is really minimal, one input box, one button.

Attachment
0
NullByte

Made a backend in Python, used SQLAlchemy for database, validators to validate the url, and FastAPI for the entire backend communication. There are 2 endpoints, POST /u/ for making a new shorten url and GET /u/code which will redirect you to the url passed if the code exists.

Attachment
0