Owly is a open source anonymous URL shortner with:
- No Tracking, just redirection.
- More memorable URLs with help of Word Urls.
- Browser based History.
With Owly, generated shorturl will have following characteristics:
- Case insensitive, No more confusion of upper and lowercase.
- Can open with Words. Eg:
owly.lol/ci4dsio
can also be opened withowly.lol/car-is-4-down-street-in-out
,owly.lol/cat-is-44-damn-inside-out
or any other such combinations.
- NextJS for API & Frontend
- MongoDB for Store
- Deployed on Vercel
- Git clone.
- Npm install.
- Copy
.env.local.example
to.env.local
and provide MongoDb credentials. - Start with
npm run dev
- Update words.json file.
- Add SEO & Meta
- Clear History Button
- Option to customize links.
- Honeypot and Hidden Captcha if needed
- owly.lol
- owly-alpha.vercel.app
MIT License