Skip to content

Checkly v0.1.0 - Initial Release

Latest

Choose a tag to compare

@hawkaii hawkaii released this 28 Jul 06:37
· 11 commits to main since this release
3e37fd1

πŸš€ 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

πŸ—οΈ 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.