-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (59 loc) · 3.94 KB
/
index.html
File metadata and controls
69 lines (59 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- Resource Hints for Performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://api.github.com" crossorigin>
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<title>Lighthouse by LetPeopleWork — Forecast Delivery with Confidence</title>
<meta name="description" content="Lighthouse is a self-hosted, open-source flow metrics and probabilistic forecasting tool. Connects to Jira, Azure DevOps, and Linear. Ask your AI assistant questions about your delivery data via MCP. Give stakeholders a delivery range you can defend — on your own infrastructure. Backed by LetPeopleWork's consulting and training." />
<meta name="keywords" content="flow metrics, probabilistic forecasting, Monte Carlo simulation, Lighthouse, self-hosted forecasting, open source agile, Jira integration, Azure DevOps, Linear integration, AI integration, MCP, Model Context Protocol, cycle time, throughput, WIP, kanban, predictability score, delivery forecasting, flow consulting, agile AI tools" />
<meta name="author" content="LetPeopleWork GmbH" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="language" content="English" />
<!-- AI Crawler Hints -->
<meta name="ai-content-declaration" content="This website provides information about LetPeopleWork consulting services and Lighthouse flow metrics tool" />
<link rel="alternate" type="text/markdown" href="/llms.txt" title="LLM-Friendly Content" />
<!-- Mobile Optimization -->
<meta name="theme-color" content="#1a1a1a" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://letpeople.work/" />
<meta property="og:title" content="Lighthouse by LetPeopleWork — Forecast Delivery with Confidence" />
<meta property="og:description" content="Self-hosted flow metrics and probabilistic forecasts. Connects to Jira, Azure DevOps, and Linear. Give stakeholders a range you can defend — not a date you'll regret." />
<meta property="og:image" content="https://letpeople.work/forecasts-project.png" />
<meta property="og:site_name" content="LetPeopleWork" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://letpeople.work/" />
<meta name="twitter:title" content="Lighthouse by LetPeopleWork — Forecast Delivery with Confidence" />
<meta name="twitter:description" content="Self-hosted flow metrics and probabilistic forecasts for Jira, Azure DevOps, and Linear." />
<meta name="twitter:image" content="https://letpeople.work/forecasts-project.png" />
<!-- Canonical URL -->
<link rel="canonical" href="https://letpeople.work/" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
<!-- GitHub Pages SPA support -->
<script type="text/javascript">
// Handle GitHub Pages SPA redirects using sessionStorage
(function() {
var redirectPath = sessionStorage.getItem('spa-redirect');
if (redirectPath) {
sessionStorage.removeItem('spa-redirect');
window.history.replaceState(null, null, redirectPath);
}
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>