TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A URL shortener that lets you change the destination source

7 pointsby zizouuabout 1 year ago
@deveshb15 and I built a URL shortener because the existing ones don&#x27;t let you change the destination source once you create it.<p>The main benefit is really just the fact that once you claim a link, you don&#x27;t need to claim another and you can change the destination that link leads to as many times as you want - we need this a lot and don&#x27;t want to pay a monthly fee for this.<p>We used nextjs for frontend and backend, firebase for authentication and database, and used middleware in nextjs to the redirect url to desired location.<p>Give it a go and let me know if you have any feedback.<p>Thank you

3 comments

chipdartabout 1 year ago
&gt; The main benefit is really just the fact that once you claim a link, you don&#x27;t need to claim another and you can change the destination that link leads to as many times as you want - we need this a lot and don&#x27;t want to pay a monthly fee for this.<p>It&#x27;s good that you found a way to scratch your personal itch.<p>As a prospective user, I&#x27;m concerned with the idea that a random third party who created the shorturl can change the links I consume to point to arbitrary destinations right from under my nose. I expect that my links are constant, and at most the destination does the redirecting. I feel that the potential to misuse this as an attack vector is too great for this to be an option.
评论 #40276454 未加载
imvetriabout 1 year ago
Catchy word: the destination source
评论 #40305487 未加载
ananya_pawabout 1 year ago
seems helpful, i mean sometimes i do want to keep the url same but redirect my them to different url. good thinking
评论 #40305486 未加载