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.
- 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
- React 18
- TypeScript
- Tailwind CSS
- Framer Motion
- Vite
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/bgf0007/SSLViewer.git
cd SSLViewer
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
- Open http://localhost:5173 in your browser or visit the offical website at https://www.sslviewer.com
- Enter a domain name in the input field
- Click "Check SSL" or press Enter
- View the detailed certificate information and validation results
- Explore the certificate chain and raw certificate data
This project is licensed under the MIT License - see the LICENSE file for details.
- OpenSSL for SSL/TLS toolkit
- React for the UI framework
- Tailwind CSS for styling
- Framer Motion for animations
- Claude 3.5 Sonnet for generating the entire front-end codebase
- Windsurf IDE for the AI-powered development environment
- Vercel for hosting and deployment