The Simple Magic of Prefixed URLs

You can enhance the web by making wrappers around it. #ideas

Read time: 1 minute
Last update:

If you go to https://swyx.io, you get my blog.

If you go to https://is-this.netlify.app/https://swyx.io, you get this:

Alt Text

This is a little utility I made that solved the very specific pain point of figuring out whether or not a potential customer was a Netlify user or not (or had configured another CDN atop Netlify).

I originally did this as a browser extension, but the benefit of doing this as a microsite is I can now access it on my phone.

Prefixed URLs

This is a little behavior that I call Prefixed URLs, after GitPod's name for it.

It's a really nice way to enhance the open web - by creating a route that specifically accepts either any URL or some specific set of URLs, and then does something with that info to give you even more. To use this microsite, you just prepend the URL to whatever you're interested in.

I was recently reminded of this when the Github1s project went viral on HN recently. It lets you swap out any github.com repo for github1s.com and it opens up a VS Code file explorer for easier navigation (GitHub's default file navigation is slow and clunky).

github1s demo

Other Instances

I've also seen this behavior in website ranking tools: https://www.similarweb.com/website/dev.to/ shows you the traffic of Dev.to:

Alt Text

In the "we deploy your code" industry it is also pretty common to use Prefixed URLs as "Deploy Buttons" like Netlify and Codesandbox.

I think this is a wonderful little user experience and encourage more people to think of creative ways to consume URLs and extend the Open Web.


Join 2,000+ developers getting updates ✉️

Too soon! Show me what I'm signing up for!


Webmentions

Tweet about this post and it will show up here, or you could leave a comment on Dev.to
Loading...