A modern, feature-rich DNS lookup tool built with React and TypeScript. Explore DNS records, perform batch lookups, and analyze DNS performance with an intuitive interface.
- Single and batch DNS lookups
- Real-time analytics dashboard
- Geographic query distribution
- Reverse DNS lookup
- Dark/light theme support
- Mobile-responsive design
- Fast, cached responses
- Query history tracking
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
- React 18 with TypeScript
- Tailwind CSS for styling
- React Router for navigation
- Lucide React for icons
- Vite for building and development
src/
├── components/ # React components
├── contexts/ # React contexts
├── hooks/ # Custom React hooks
├── pages/ # Page components
├── services/ # API and service logic
├── types/ # TypeScript types
└── utils/ # Utility functions
Ed Bates (TECHBLIP LLC)
Some sections of this code were generated with the assistance of AI tools. These contributions were reviewed and integrated by the project creator(s).
Apache-2.0 license - see the LICENSE file for details