mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
- API routers, ACA modules, integrations (draft operators) - Docs, landing pages, scripts (launch readiness, scorecard) - Tests and CI workflow updates for Dealix Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
1.8 KiB
HTML
30 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr" data-theme="light">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Dealix — Service Tower</title>
|
|
<meta name="description" content="Productized services: diagnostic, list intelligence, 10 opportunities, Growth OS — drafts and approval first." />
|
|
<meta name="robots" content="noindex,nofollow" />
|
|
<link rel="stylesheet" href="styles.css" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet" />
|
|
<style>body{font-family:Inter,system-ui,sans-serif;}</style>
|
|
</head>
|
|
<body>
|
|
<p style="text-align:center;margin:0.75rem 0;font-size:0.9rem;"><a href="services.html">العربية</a></p>
|
|
<header class="hero" style="padding: 2.5rem 1.25rem; text-align: center;">
|
|
<h1>Dealix Service Tower</h1>
|
|
<p style="max-width: 34rem; margin: 1rem auto; line-height: 1.75; color: #475569;">
|
|
Pick your goal — we show the service, required inputs, estimated pricing, and proof pack outline. No live sends and no automatic charges from MVP surfaces.
|
|
</p>
|
|
<a class="btn btn--primary" href="mailto:hello@dealix.sa?subject=Service%20tower%20inquiry">Contact</a>
|
|
</header>
|
|
<main style="max-width: 42rem; margin: 0 auto 3rem; padding: 0 1.25rem;">
|
|
<h2 style="font-size: 1.15rem;">API</h2>
|
|
<p style="line-height: 1.8; color: #475569;"><code>GET /api/v1/services/catalog</code> — full catalog with platform linkage.</p>
|
|
<p style="line-height: 1.8; color: #475569;"><code>POST /api/v1/services/recommend</code> — wizard-style recommendation (deterministic demo).</p>
|
|
<p style="margin-top:1rem;"><a href="../docs/FRONTEND_AND_API_MAP.md">Frontend ↔ API map</a></p>
|
|
</main>
|
|
</body>
|
|
</html>
|