Skip to content
ufraan
← Back

TenShort

A minimal Next.js URL shortener built to test Vercel Fluid Compute

TypeScriptURL Shortener
Feb 2026GitHub

A minimal URL shortener built to experiment with Vercel Fluid Compute and see how it handled stateful, short-lived workloads. Users pasted in a long URL and received a short redirect link in return. The interface used ShadCN UI components for a clean, functional look.

TenShort
TenShort

The architecture was deliberately stripped down — no database, no analytics, no custom slugs. It served as a focused playground for testing Fluid Compute's capabilities with a real but simple use case.