llms.txt Content
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>DebtStack — service retired</title>
<meta name="robots" content="noindex" />
<meta name="description" content="DebtStack.ai has been retired and is no longer in service." />
<style>
:root { color-scheme: light dark; }
* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
display: flex; align-items: center; justify-content: center;
background: #0b0d10; color: #e8eaed; padding: 24px; line-height: 1.6;
}
@media (prefers-color-scheme: light) { body { background: #f7f8fa; color: #1a1d21; } }
main { max-width: 560px; text-align: center; }
h1 { font-size: 1.6rem; margin: 0 0 .5rem; letter-spacing: -0.01em; }
p { margin: .5rem 0; opacity: .85; }
.muted { font-size: .9rem; opacity: .6; margin-top: 2rem; }
.mark { font-weight: 700; letter-spacing: -0.02em; font-size: 1.1rem; margin-bottom: 2rem; }
a { color: inherit; }
</style>
</head>
<body>
<main>
<div class="mark">DebtStack</div>
<h1>This service has been retired.</h1>
<p>DebtStack.ai is no longer in operation. The API, dashboard, and documentation
have been discontinued and any active subscriptions have been cancelled.</p>
<p>Thank you to everyone who used it.</p>
<p class="muted">For account or billing questions, contact
<a href="mailto:sunilsamkurien@gmail.com">sunilsamkurien@gmail.com</a>.</p>
</main>
</body>
</html>