Activity

NullByte

Shipped this project!

Hours: 1.99
Cookies: 🍪 8
Multiplier: 3.87 cookies/hr

I have made a simple and fast pastebin alternative with a Python backend and a good looking shadcn UI.

NullByte

Shipped this project!

Hours: 1.51
Cookies: 🍪 9
Multiplier: 5.98 cookies/hr

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
NullByte

Updated the frontend.
Changelog:

  • Made the copy button in content view smaller and added a copy animation.
  • Faster loading times, instead of reloading the page on url change it instantly renders the correct view without reloading the page.
Attachment
0
NullByte

Created a nice looking website with a little help of Gemini, for some reason it didnt log around 30 minutes of my work but whatever.

Attachment
Attachment
Attachment
Attachment
Attachment
Attachment
0
NullByte

Made a simple backend in Python, I use SQLite (SQLAlchemy library) for the database, the code automatically creates/uses already existing database on start, hosts the api endpoints like /p/ to create a paste, /p/pid to fetch a paste etc, mounts frontend at / and hosts everything on the same port.

Attachment
0
NullByte

Shipped this project!

Hours: 0.68
Cookies: 🍪 5
Multiplier: 7.43 cookies/hr

A simple file sharing website I made in 2 days because CDNs like Uguu and Catbox were slow and didnt accepted some file types that I am often using. Nekobox is currently selfhosted on one of my servers and is running at: https://nekobox.root-workspace.net/

NullByte

Fixed animated chibis by converting APNGs/PNGs into WebP and instead of redirect response returning the content directly, and passing the content type in headers.

Attachment
0
NullByte

Added 100MB limit per file.

0