Skip to content

xtrafr/siteglow

Repository files navigation

Siteglow

Siteglow

A high performance technical auditing engine that lives in your browser

Open in GitHub Codespaces


Features

  • Where it's hosted - Instantly find the IP address, server location, and hosting provider
  • Security check - Real time audit of SSL certificates, security headers, and domain safety
  • Asset Explorer - IDE style file explorer to browse a site's images, scripts, and styles
  • Subdomains - Automatic mapping of the digital ecosystem surrounding any domain
  • Email Protection - Detection of SPF and DMARC configurations to prevent spoofing
  • Colors and fonts - Automatic brand color extraction and typography analysis
  • Search Engine Discovery - Direct access to Robots.txt and Sitemap configurations
  • Beautiful UI - Minimalist, high density dashboard with smooth animations

Quick Start

Use it now

Start the project locally and enter any URL to begin your audit.

Clone locally

git clone https://github.com/xtrafr/siteglow.git
cd siteglow
npm install
npm run dev

Tech Stack

  • Framework: SvelteKit 5 (Fast and modern)
  • Styling: Tailwind CSS (Clean and responsive)
  • Logic: Node.js + Cheerio (High speed site parsing)
  • Icons: Lucide Svelte (Technical and precise)

Project Structure

siteglow/
├── src/
│   ├── lib/
│   │   ├── server/      # Core scanning logic & network probes
│   │   ├── components/  # Reusable UI modules
│   │   └── stores/      # App state and history management
│   └── routes/          # Inspection pages and streaming data
├── static/              # Fonts and global assets
├── package.json         # Project dependencies
└── README.md            # This file

Why Siteglow?

  • Privacy first - Audits are performed on your terms
  • Instant - No loading time, no complex setup
  • Deep Intelligence - See the tech stack and file system of any target
  • Actionable - Export colors as CSS or copy technical data in one click

License

MIT © Xtra


Made with love by Xtra

About

A simple, fast tool to peek under the hood of any website. See servers, security, colors, and files in one clean dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors