Link Shortener

A simple URL shortener built on Val Town.

Features

  • Shorten long URLs to compact, shareable links
  • Redirect from shortened URLs to original destinations
  • View statistics for your shortened links
  • Simple, clean interface

Project Structure

  • /backend - Hono API for URL shortening and redirects
  • /frontend - User interface for the link shortener
  • /shared - Shared types and utilities

How to Use

  1. Enter a URL in the input field
  2. Click "Shorten"
  3. Copy and share your shortened URL

Technologies

  • TypeScript
  • Hono (API framework)
  • SQLite (for storage)
  • Tailwind CSS (for styling)