Files
x e9315bec47 Update showcase image in README
Updated the showcase image and adjusted its width.
2026-02-24 16:23:19 +01:00

38 lines
2.0 KiB
Markdown

# 🌍 Host Info
A browser extension built with [WXT.dev](https://wxt.dev) and React that lets you discover the origin of the website you're visiting. With a single click, you can view detailed information such as the **country of origin**, **IP address**, **ASN (Autonomous System Number)**, and more. You can also quickly search for the website's details on [Censys](https://censys.io) for deeper insights.
<img width="420" alt="Showcase" src="https://github.com/user-attachments/assets/7248747d-3216-4d48-8060-f7627bfd8762" />
<a href="https://addons.mozilla.org/addon/hostinfo/"><img src="https://github.com/user-attachments/assets/4e69214c-c11a-4202-919a-fac7d58dbb55" alt="Get hostinfo for Firefox"></a>
<a href="https://chromewebstore.google.com/detail/hostinfo/ehleblniighmnfhfimcbfhmdpdhamcbp"><img src="https://github.com/user-attachments/assets/4bf31178-6244-467c-916d-79e926dec379" alt="Get hostinfo for Chrome"></a>
---
## ✨ Features
- **Country of Origin**: Instantly see the country where the website is hosted.
- **IP Address**: View the IP address of the server hosting the website.
- **ASN Information**: Get details about the Autonomous System (AS) managing the IP.
- **Censys Integration**: Quickly search for the website on Censys for advanced network insights.
- **Local & Internal Resources**: Detect if the website is a local or internal resource.
- **Beautiful UI**: A clean, modern interface powered by React and Tailwind CSS.
---
## 🧰 Tech Stack
- **[WXT.dev](https://wxt.dev)**: A modern framework for building browser extensions.
- **[React](https://react.dev)**: A JavaScript library for building user interfaces.
- **[Tailwind CSS](https://tailwindcss.com)**: A utility-first CSS framework for styling.
- **[IP Geolocation API](https://ip.albert.lol)**: Used to fetch IP and country details.
- **[Censys](https://censys.io)**: For advanced network and host information.
---
## 📄 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
---