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
12 changes: 12 additions & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,19 @@ jobs:
test "$(wc -c < site/__sapper__/export/mighty-logo.png)" -gt 1000
test -f site/__sapper__/export/favicon.png
test "$(wc -c < site/__sapper__/export/favicon.png)" -gt 1000
test -s site/__sapper__/export/mighty-theme.css
test -s site/__sapper__/export/status-social-card.png
test -s site/__sapper__/export/robots.txt
test -s site/__sapper__/export/sitemap.xml
test -s site/__sapper__/export/llms.txt
grep -q 'Mighty Service Status' site/__sapper__/export/manifest.json
grep -q 'content=#fbf7ee' site/__sapper__/export/index.html
grep -q 'href=/favicon.png' site/__sapper__/export/index.html
grep -q 'Mighty detects manipulated documents and media' site/__sapper__/export/index.html
grep -q 'application/ld+json' site/__sapper__/export/index.html
for component in website api scan-gateway; do
test -s "site/__sapper__/export/history/${component}/index.html"
done
- name: Publish gh-pages branch
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
with:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,16 @@ jobs:
test "$(wc -c < site/__sapper__/export/mighty-logo.png)" -gt 1000
test -f site/__sapper__/export/favicon.png
test "$(wc -c < site/__sapper__/export/favicon.png)" -gt 1000
test -s site/__sapper__/export/mighty-theme.css
test -s site/__sapper__/export/status-social-card.png
test -s site/__sapper__/export/robots.txt
test -s site/__sapper__/export/sitemap.xml
test -s site/__sapper__/export/llms.txt
grep -q 'Mighty Service Status' site/__sapper__/export/manifest.json
grep -q 'content=#fbf7ee' site/__sapper__/export/index.html
grep -q 'href=/favicon.png' site/__sapper__/export/index.html
grep -q 'Mighty detects manipulated documents and media' site/__sapper__/export/index.html
grep -q 'application/ld+json' site/__sapper__/export/index.html
for component in website api scan-gateway; do
test -s "site/__sapper__/export/history/${component}/index.html"
done
52 changes: 47 additions & 5 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,55 @@ status-website:
cname: status.trymighty.ai
logoUrl: /mighty-logo.png
favicon: /favicon.png
name: Mighty Status
theme: night
name: Mighty Service Status
themeUrl: /mighty-theme.css
links:
- rel: canonical
href: https://status.trymighty.ai/
metaTags:
- name: description
content: >-
Live uptime, incident, maintenance, and response-time updates for
Mighty’s AI document-fraud detection services for lending and insurance.
- name: robots
content: index, follow, max-image-preview:large, max-snippet:-1
- name: color-scheme
content: light
- name: application-name
content: Mighty Status
- name: twitter:card
content: summary_large_image
- name: twitter:title
content: Mighty Service Status
- name: twitter:description
content: >-
Live uptime and incident updates for Mighty’s AI document-fraud
detection services.
- name: twitter:image
content: https://status.trymighty.ai/status-social-card.png
# Open Graph and JSON-LD need property/type attributes that Upptime's generic
# metaTags mapping cannot express, so keep this reviewed static HTML only.
customHeadHtml: >-
<meta property="og:title" content="Mighty Service Status">
<meta property="og:description" content="Live uptime and incident updates for Mighty’s AI document-fraud detection services.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://status.trymighty.ai/">
<meta property="og:site_name" content="Mighty">
<meta property="og:image" content="https://status.trymighty.ai/status-social-card.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Mighty service status">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","@id":"https://status.trymighty.ai/#webpage","url":"https://status.trymighty.ai/","name":"Mighty Service Status","description":"Live uptime, incident, maintenance, and response-time updates for Mighty\u2019s AI document-fraud detection services for lending and insurance.","isPartOf":{"@type":"WebSite","@id":"https://trymighty.ai/#website","url":"https://trymighty.ai/","name":"Mighty"},"about":{"@type":"SoftwareApplication","name":"Mighty","applicationCategory":"BusinessApplication","url":"https://trymighty.ai/","description":"AI document-fraud detection for lending and insurance."},"publisher":{"@type":"Organization","name":"Mighty","url":"https://trymighty.ai/"},"inLanguage":"en-US"}</script>
robotsText: |-
User-agent: *
Allow: /
Sitemap: https://status.trymighty.ai/sitemap.xml
introTitle: "**Mighty service status**"
introMessage: >-
Current availability and incident communications for Mighty production
services. Measurements are external observations and are not a contractual
service-level agreement.
Mighty detects manipulated documents and media before lenders fund loans or
insurers pay claims. This page reports current availability, incidents, and
scheduled maintenance for our production services. Measurements are
external observations, not a contractual service-level agreement.
navbar:
- title: Status
href: /
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ the authoritative audit evidence.

## [Live status](https://status.trymighty.ai)

Availability measurements begin when the launch checklist enables production
automation. No historical sample data is carried over from the upstream template.
Production availability measurements and response-time history are collected
automatically. No historical sample data was carried over from the upstream template.

## Operations

Expand Down
21 changes: 21 additions & 0 deletions assets/llms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Mighty Service Status

> Official public availability, incident, scheduled-maintenance, and response-time information for Mighty production services.

Mighty detects manipulated documents and media before lenders fund loans or insurers pay claims. Mighty provides AI document-fraud detection for lending and insurance.

## Current status

- Status page: https://status.trymighty.ai/
- Website component: https://status.trymighty.ai/history/website/
- API component: https://status.trymighty.ai/history/api/
- Scan Gateway component: https://status.trymighty.ai/history/scan-gateway/
- Incident and maintenance records are published on the status page from the public status repository.
- Measurements are external observations, not a contractual service-level agreement.

## Authoritative links

- Mighty: https://trymighty.ai/
- Documentation: https://trymighty.ai/docs
- Security: https://trymighty.ai/security
- Status source and history: https://github.com/TryMightyAI/status
Binary file added assets/logo-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions assets/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"background_color": "#fbf7ee",
"theme_color": "#fbf7ee",
"name": "Mighty Service Status",
"short_name": "Mighty Status",
"description": "Live availability and incident updates for Mighty production services.",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
Loading