LinkID lets you share clean, predictable, platform-specific links using a single username.
Stop pasting long URLs everywhere.
Share links like:
https://linkid.qzz.io/vishnu/github
https://linkid.qzz.io/vishnu/linkedin
https://linkid.qzz.io/vishnu/portfolio
Perfect for resumes, forms, and professional workflows.
LinkID is a professional link router.
You create one username.
You map it to your platforms.
You share short, readable URLs that never change.
Update links anytime — your public URLs stay the same.
-
Single professional identity
One username for all your platforms -
Platform-specific routing
/github,/linkedin,/leetcode,/portfolio,/youtube, etc. -
Auto platform detection
Paste a URL → platform detected automatically -
Dashboard
Add, edit, and delete links instantly -
Public profile page
https://linkid.qzz.io/vishnu -
Dark mode
Fully supported -
Resume-friendly URLs
Clean, readable, professional
Most “link-in-bio” tools are built for creators.
LinkID is built for developers and professionals.
No clutter.
No gimmicks.
Just identity → routing → clarity.
Instead of sharing:
https://www.linkedin.com/in/some-long-username-928374/
You share:
https://linkid.qzz.io/username/linkedin
Clean. Predictable. Professional.
- Next.js (App Router)
- TypeScript
- NextAuth
- Prisma
- PostgreSQL
- Tailwind CSS
- shadcn/ui
git clone https://github.com/your-username/linkid
cd linkid
npm installCreate a .env file in the root directory:
NEXTAUTH_SECRET=your_secret
NEXTAUTH_URL=http://localhost:3000
npx prisma migrate dev
npm run dev
Actively under development.