Welcome to Anh's URL Shortener v0.1.0-alpha

Application is running at

What does it do?

This is a URL shortener. It takes a long URL and converts it into a short URL. It is useful for sharing long URLs on social media or any URLs for that matter.

Although, currently the shortening is done manually by adding K, V pairs in the link database.


What is it built on?

It is built using the Nextjs framework on top of React. The project was generated using create-t3-app template.

The path name generation utilizes dynamic routing feature of Nextjs [pathname].js.


Deploy your own

Deploy with Vercel

Make sure to fill in the environment variables afterwards according to .env.example and also add those to the Vercel project settings.