Releases: checkly-go/checkly
Releases · checkly-go/checkly
Checkly v0.1.0 - Initial Release
🚀 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.