-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
51 lines (42 loc) · 3.88 KB
/
terms.html
File metadata and controls
51 lines (42 loc) · 3.88 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Terms of Service - depmedic</title>
<meta name="description" content="Terms of service for depmedic open-source CLIs and digital products." />
<link rel="canonical" href="https://depmedicdev-byte.github.io/terms.html" />
<style>
body { background: #0b0d10; color: #e6e8eb; font: 16px/1.6 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; max-width: 720px; margin: 0 auto; padding: 40px 20px 80px; }
a { color: #6cb6ff; } a:hover { text-decoration: underline; }
h1 { font-size: 28px; letter-spacing: -0.01em; margin: 0 0 8px; }
h2 { font-size: 18px; color: #c9d1d9; margin: 28px 0 6px; }
.nav { color: #9aa3ad; font-size: 14px; margin: 0 0 16px; } .nav a { color: #9aa3ad; }
.meta { color: #6f7882; font-size: 13px; margin: 0 0 24px; }
code { background: #11151b; border: 1px solid #1e242c; padding: 1px 6px; border-radius: 4px; font-size: 13px; }
</style>
</head>
<body>
<p class="nav"><a href="/">depmedic</a> / terms</p>
<h1>Terms of Service</h1>
<p class="meta">Effective 2026-04-27. Plain English. Last updated 2026-04-27.</p>
<h2>1. Who we are</h2>
<p>"depmedic" refers to the open-source CLIs (<code>depmedic</code>, <code>ci-doctor</code>, <code>cursor-rules-init</code>, <code>gha-budget</code>, <code>pin-actions</code>) published under the <code>depmedicdev-byte</code> GitHub organization, plus the digital products sold through <a href="https://polar.sh/depmedicdev">polar.sh/depmedicdev</a>. The operator is reachable at <a href="mailto:depmedic.dev@gmail.com">depmedic.dev@gmail.com</a>.</p>
<h2>2. The CLIs</h2>
<p>Every CLI we publish to npm is MIT-licensed. You can use them, fork them, vendor them, redistribute them. They run entirely on your machine, do not phone home, and do not collect telemetry. There is no warranty - see the LICENSE file in each repository.</p>
<h2>3. The website and tools</h2>
<p>The pages at <a href="https://depmedicdev-byte.github.io/">depmedicdev-byte.github.io</a> are static HTML. The in-browser tools (<a href="/audit.html">audit</a>, <a href="/budget.html">budget</a>, <a href="/calculator.html">calculator</a>) run entirely in your browser. We do not upload, store, or log the YAML you paste in. There are no analytics scripts and no cookies set by us.</p>
<h2>4. Paid products</h2>
<p>Digital products sold through Polar.sh (cookbooks, rule packs, system prompts) are delivered as downloadable files via the URLs in the order confirmation. Refunds are available within 14 days for any reason - email <a href="mailto:depmedic.dev@gmail.com">depmedic.dev@gmail.com</a> with your order ID. Templates inside paid products are MIT-licensed unless explicitly marked otherwise; written content is licensed for the buyer's personal and team use, not for resale.</p>
<h2>5. X (Twitter) account and other social channels</h2>
<p>The <a href="https://x.com/depmedic">@depmedic</a> account on X publishes notes about the CLIs, the cookbook, and CI cost research. It does not solicit private information. We never DM first, never ask for credentials, and never ask for payment outside of Polar.sh.</p>
<h2>6. Acceptable use</h2>
<p>Don't reverse engineer, redistribute paid product content for resale, or use the CLIs to violate other people's rights. Don't claim our content as your own.</p>
<h2>7. Liability</h2>
<p>Provided as-is. The CLIs ship with no warranty. We do our best to make the cost estimates and rule severities accurate, but they are estimates, not invoices. Verify against your actual GitHub billing before making decisions on real money.</p>
<h2>8. Changes</h2>
<p>If these terms change in any material way, the change will be announced on the <a href="/">homepage</a> and the date above will be updated.</p>
<h2>9. Contact</h2>
<p><a href="mailto:depmedic.dev@gmail.com">depmedic.dev@gmail.com</a>.</p>
</body>
</html>