Basic System Component
EasyDesign a URL Shortening Service like Bitly
Focus: a clear request path and the right basics.
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.