Skip to content

LensCoreAccessibility Testing & Web Crawling

Open-source platform for comprehensive accessibility testing and intelligent web crawling

LensCore logo

Quick Start

Get up and running with LensCore in minutes:

bash
# Install globally
npm install -g @accesstime/lenscore

# Initial setup (interactive wizard)
lens-core setup

# Or with custom port
lens-core setup --port 8080

# Build and start services
lens-core build

# Run your first test
lens-core test https://example.com

Why LensCore?

LensCore combines powerful accessibility testing with intelligent web crawling to help you:

  • Identify Accessibility Issues: Automatically detect WCAG violations and get actionable recommendations
  • Scale Your Testing: Crawl entire websites and test multiple pages simultaneously
  • Get AI Insights: Leverage OpenAI for contextual analysis and improvement suggestions
  • Integrate Easily: Use via CLI, API, or integrate into your CI/CD pipeline
  • Save Time: Automated testing and reporting reduce manual testing effort

What's Next?

Community & Support

  • GitHub: Report issues or contribute
  • Documentation: Comprehensive guides for all features
  • License: MIT - Free for personal and commercial use

Released under the MIT License.