A modern web application for performing WHOIS lookups on domain names across multiple TLDs (Top Level Domains) simultaneously.
- Batch WHOIS queries across multiple TLDs
- Real-time domain availability checking
- Modern UI with responsive design
# Install dependencies
pnpm install
# Start development server
pnpm dev
Open http://localhost:3000 in your browser.
The easiest way to deploy is using Vercel Platform:
- Fork this repository
- Create a new project on Vercel
- Import your forked repository
- Deploy! 🚀
- Next.js 14
- TypeScript
- Tailwind CSS
- shadcn/ui