A custom and fast URL shortener.
- Fast shortener.
- Accessible database (MongoDB).
- Responsive for Mobile and Desktop.
- Written in TS (backend).
- Custom URL & Multi-Domain.
- Frontend made with TailWindCSS.
- One click, copy or delete.
- URL statistics (Clicks, Ubication Country, Refs).
- User registration and login.
- Administration panel.
- Malicious URL report.
- URLs blacklist.
You can view a live demo thanks to Glitch by entering this link.
// Install dependencies
npm i
// Start the server
npm run start