TURL

URL: https://turljk.xyz/d36cca

what and why

I want to make a site that rick rolls you but after a few seconds it sends you to the intended link. All other rick roll url generators I looked at just rick roll you.

possible domain names:
TURL-JK: Troll URL Just Kidding
RRJK: rick roll just kidding

requirements

stack

I want to use mongoDB
fullstack monolithic. nextjs or sveltekit. I'll use Next and take the opportunity to learn the new App router.

I can deploy the nextjs project on vercel

where Am I going to deploy the database?

Vercel has extension/integration with MongoDB Atlas

MongoDB Atlas has free tier of max 500MB size db. I think I can maintain the DB for this site under 500MB easily.

Supabase is SQL alternative to firebase. supabase also has storage up to 500MB.

Firebase firestore has free up to 10GB. if mongoDB atlas doesn't work out I can try with firestore

mongoDB vercel integration tutorials:

dev setup

after cloning repo, add .env file with the MONGODB_URI variable

Tasks

questions

data structure

single table
id(short uuid) | url(string) | videoUrl | seconds(int) | lastVisit