Create a Link

smallurl.runasp.net/

What is this?

This app is a URL-shortener; it can transform long and complex URLs into short and readable links. Apps like these work by redirecting web traffic from the shortened link to the full-length URL. One of the most well-known link shorteners is TinyUrl.com, which this app is heavily based on.

Currently the following features are implemented:

This app is intended for educational purposes only. I created it primarily to teach myself C# and the ASP.NET Core framework. Even so, please feel free to use it to your heart's content - just don't count on your links working forever. You can view the source code of this app here.