stack.im is a URL shortener for Stack Overflow profile pages.

Now you can turn this:

stackoverflow.com/users/00000/me

into this:

stack.im/me

Then post it everywhere!

How do I create a URL?

We’re all programmers here, so just use curl:

$ curl -X PUT -d "stackid=00000" http://stack.im/me

(That is, make a PUT request to the shortened URL you desire with your Stack Overflow user ID as a parameter.)

Where’s the source code?

Ask, and ye shall receive.

Who made this?

stack.im is a product of Michael Dippery.

(Note: stack.im is not affiliated with Stack Overflow or its founders or creators in any way, shape, or form.)