A simple and modern URL shortener built with Next.js 15, MongoDB, next-safe-action, and shadcn/ui. Quickly create short and shareable links.
- 🔐 Safe server actions with
next-safe-action
- ⚡ Instant form handling using
react-hook-form
and Zod validation - 🧪 URL validation with custom schemas
- ☁️ MongoDB integration for storing original and shortened URLs
- 📈 Access counter for redirection statistics (basic)
- 🧠 Clean, accessible UI with
shadcn/ui
- 📤 Copy-to-clipboard support after creating a link