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 Nextjs project on vercel

Where Am I going to deploy the database?

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