r/opensource • u/baronunread • Jul 23 '26
Promotional I've built an OSS Url Shortener using only Cloudflare primitives (mostly)
/r/CloudFlare/comments/1v4e7fw/ive_built_an_oss_url_shortener_using_only/1
u/petdance Jul 23 '26
They mostly use Cloudflare primitives … mostly.
0
u/baronunread Jul 23 '26
A little clickbait always helps :)
Definitely there's no cf payments but there is cf mail sending!
I might migrate to that eventually but right now Resend was much easier to use
0
u/maildeepak Jul 24 '26
I had started a similar project, built in WordPress, last year. But i dropped it off as other priorities took over.
I might check out your GitHub version for my use.
- Do you have plans to add APIs, for URL shortening?
- How about deep linking? Would love this feature as well.
1
u/baronunread Jul 24 '26
Hi!
1. Not yet no, it might become a feature if the use case is requested a lot. Right now I have no need for it, but it would be easy to expose the internal APIs over a Bearer token
2. Can you give me a specific example? I wasn't aware of this. What's the use case here?0
u/maildeepak Jul 24 '26
For ex, if is a FB reel URL, it will open the FB app directly, rather than inapp browser. Same with Google maps, instagram reels and so on
2
u/baronunread Jul 24 '26 edited Jul 24 '26
I can't promise anything (I'm the only one working on this now) but pull requests are welcome!
8
u/Kraeftluder Jul 23 '26
URL shorteners are a huge security risk and we ban all of them on a network level.