π Checkly v0.1.0 - Initial Release
A comprehensive website analysis tool that evaluates websites across multiple dimensions including SEO, security, robots.txt compliance, and sitemap validation.
β¨ Features
- π€ Robots.txt Validation - Check robots.txt file existence, accessibility, and syntax
- πΊοΈ Sitemap Analysis - Validate XML sitemaps and their discoverability
- π·οΈ SEO Metadata Assessment - Analyze title tags, meta descriptions, heading structure
- π‘οΈ Security Headers Audit - Verify essential security headers implementation
- π± Multiple Interfaces - CLI, TUI (in development), and REST API
- π€ AI Recommendations - Powered by Google Gemini for actionable insights
- π Multiple Output Formats - Human-readable text and structured JSON
π¦ Installation
# Install using go install
go install github.com/checkly-go/checkly@v0.1.0
# Use the CLI
checkly -url https://example.comπ Frontend
- Repository: checkly-ui
- Live Demo: https://checkly-go.vercel.app/
ποΈ What's Included
- Complete CLI tool with multiple checker types
- REST API server for integration
- AI-powered recommendations via Google Gemini
- MongoDB storage support
- Comprehensive documentation
- Docker support
Built with β€οΈ using Go. Made for developers who care about website quality.