HTMLHost.ai
Use case

Host an HTML report online and share the link.

Most developer tools export rich standalone HTML: pytest and Playwright test reports, coverage dashboards, Jupyter notebook exports, Lighthouse audits, profiling output, AI research summaries. HTMLHost.ai hosts that one file so reviewers open a URL instead of a zipped attachment.

Ready to publish

Publish instantly without an account (the link lasts 24 hours), or sign in to keep it.

Sign in and publish

Please choose a .html or .htm file.

Preparing upload...

Test and QA reports

Publish pytest-html, Playwright, JUnit, or Cypress HTML reports so a teammate can inspect failures without pulling the branch.

Coverage and audits

Coverage.py, Istanbul, and Lighthouse all emit standalone HTML that works as a hosted page.

Notebooks and analysis

Share a Jupyter export, pandas-profiling output, or an AI-written analysis page as a clean URL.

Workflow

From generated report to reviewable URL.

Generate the reportRun your test suite, notebook export, audit, or agent task that produces a standalone .html file.
Publish itDrag the file in here, or run htmlhost deploy report.html from the same shell or CI step.
Share one URLSend the link in the PR, the standup note, or the task thread. Open it on any device.
Keep the URL stableRe-running the pipeline? Use htmlhost update so the same review link always shows the latest report.
Why not attachments

A hosted report beats a zipped one.

Attachments

Need downloading and unzipping, break inline scripts in some viewers, and cannot be opened from a phone notification.

Hosted URL

Opens instantly anywhere, renders interactive charts and filters, and one stable link can track the latest run.

FAQ

Practical answers before you publish.

What report formats work?

Any self-contained HTML document up to 2 MB: pytest-html, Playwright, coverage.py, Lighthouse, Jupyter nbconvert, pandas-profiling, or AI-generated pages.

Can CI publish reports automatically?

Yes. Install @htmlhost/cli in the CI step and run htmlhost deploy report.html with an API key, or POST the HTML to the deploy API.

Can I keep one stable report URL?

Yes. htmlhost update replaces the content while the public URL stays the same, which suits nightly or per-commit reports.

Are reports public?

Reports are public to anyone with the URL but are not intended for search indexing. Do not publish secrets; delete a page anytime from Files.