Public
Like
test-project
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
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)