Skip to content

A modern, user-friendly SSL certificate analysis tool built with React and TypeScript.

License

Notifications You must be signed in to change notification settings

BGF0007/SSLViewer

Repository files navigation

SSLViewer

A modern, user-friendly SSL certificate analysis tool built with React and TypeScript. SSLViewer allows you to quickly inspect and validate SSL certificates for any domain.

The entire front-end codebase was written by Claude 3.5 Sonnet using Windsurf IDE, a revolutionary AI-powered development environment.

alt text

Features

  • Real-time SSL certificate validation
  • Complete certificate chain visualization
  • Fast and responsive interface
  • Detailed certificate information display
  • Comprehensive validation checks
  • Modern, clean UI with dark mode
  • Mobile-responsive design

Tech Stack

  • React 18
  • TypeScript
  • Tailwind CSS
  • Framer Motion
  • Vite

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Clone the repository
git clone https://github.com/bgf0007/SSLViewer.git
cd SSLViewer
  1. Install dependencies
npm install
# or
yarn install
  1. Start the development server
npm run dev
# or
yarn dev
  1. Open http://localhost:5173 in your browser or visit the offical website at https://www.sslviewer.com

Usage

  1. Enter a domain name in the input field
  2. Click "Check SSL" or press Enter
  3. View the detailed certificate information and validation results
  4. Explore the certificate chain and raw certificate data

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Contact

@bgf0007