Using SvelteKit, tier-list-inator lets you create minmal yet effective tier lists, in full-screen, with a built-in image search, and no ads. Tier lists can be shared by just copy and pasting a link.
View the demo at tier-list-inator.vercel.app
Save tier lists locally
Main menu page with local tier lists
Clone the project
git clone https://github.com/venashial/tier-list-inator
Go to the project directory
cd tier-list-inator
Install dependencies
pnpm install
Start the server
pnpm dev