27 February 2022

Launching stk.so — create short URLs for Stack Overflow profiles

tags: tools, nextjs, supabase, vercel, tailwindcss

Demo #

stk-so-idea

Why #

When building this site, I realised that Stack Overflow seemed to be one of the (or rather, the only) platforms that didn’t allow users to create a short, username-based link —

stk-so-idea

After a quick google search, landed on this post where it seemed like I wasn’t the only one to experience this mild annoyance.

Enter: https://stk.so

Scopes #

The app is intentionally designed to request user authorization as that avoids the issue of random people generating short URLs for profiles that don’t belong to them.

Since that’s its only purpose, I’m NOT requesting any scopes when using the implicit flow

stk-so-no-scopes

Stack #