A powerful tool for checking the validity of URLs in your website. Ensure all links are working correctly.
- URL Validation - Check the validity of any URL in real-time
- Link Categorization - Identify internal, external, and broken links
- Domain Grouping - Group links by domain to see which external sites are most frequently referenced
- RSS Feed Validation - Discover and validate RSS feeds
- Framework: Next.js 16
- Language: TypeScript
- UI Library: Shadcn-ui
- Styling: Tailwind CSS
- Animations: Framer Motion
- Icons: Lucide React
-
Clone the repository:
git clone https://github.com/isixe/LinkChecker.git
-
Navigate to the project directory:
cd LinkChecker -
Install dependencies:
pnpm install
Start the development server:
pnpm devOpen http://localhost:3000 in your browser.
LinkChecker/
├── app/ # Next.js App Router
│ ├── api/ # API routes
│ │ ├── link/ # Link check API
│ │ └── rss/ # RSS check API
│ ├── data/ # Static data
│ └── layout.tsx # Root layout
├── components/ # React components
│ ├── icons/ # Icon components
│ ├── layout/ # Layout components
│ ├── ui/ # UI components
│ └── view/ # View components
├── hooks/ # Custom React hooks
├── lib/ # Utility functions
├── public/ # Static assets
├── styles/ # Global styles
└── type/ # TypeScript type definitions
This project is licensed under the MIT License - see the LICENSE file for details.