A simple URL shortener built on Val Town.
- Shorten long URLs to compact, shareable links
- Redirect from shortened URLs to original destinations
- View statistics for your shortened links
- Simple, clean interface
/backend - Hono API for URL shortening and redirects
/frontend - User interface for the link shortener
/shared - Shared types and utilities
- Enter a URL in the input field
- Click "Shorten"
- Copy and share your shortened URL
- TypeScript
- Hono (API framework)
- SQLite (for storage)
- Tailwind CSS (for styling)