Accessibility audits with evidence.
LIME is a self-hosted scanner for teams that need traceable results: screenshots, issue grouping, same-scan retry for partial runs, and exports that support remediation work.
Scan workflow
Create scans, inspect results, retry partials.
Issue evidence
Screenshots, selectors, HTML, and ACT links.
Exports
PDF, CSV, and LLM-ready text reports.
Evidence-first scanning
Sitemap and single-page scans run in Chromium, capture focused screenshots, and keep selectors and HTML context for review.
Same-scan recovery
Retry only the failed pages in a partial scan while keeping the same scan ID, completed pages, and report.
Large-report performance
Issue summaries load first, occurrence details are paginated, and exports stay bounded for large sites.
Reports for every workflow
Use PDFs for review, CSV for analysis, and compact LLM text for AI-assisted remediation planning.
Clear deployment paths
Run locally with Docker Compose, deploy with Docker images, or use the Fly.io guide for hosted installs.
Contributor documentation
Architecture notes, API docs, release steps, and contribution guidance are kept with the project.
Start from a local install.
Use Docker Compose to evaluate LIME, then move to Docker images or Fly.io when you are ready to run it for a team.
git clone https://github.com/sumanbasuli/lime.git cd lime cp .env.example .env make start-all
Documentation sets
User docs explain how to operate the tool. Developer docs explain how to contribute, extend, deploy, and integrate with it.
User Docs
LIME Documentation
Use, operate, extend, and integrate with LIME.
Developer Docs
Developer Docs
Contribute to LIME across Shopkeeper, the dashboard, reports, docs, and release workflows.
API
API Development
Work with scan, issue, report, and settings endpoints.
Developer Docs
Architecture
Understand Shopkeeper, Profiler, Juicer, Sweetner, UI, and PostgreSQL.
Developer Docs
Contributing
Set up the repo, run checks, and submit safe changes.
Developer Docs
Docs Site
Maintain the product/docs site, screenshot pipeline, and GitHub Pages build.