Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ A zero-dependency, evidence-first check for public launch pages. It catches obje

![ProofDesk Launch Check terminal demo](docs/screenshot.png)

> **Want a checked report instead of raw automation?**
> The **$10 ProofDesk Launch QA Sprint** covers one public site, up to five pages, with 3–5 ranked findings and one complete sample before payment. **You pay $0 if the preview does not contain at least three distinct, reproducible findings.**
>
> [See scope and verified work](https://spaleruby.github.io/proofdesk-orders/) · [Request Launch QA on GitHub (sign-in required)](https://github.com/SpaleRuby/proofdesk-orders/issues/new?template=order.yml)

## Use it as a GitHub Action

The Action uses GitHub's built-in Node.js runtime. It does not run `npm install`, require a checkout step, or load third-party packages.
Expand Down
Binary file modified docs/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/terminal-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ <h1>Check the page before you launch it.</h1>

<span class="green"># Launch check</span>
<span class="muted">Final URL</span> https://spaleruby.github.io/proofdesk-orders/
<span class="muted">Findings</span> 0 blocker · 0 high · 1 medium · 2 low
<span class="muted">Passed</span> 15 checks
<span class="muted">Findings</span> 0 blocker · 0 high · 0 medium · 2 low
<span class="muted">Passed</span> 16 checks

<span class="orange">[MEDIUM]</span> Open Graph preview
Missing og:image.
<span class="orange">[LOW]</span> robots.txt · sitemap.xml
Returned 404 at the origin root.

<span class="green">[PASS]</span> HTTPS · title · description · canonical
<span class="green">[PASS]</span> language · viewport · H1 · favicon
<span class="green">[PASS]</span> Open Graph · Twitter card · H1 · favicon
<span class="green">[PASS]</span> image alt attributes · link syntax</pre>
</section>
</body>
Expand Down