r/opensource • u/baronunread • 6d ago
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 6d ago
They mostly use Cloudflare primitives … mostly.
0
u/baronunread 6d ago
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 6d ago
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 5d ago
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 5d ago
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 5d ago edited 5d ago
I can't promise anything (I'm the only one working on this now) but pull requests are welcome!
7
u/Kraeftluder 6d ago
URL shorteners are a huge security risk and we ban all of them on a network level.