The source code of zipyy
, a no-nonsense URL shortener built with SvelteKit, Tailwind, and TypeScript!
It is hosted on zipyy.i16.me.
If you clone this repository, please remember to create a .env.local
file, following the example of .env.example
, with the Supabase environment variables.
This project started 7 months ago. Initially, it used Flask, a simple Python library for web applications. After experimenting with various tech stacks, I settled on the current setup, which provides the best developer experience. Highly recommended!
SvelteKit: It's like HTML on steroids.
Tailwind: It has saved me countless hours of styling work.
TypeScript: It has significantly reduced debugging time by catching errors early.