Skip to content
/ neith Public

A Nuxt.js web app that checks the safety and trustworthiness of a given URL in real-time using Google Safe Browsing API. Helps protect users from phishing, malicious websites, and suspicious links.

License

Notifications You must be signed in to change notification settings

simeonaz/neith

Repository files navigation

Neith

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.

Features

  • 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.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

About

A Nuxt.js web app that checks the safety and trustworthiness of a given URL in real-time using Google Safe Browsing API. Helps protect users from phishing, malicious websites, and suspicious links.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages