Welcome to Anh's URL Shortener v0.1.0-alpha
Application is running at
URLs
# | Source | Destination |
---|---|---|
0 | ggl | https://www.google.com |
1 | fb | https://www.facebook.com/sudojournalctl |
2 | tw | https://twitter.com/yeetusmagus |
3 | gh | https://github.com/aaanh |
4 | ln | https://en.wikipedia.org/wiki/Light_novel |
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 VercelMake sure to fill in the environment variables afterwards according to .env.example and also add those to the Vercel project settings.