Neith is a lightweight web application designed to help users determine whether a link is suspicious, dangerous, or trustworthy. With a minimal and intuitive interface, Neith provides quick and reliable link analysis to enhance your online safety.
- Instant Link Verification: Check if a URL is safe, suspicious, or potentially harmful.
- User-Friendly Interface: Minimalist design for fast and easy use.
- Multilingual Support: Available in English and French.
- Privacy-Focused: No unnecessary data collection.
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run devBuild the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview