LIMEDownload

Audit with proof.

LIME scans real pages, captures screenshots, groups issues, retries partial failures in place, and exports reports that developers, auditors, and AI tools can use.

Issue details page with grouped accessibility issues.
Real docs-demo screenshots
Generated by isolated public demo scans, including intentionally inaccessible pages for richer issue examples.
User workflow

Create scans, inspect results, retry partials.

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 failed pages in place for partial scans. No second scan ID, no duplicate report, no full rerun tax.
Large-report performance
Issue cards, occurrence details, and exports are bounded, paginated, cached, or streamed where it matters.
Human, data, and AI reports
PDF for audit review, CSV for data workflows, and compact LLM text for assisted remediation planning.
Operator-ready deployment
Docker, Fly.io, GHCR images, release bundles, and changelog-generated release notes are documented together.
Developer surface
Architecture notes, contribution flow, API docs, and the docs screenshot pipeline live in the public site.
Run it locally.
The release path stays simple: Docker for the product, static export for docs, and a dedicated command for screenshot refresh.
git clone https://github.com/sumanbasuli/lime.git
cd lime
cp .env.example .env
make start-all

make docs-run    # build and serve static docs
make docs-dev    # docs hot reload server
make docs        # isolated screenshot refresh
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.
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.
Developer Docs
Performance And Caching
Maintain fast large-scan pages and report generation.