intelliURL
A minimal web utility that converts lengthy URLs into compact, shareable links via TinyURL and turns article titles into clean, SEO-ready slugs.
Overview
- intelliURL is a privacy-first tool for URL shortening and slug creation, built around simplicity and ease of use. As a fully client-side application, it uses TinyURL's API to generate short, shareable links from long URLs — perfect for social media, emails, and embedded documents. No accounts, cookies, or tracking are involved, keeping users completely anonymous while getting the job done.
- Beyond link shortening, the platform offers robust SEO support through its slug generator, which converts article headlines into URL-safe slugs that boost search engine visibility and produce cleaner, more readable web addresses. All results are stored locally via IndexedDB (powered by Dexie.js), building a persistent history that users can browse and manage entirely on-device. History can be exported as JSON or TXT files for backup or further use.
- The interface is modern and fully responsive, built on React 18 and Tailwind CSS, with TypeScript ensuring type safety and Vite powering fast development builds. The result is a lean, accessible, privacy-respecting utility that does two things — and does them well.
Features
- URL shortening via TinyURL API for compact, shareable links
- SEO-optimized slug generation from article titles
- On-device data persistence using IndexedDB — no server-side storage
- Link preview fetching for richer URL context
- Export history to JSON or TXT for backup or analysis
- Zero accounts, cookies, or tracking — privacy by design
Stack
- Vite/React
- TypeScript
- Tailwind CSS
- Dexie.js
Last updated:
Jul 17