Nekobin banner

Nekobin

4 devlogs
1h 59m 27s

A simple pastebin alternative,

This project uses AI

I have used Gemini to help me make the UI as I have never used the React framework, there were many changes made by me to the generated code.

Demo Repository

Loading README...

NullByte

Shipped this project!

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

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