Basic System Component

Easy

Design a URL Shortening Service like Bitly

Mini Map

Drag a component from the left onto the canvas

Scenario brief

Brief

Goal

Design a Bitly-style URL shortener: turn a long URL into a short link, and redirect when that short link is opened.

Functional requirements

  • Create: long URL → short code / short URL.
  • Redirect: open short URL → 301/302 to the long URL.
  • Custom aliases and click analytics are out of scope for this Easy canvas.