I’ve been recently working on a project with the domain short.moe creating a serverless URL shortening service.
Short.moe is a free URL shortener service that allows you to easily shorten long URLs into shorter, more manageable links. Built with NextJS 14, Clerk, Prisma, and PostgreSQL, hosted on serverless on Vercel, Short.moe is designed to be both easy to use and user-friendly.
Key Features
Easy URL Shortening
With Short.moe, you can shorten URLs without the need to create an account. When shortening a URL without an account, the slug/alias (the unique part of the shortened URL) will be randomly generated using the nanoid package.
Account-Based Customization
For users who create an account, Short.moe offers the ability to set custom slugs. This means you can create memorable, aliased links that are easy to share and recall. Clerk handles authentication, making the process of signing up and managing your account straightforward. On the technical side, this was very easy to do.
In Short
Short.moe aims to be an easy option for anyone looking to shorten URLs quickly and easily, whether with or without a personalized alias/slug. Thank you for reading this short post.
Top comments (11)
Similar vibe as waa.ai xD
The trouble with "URL shorteners", is that they don't really solve much of a real-world problem and they introduce more, like link rot, privacy and tracking issues and malware.
I am working on a dashboard to prevent shortened URLs going to waste.
I am working on new features to add such as a dashboard.
Great job!
This is really good one, I've also made a similar project in react => snipurl.in
This is super awesome! I am looking forward to try it out. Well done! ✨
Thanks a lot! It's so kool.
This is very nice!
oh my god, this is amazingly simple but and at the same time awesome
Thank u, I am bookmarking it !!
Some comments may only be visible to logged-in visitors. Sign in to view all comments.