TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 zizouu大约 1 年前
@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 条评论

chipdart大约 1 年前
&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 未加载
imvetri大约 1 年前
Catchy word: the destination source
评论 #40305487 未加载
ananya_paw大约 1 年前
seems helpful, i mean sometimes i do want to keep the url same but redirect my them to different url. good thinking
评论 #40305486 未加载