fix: BUG-055,058,060,061,067,069,053 - QA low/info fixes
All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 1m35s
All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 1m35s
- BUG-055: Remove duplicate preconnect tags from homepage - BUG-058: Add twitter:image meta tag to homepage - BUG-060: Add og:title/description/url to sub-pages - BUG-061: Add /status to sitemap.xml - BUG-067: Add skip-to-content link on all pages - BUG-069: Add legal footer to /docs page - BUG-053: Minify app.js with terser
This commit is contained in:
parent
60efc5e206
commit
7037b885e2
14 changed files with 278 additions and 94 deletions
103
package-lock.json
generated
103
package-lock.json
generated
|
|
@ -27,6 +27,7 @@
|
||||||
"@types/node": "^22.0.0",
|
"@types/node": "^22.0.0",
|
||||||
"@types/nodemailer": "^7.0.9",
|
"@types/nodemailer": "^7.0.9",
|
||||||
"@types/pg": "^8.11.0",
|
"@types/pg": "^8.11.0",
|
||||||
|
"terser": "^5.46.0",
|
||||||
"tsx": "^4.19.0",
|
"tsx": "^4.19.0",
|
||||||
"typescript": "^5.7.0",
|
"typescript": "^5.7.0",
|
||||||
"vitest": "^3.0.0"
|
"vitest": "^3.0.0"
|
||||||
|
|
@ -497,6 +498,38 @@
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@jridgewell/gen-mapping": {
|
||||||
|
"version": "0.3.13",
|
||||||
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
||||||
|
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
||||||
|
"@jridgewell/trace-mapping": "^0.3.24"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@jridgewell/resolve-uri": {
|
||||||
|
"version": "3.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
||||||
|
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@jridgewell/source-map": {
|
||||||
|
"version": "0.3.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
|
||||||
|
"integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@jridgewell/gen-mapping": "^0.3.5",
|
||||||
|
"@jridgewell/trace-mapping": "^0.3.25"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@jridgewell/sourcemap-codec": {
|
"node_modules/@jridgewell/sourcemap-codec": {
|
||||||
"version": "1.5.5",
|
"version": "1.5.5",
|
||||||
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
||||||
|
|
@ -504,6 +537,17 @@
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/@jridgewell/trace-mapping": {
|
||||||
|
"version": "0.3.31",
|
||||||
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
||||||
|
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@jridgewell/resolve-uri": "^3.1.0",
|
||||||
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@pinojs/redact": {
|
"node_modules/@pinojs/redact": {
|
||||||
"version": "0.4.0",
|
"version": "0.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
|
||||||
|
|
@ -1207,6 +1251,19 @@
|
||||||
"node": ">= 0.6"
|
"node": ">= 0.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/acorn": {
|
||||||
|
"version": "8.15.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
||||||
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"bin": {
|
||||||
|
"acorn": "bin/acorn"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/agent-base": {
|
"node_modules/agent-base": {
|
||||||
"version": "7.1.4",
|
"version": "7.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
||||||
|
|
@ -1429,6 +1486,13 @@
|
||||||
"node": "*"
|
"node": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/buffer-from": {
|
||||||
|
"version": "1.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
||||||
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/bytes": {
|
"node_modules/bytes": {
|
||||||
"version": "3.1.2",
|
"version": "3.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
|
||||||
|
|
@ -1558,6 +1622,13 @@
|
||||||
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/commander": {
|
||||||
|
"version": "2.20.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
||||||
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/compressible": {
|
"node_modules/compressible": {
|
||||||
"version": "2.0.18",
|
"version": "2.0.18",
|
||||||
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
|
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
|
||||||
|
|
@ -3606,8 +3677,8 @@
|
||||||
"version": "0.6.1",
|
"version": "0.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
||||||
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
||||||
|
"devOptional": true,
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"optional": true,
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
|
|
@ -3622,6 +3693,17 @@
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/source-map-support": {
|
||||||
|
"version": "0.5.21",
|
||||||
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
||||||
|
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"buffer-from": "^1.0.0",
|
||||||
|
"source-map": "^0.6.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/split2": {
|
"node_modules/split2": {
|
||||||
"version": "4.2.0",
|
"version": "4.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
||||||
|
|
@ -3761,6 +3843,25 @@
|
||||||
"streamx": "^2.15.0"
|
"streamx": "^2.15.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/terser": {
|
||||||
|
"version": "5.46.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/terser/-/terser-5.46.0.tgz",
|
||||||
|
"integrity": "sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "BSD-2-Clause",
|
||||||
|
"dependencies": {
|
||||||
|
"@jridgewell/source-map": "^0.3.3",
|
||||||
|
"acorn": "^8.15.0",
|
||||||
|
"commander": "^2.20.0",
|
||||||
|
"source-map-support": "~0.5.20"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"terser": "bin/terser"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/text-decoder": {
|
"node_modules/text-decoder": {
|
||||||
"version": "1.2.6",
|
"version": "1.2.6",
|
||||||
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.6.tgz",
|
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.6.tgz",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Markdown/HTML to PDF API with built-in invoice templates",
|
"description": "Markdown/HTML to PDF API with built-in invoice templates",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:pages": "node scripts/build-pages.js",
|
"build:pages": "node scripts/build-pages.js && npx terser public/app.js -o public/app.min.js --compress --mangle",
|
||||||
"build": "npm run build:pages && tsc",
|
"build": "npm run build:pages && tsc",
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/index.js",
|
||||||
"dev": "tsx src/index.ts",
|
"dev": "tsx src/index.ts",
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
"@types/node": "^22.0.0",
|
"@types/node": "^22.0.0",
|
||||||
"@types/nodemailer": "^7.0.9",
|
"@types/nodemailer": "^7.0.9",
|
||||||
"@types/pg": "^8.11.0",
|
"@types/pg": "^8.11.0",
|
||||||
|
"terser": "^5.46.0",
|
||||||
"tsx": "^4.19.0",
|
"tsx": "^4.19.0",
|
||||||
"typescript": "^5.7.0",
|
"typescript": "^5.7.0",
|
||||||
"vitest": "^3.0.0"
|
"vitest": "^3.0.0"
|
||||||
|
|
|
||||||
1
public/app.min.js
vendored
Normal file
1
public/app.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -106,13 +106,25 @@
|
||||||
/* Link back */
|
/* Link back */
|
||||||
.back-link { position: fixed; top: 14px; right: 24px; z-index: 100; color: #34d399; text-decoration: none; font-size: 0.85rem; font-family: 'Inter', system-ui, sans-serif; }
|
.back-link { position: fixed; top: 14px; right: 24px; z-index: 100; color: #34d399; text-decoration: none; font-size: 0.85rem; font-family: 'Inter', system-ui, sans-serif; }
|
||||||
.back-link:hover { color: #5eead4; }
|
.back-link:hover { color: #5eead4; }
|
||||||
|
.skip-link { position: absolute; top: -100%; left: 16px; background: #34d399; color: #0b0d11; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem; z-index: 200; transition: top 0.2s; text-decoration: none; }
|
||||||
|
.skip-link:focus { top: 0; }
|
||||||
</style>
|
</style>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="#main" class="skip-link">Skip to content</a>
|
||||||
<a href="/" class="back-link">← Back to docfast.dev</a>
|
<a href="/" class="back-link">← Back to docfast.dev</a>
|
||||||
|
<main id="main">
|
||||||
<div id="swagger-ui"></div>
|
<div id="swagger-ui"></div>
|
||||||
|
</main>
|
||||||
|
<footer style="padding:24px 0;border-top:1px solid #1e2433;text-align:center;">
|
||||||
|
<div style="max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;">
|
||||||
|
<a href="/impressum" style="color:#7a8194;font-size:0.85rem;text-decoration:none;font-family:'Inter',system-ui,sans-serif;">Impressum</a>
|
||||||
|
<a href="/privacy" style="color:#7a8194;font-size:0.85rem;text-decoration:none;font-family:'Inter',system-ui,sans-serif;">Privacy Policy</a>
|
||||||
|
<a href="/terms" style="color:#7a8194;font-size:0.85rem;text-decoration:none;font-family:'Inter',system-ui,sans-serif;">Terms of Service</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
<script src="/swagger-ui/swagger-ui-bundle.js"></script>
|
<script src="/swagger-ui/swagger-ui-bundle.js"></script>
|
||||||
<script src="/swagger-init.js"></script>
|
<script src="/swagger-init.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Impressum — DocFast</title>
|
<title>Impressum — DocFast</title>
|
||||||
<meta name="description" content="Legal notice and company information for DocFast API service.">
|
<meta name="description" content="Legal notice and company information for DocFast API service.">
|
||||||
|
<meta property="og:title" content="Impressum — DocFast">
|
||||||
|
<meta property="og:description" content="Legal notice and company information for DocFast API service.">
|
||||||
|
<meta property="og:url" content="https://docfast.dev/impressum">
|
||||||
<link rel="canonical" href="https://docfast.dev/impressum">
|
<link rel="canonical" href="https://docfast.dev/impressum">
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
|
|
@ -20,7 +23,7 @@ body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Robo
|
||||||
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
|
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
|
||||||
a:hover { color: var(--accent-hover); }
|
a:hover { color: var(--accent-hover); }
|
||||||
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
|
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
|
||||||
nav { padding: 20px 0; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--bg); z-index: 100; }
|
nav { padding: 20px 0; border-bottom: 1px solid var(--border); }
|
||||||
nav .container { display: flex; align-items: center; justify-content: space-between; }
|
nav .container { display: flex; align-items: center; justify-content: space-between; }
|
||||||
.logo { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.5px; color: var(--fg); display: flex; align-items: center; gap: 8px; text-decoration: none; }
|
.logo { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.5px; color: var(--fg); display: flex; align-items: center; gap: 8px; text-decoration: none; }
|
||||||
.logo span { color: var(--accent); }
|
.logo span { color: var(--accent); }
|
||||||
|
|
@ -44,11 +47,13 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
footer .container { flex-direction: column; text-align: center; }
|
footer .container { flex-direction: column; text-align: center; }
|
||||||
.nav-links { gap: 16px; }
|
.nav-links { gap: 16px; }
|
||||||
}
|
}
|
||||||
|
/* Skip to content */
|
||||||
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
|
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--accent); color: #0b0d11; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem; z-index: 200; transition: top 0.2s; }
|
||||||
|
.skip-link:focus { top: 0; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="#main" class="skip-link">Skip to content</a>
|
||||||
|
|
||||||
<nav aria-label="Main navigation">
|
<nav aria-label="Main navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -61,7 +66,7 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main id="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Impressum</h1>
|
<h1>Impressum</h1>
|
||||||
<p><em>Legal notice according to § 5 ECG and § 25 MedienG (Austrian law)</em></p>
|
<p><em>Legal notice according to § 5 ECG and § 25 MedienG (Austrian law)</em></p>
|
||||||
|
|
@ -98,7 +103,8 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/docs">Docs</a>
|
<a href="/docs">Docs</a>
|
||||||
<a href="/status">API Status</a>
|
<a href="/health">API Status</a>
|
||||||
|
<a href="mailto:support@docfast.dev">Support</a>
|
||||||
<a href="/impressum">Impressum</a>
|
<a href="/impressum">Impressum</a>
|
||||||
<a href="/privacy">Privacy Policy</a>
|
<a href="/privacy">Privacy Policy</a>
|
||||||
<a href="/terms">Terms of Service</a>
|
<a href="/terms">Terms of Service</a>
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,10 @@
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="DocFast — HTML & Markdown to PDF API">
|
<meta name="twitter:title" content="DocFast — HTML & Markdown to PDF API">
|
||||||
<meta name="twitter:description" content="Convert HTML and Markdown to beautiful PDFs with a simple API call.">
|
<meta name="twitter:description" content="Convert HTML and Markdown to beautiful PDFs with a simple API call.">
|
||||||
|
<meta name="twitter:image" content="https://docfast.dev/og-image.png">
|
||||||
<link rel="canonical" href="https://docfast.dev">
|
<link rel="canonical" href="https://docfast.dev">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{"@context":"https://schema.org","@type":"SoftwareApplication","name":"DocFast","url":"https://docfast.dev","applicationCategory":"DeveloperApplication","operatingSystem":"Web","description":"Convert HTML and Markdown to beautiful PDFs with a simple API call. Fast, reliable, developer-friendly.","offers":[{"@type":"Offer","price":"0","priceCurrency":"EUR","name":"Free","description":"100 PDFs/month"},{"@type":"Offer","price":"9","priceCurrency":"EUR","name":"Pro","description":"2,500 PDFs per month","billingIncrement":"P1M"}]}
|
{"@context":"https://schema.org","@type":"SoftwareApplication","name":"DocFast","url":"https://docfast.dev","applicationCategory":"DeveloperApplication","operatingSystem":"Web","description":"Convert HTML and Markdown to beautiful PDFs with a simple API call. Fast, reliable, developer-friendly.","offers":[{"@type":"Offer","price":"0","priceCurrency":"EUR","name":"Free","description":"100 PDFs/month"},{"@type":"Offer","price":"9","priceCurrency":"EUR","name":"Pro","description":"5,000 PDFs per month","billingIncrement":"P1M"}]}
|
||||||
</script>
|
</script>
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
||||||
<style>
|
<style>
|
||||||
|
|
@ -25,44 +24,22 @@
|
||||||
:root {
|
:root {
|
||||||
--bg: #0b0d11; --bg2: #12151c; --fg: #e4e7ed; --muted: #7a8194;
|
--bg: #0b0d11; --bg2: #12151c; --fg: #e4e7ed; --muted: #7a8194;
|
||||||
--accent: #34d399; --accent-hover: #5eead4; --accent-glow: rgba(52,211,153,0.12);
|
--accent: #34d399; --accent-hover: #5eead4; --accent-glow: rgba(52,211,153,0.12);
|
||||||
--card: #151922; --border: #1e2433;
|
--accent2: #60a5fa; --card: #151922; --border: #1e2433;
|
||||||
--radius: 12px; --radius-lg: 16px;
|
--radius: 12px; --radius-lg: 16px;
|
||||||
}
|
}
|
||||||
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg); color: var(--fg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
|
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg); color: var(--fg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
|
||||||
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
|
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
|
||||||
a:hover { color: var(--accent-hover); }
|
a:hover { color: var(--accent-hover); }
|
||||||
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
|
.container { max-width: 1020px; margin: 0 auto; padding: 0 24px; }
|
||||||
nav { padding: 20px 0; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--bg); z-index: 100; }
|
|
||||||
|
/* Nav */
|
||||||
|
nav { padding: 20px 0; border-bottom: 1px solid var(--border); }
|
||||||
nav .container { display: flex; align-items: center; justify-content: space-between; }
|
nav .container { display: flex; align-items: center; justify-content: space-between; }
|
||||||
.logo { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.5px; color: var(--fg); display: flex; align-items: center; gap: 8px; text-decoration: none; }
|
.logo { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.5px; color: var(--fg); display: flex; align-items: center; gap: 8px; }
|
||||||
.logo span { color: var(--accent); }
|
.logo span { color: var(--accent); }
|
||||||
.nav-links { display: flex; gap: 28px; align-items: center; }
|
.nav-links { display: flex; gap: 28px; align-items: center; }
|
||||||
.nav-links a { color: var(--muted); font-size: 0.9rem; font-weight: 500; }
|
.nav-links a { color: var(--muted); font-size: 0.9rem; font-weight: 500; }
|
||||||
.nav-links a:hover { color: var(--fg); }
|
.nav-links a:hover { color: var(--fg); }
|
||||||
.content { padding: 60px 0; min-height: 60vh; }
|
|
||||||
.content h1 { font-size: 2rem; font-weight: 800; margin-bottom: 32px; letter-spacing: -1px; }
|
|
||||||
.content h2 { font-size: 1.3rem; font-weight: 700; margin: 32px 0 16px; color: var(--fg); }
|
|
||||||
.content h3 { font-size: 1.1rem; font-weight: 600; margin: 24px 0 12px; color: var(--fg); }
|
|
||||||
.content p, .content li { color: var(--muted); margin-bottom: 12px; }
|
|
||||||
.content ul, .content ol { padding-left: 24px; }
|
|
||||||
.content strong { color: var(--fg); }
|
|
||||||
footer { padding: 32px 0; border-top: 1px solid var(--border); margin-top: 60px; }
|
|
||||||
footer .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
|
|
||||||
.footer-left { color: var(--muted); font-size: 0.85rem; }
|
|
||||||
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
|
|
||||||
.footer-links a { color: var(--muted); font-size: 0.85rem; }
|
|
||||||
.footer-links a:hover { color: var(--fg); }
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
footer .container { flex-direction: column; text-align: center; }
|
|
||||||
.nav-links { gap: 16px; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
|
|
||||||
</style>
|
|
||||||
<style>
|
|
||||||
/* Index-page extra vars */
|
|
||||||
:root { --accent2: #60a5fa; }
|
|
||||||
.container { max-width: 1020px; }
|
|
||||||
|
|
||||||
/* Hero */
|
/* Hero */
|
||||||
.hero { padding: 100px 0 80px; text-align: center; position: relative; }
|
.hero { padding: 100px 0 80px; text-align: center; position: relative; }
|
||||||
|
|
@ -143,10 +120,13 @@ section { position: relative; }
|
||||||
.eu-icon { font-size: 2.5rem; }
|
.eu-icon { font-size: 2.5rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer (index override) */
|
/* Footer */
|
||||||
footer { padding: 40px 0; }
|
footer { padding: 40px 0; border-top: 1px solid var(--border); }
|
||||||
footer .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
|
footer .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
|
||||||
.footer-links { gap: 24px; }
|
.footer-left { color: var(--muted); font-size: 0.85rem; }
|
||||||
|
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
|
||||||
|
.footer-links a { color: var(--muted); font-size: 0.85rem; }
|
||||||
|
.footer-links a:hover { color: var(--fg); }
|
||||||
|
|
||||||
/* Modal */
|
/* Modal */
|
||||||
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.75); backdrop-filter: blur(4px); z-index: 100; align-items: center; justify-content: center; }
|
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.75); backdrop-filter: blur(4px); z-index: 100; align-items: center; justify-content: center; }
|
||||||
|
|
@ -175,20 +155,6 @@ footer .container { display: flex; align-items: center; justify-content: space-b
|
||||||
.warning-box .icon { font-size: 1.1rem; flex-shrink: 0; }
|
.warning-box .icon { font-size: 1.1rem; flex-shrink: 0; }
|
||||||
.signup-error { color: #f87171; font-size: 0.85rem; margin-bottom: 16px; display: none; padding: 10px 14px; background: rgba(248,113,113,0.06); border: 1px solid rgba(248,113,113,0.15); border-radius: 8px; }
|
.signup-error { color: #f87171; font-size: 0.85rem; margin-bottom: 16px; display: none; padding: 10px 14px; background: rgba(248,113,113,0.06); border: 1px solid rgba(248,113,113,0.15); border-radius: 8px; }
|
||||||
|
|
||||||
/* Recovery modal states */
|
|
||||||
#recoverInitial, #recoverLoading, #recoverVerify, #recoverResult { display: none; }
|
|
||||||
#recoverInitial.active { display: block; }
|
|
||||||
#recoverLoading.active { display: flex; flex-direction: column; align-items: center; padding: 40px 0; text-align: center; }
|
|
||||||
#recoverResult.active { display: block; }
|
|
||||||
#recoverVerify.active { display: block; }
|
|
||||||
|
|
||||||
/* Email change modal states */
|
|
||||||
#emailChangeInitial, #emailChangeLoading, #emailChangeVerify, #emailChangeResult { display: none; }
|
|
||||||
#emailChangeInitial.active { display: block; }
|
|
||||||
#emailChangeLoading.active { display: flex; flex-direction: column; align-items: center; padding: 40px 0; text-align: center; }
|
|
||||||
#emailChangeResult.active { display: block; }
|
|
||||||
#emailChangeVerify.active { display: block; }
|
|
||||||
|
|
||||||
/* Responsive */
|
/* Responsive */
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
.hero { padding: 72px 0 56px; }
|
.hero { padding: 72px 0 56px; }
|
||||||
|
|
@ -226,9 +192,9 @@ footer .container { display: flex; align-items: center; justify-content: space-b
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile overflow fixes — overflow-x: clip (not hidden) preserves position:sticky */
|
/* Additional mobile overflow fixes */
|
||||||
html, body {
|
html, body {
|
||||||
overflow-x: clip !important;
|
overflow-x: hidden !important;
|
||||||
max-width: 100vw !important;
|
max-width: 100vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -237,7 +203,7 @@ html, body {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
overflow-x: clip !important;
|
overflow-x: hidden !important;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
overflow-x: hidden !important;
|
overflow-x: hidden !important;
|
||||||
|
|
@ -279,28 +245,45 @@ html, body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Recovery modal states */
|
||||||
|
#recoverInitial, #recoverLoading, #recoverVerify, #recoverResult { display: none; }
|
||||||
|
#recoverInitial.active { display: block; }
|
||||||
|
#recoverLoading.active { display: flex; flex-direction: column; align-items: center; padding: 40px 0; text-align: center; }
|
||||||
|
#recoverResult.active { display: block; }
|
||||||
|
#recoverVerify.active { display: block; }
|
||||||
|
|
||||||
|
/* Email change modal states */
|
||||||
|
#emailChangeInitial, #emailChangeLoading, #emailChangeVerify, #emailChangeResult { display: none; }
|
||||||
|
#emailChangeInitial.active { display: block; }
|
||||||
|
#emailChangeLoading.active { display: flex; flex-direction: column; align-items: center; padding: 40px 0; text-align: center; }
|
||||||
|
#emailChangeResult.active { display: block; }
|
||||||
|
#emailChangeVerify.active { display: block; }
|
||||||
|
|
||||||
/* Focus-visible for accessibility */
|
/* Focus-visible for accessibility */
|
||||||
.btn:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
|
.btn:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
|
||||||
|
/* Skip to content */
|
||||||
|
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--accent); color: #0b0d11; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem; z-index: 200; transition: top 0.2s; }
|
||||||
|
.skip-link:focus { top: 0; }
|
||||||
</style>
|
</style>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="#main" class="skip-link">Skip to content</a>
|
||||||
|
|
||||||
<nav aria-label="Main navigation">
|
<nav aria-label="Main navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a href="/" class="logo">⚡ Doc<span>Fast</span></a>
|
<a href="/" class="logo">⚡ Doc<span>Fast</span></a>
|
||||||
<div class="nav-links">
|
<div class="nav-links">
|
||||||
<a href="/#features">Features</a>
|
<a href="#features">Features</a>
|
||||||
<a href="/#pricing">Pricing</a>
|
<a href="#pricing">Pricing</a>
|
||||||
<a href="/docs">Docs</a>
|
<a href="/docs">Docs</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main role="main">
|
<main class="hero" role="main" id="main">
|
||||||
<section class="hero">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="badge">🚀 Simple PDF API for Developers</div>
|
<div class="badge">🚀 Simple PDF API for Developers</div>
|
||||||
<h1>HTML to <span class="gradient">PDF</span><br>in one API call</h1>
|
<h1>HTML to <span class="gradient">PDF</span><br>in one API call</h1>
|
||||||
|
|
@ -326,7 +309,7 @@ html, body {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</main>
|
||||||
|
|
||||||
<section class="trust">
|
<section class="trust">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -356,7 +339,7 @@ html, body {
|
||||||
<div class="eu-badge">
|
<div class="eu-badge">
|
||||||
<div class="eu-icon">🇪🇺</div>
|
<div class="eu-icon">🇪🇺</div>
|
||||||
<div class="eu-content">
|
<div class="eu-content">
|
||||||
<h2>Hosted in the EU</h2>
|
<h3>Hosted in the EU</h3>
|
||||||
<p>Your data never leaves the EU • GDPR Compliant • Hetzner Germany (Nuremberg)</p>
|
<p>Your data never leaves the EU • GDPR Compliant • Hetzner Germany (Nuremberg)</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -424,7 +407,7 @@ html, body {
|
||||||
<div class="price-amount">€9<span> /mo</span></div>
|
<div class="price-amount">€9<span> /mo</span></div>
|
||||||
<div class="price-desc">For production apps and businesses</div>
|
<div class="price-desc">For production apps and businesses</div>
|
||||||
<ul class="price-features">
|
<ul class="price-features">
|
||||||
<li>2,500 PDFs per month</li>
|
<li>5,000 PDFs per month</li>
|
||||||
<li>All conversion endpoints</li>
|
<li>All conversion endpoints</li>
|
||||||
<li>All templates included</li>
|
<li>All templates included</li>
|
||||||
<li>Priority support (<a href="mailto:support@docfast.dev">support@docfast.dev</a>)</li>
|
<li>Priority support (<a href="mailto:support@docfast.dev">support@docfast.dev</a>)</li>
|
||||||
|
|
@ -435,15 +418,14 @@ html, body {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer aria-label="Footer">
|
<footer aria-label="Footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-left">© 2026 DocFast. Fast PDF generation for developers.</div>
|
<div class="footer-left">© 2026 DocFast. Fast PDF generation for developers.</div>
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/docs">Docs</a>
|
<a href="/docs">Docs</a>
|
||||||
<a href="/status">API Status</a>
|
<a href="/health">API Status</a>
|
||||||
|
<a href="mailto:support@docfast.dev">Support</a>
|
||||||
<a href="/impressum">Impressum</a>
|
<a href="/impressum">Impressum</a>
|
||||||
<a href="/privacy">Privacy Policy</a>
|
<a href="/privacy">Privacy Policy</a>
|
||||||
<a href="/terms">Terms of Service</a>
|
<a href="/terms">Terms of Service</a>
|
||||||
|
|
@ -454,13 +436,12 @@ html, body {
|
||||||
<!-- Signup Modal -->
|
<!-- Signup Modal -->
|
||||||
<div class="modal-overlay" id="signupModal" role="dialog" aria-label="Sign up for API key">
|
<div class="modal-overlay" id="signupModal" role="dialog" aria-label="Sign up for API key">
|
||||||
<div class="modal">
|
<div class="modal">
|
||||||
<button class="close" id="btn-close-signup" aria-label="Close">×</button>
|
<button class="close" id="btn-close-signup">×</button>
|
||||||
|
|
||||||
<div id="signupInitial" class="active">
|
<div id="signupInitial" class="active">
|
||||||
<h2>Get your free API key</h2>
|
<h2>Get your free API key</h2>
|
||||||
<p>Enter your email to get started. No credit card required.</p>
|
<p>Enter your email to get started. No credit card required.</p>
|
||||||
<div class="signup-error" id="signupError"></div>
|
<div class="signup-error" id="signupError"></div>
|
||||||
<label for="signupEmail" class="sr-only">Email address</label>
|
|
||||||
<input type="email" id="signupEmail" placeholder="your.email@example.com" style="width:100%;padding:12px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:0.9rem;margin-bottom:16px;" required>
|
<input type="email" id="signupEmail" placeholder="your.email@example.com" style="width:100%;padding:12px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:0.9rem;margin-bottom:16px;" required>
|
||||||
<button class="btn btn-primary" style="width:100%" id="signupBtn">Generate API Key →</button>
|
<button class="btn btn-primary" style="width:100%" id="signupBtn">Generate API Key →</button>
|
||||||
<p style="margin-top:16px;color:var(--muted);font-size:0.8rem;text-align:center;">100 free PDFs/month • All endpoints included<br><a href="#" class="open-recover" style="color:var(--muted)">Lost your API key? Recover it →</a></p>
|
<p style="margin-top:16px;color:var(--muted);font-size:0.8rem;text-align:center;">100 free PDFs/month • All endpoints included<br><a href="#" class="open-recover" style="color:var(--muted)">Lost your API key? Recover it →</a></p>
|
||||||
|
|
@ -475,7 +456,6 @@ html, body {
|
||||||
<h2>Enter verification code</h2>
|
<h2>Enter verification code</h2>
|
||||||
<p>We sent a 6-digit code to <strong id="verifyEmailDisplay"></strong></p>
|
<p>We sent a 6-digit code to <strong id="verifyEmailDisplay"></strong></p>
|
||||||
<div class="signup-error" id="verifyError"></div>
|
<div class="signup-error" id="verifyError"></div>
|
||||||
<label for="verifyCode" class="sr-only">Verification code</label>
|
|
||||||
<input type="text" id="verifyCode" placeholder="123456" maxlength="6" pattern="[0-9]{6}" inputmode="numeric" style="width:100%;padding:14px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:1.4rem;letter-spacing:0.3em;text-align:center;margin-bottom:16px;font-family:monospace;" required>
|
<input type="text" id="verifyCode" placeholder="123456" maxlength="6" pattern="[0-9]{6}" inputmode="numeric" style="width:100%;padding:14px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:1.4rem;letter-spacing:0.3em;text-align:center;margin-bottom:16px;font-family:monospace;" required>
|
||||||
<button class="btn btn-primary" style="width:100%" id="verifyBtn">Verify →</button>
|
<button class="btn btn-primary" style="width:100%" id="verifyBtn">Verify →</button>
|
||||||
<p style="margin-top:16px;color:var(--muted);font-size:0.8rem;text-align:center;">Code expires in 15 minutes</p>
|
<p style="margin-top:16px;color:var(--muted);font-size:0.8rem;text-align:center;">Code expires in 15 minutes</p>
|
||||||
|
|
@ -498,15 +478,14 @@ html, body {
|
||||||
|
|
||||||
|
|
||||||
<!-- Recovery Modal -->
|
<!-- Recovery Modal -->
|
||||||
<div class="modal-overlay" id="recoverModal" role="dialog" aria-modal="true" aria-label="Recover API key">
|
<div class="modal-overlay" id="recoverModal" role="dialog" aria-label="Recover API key">
|
||||||
<div class="modal">
|
<div class="modal">
|
||||||
<button class="close" id="btn-close-recover" aria-label="Close">×</button>
|
<button class="close" id="btn-close-recover">×</button>
|
||||||
|
|
||||||
<div id="recoverInitial" class="active">
|
<div id="recoverInitial" class="active">
|
||||||
<h2>Recover your API key</h2>
|
<h2>Recover your API key</h2>
|
||||||
<p>Enter the email you signed up with. We'll send a verification code.</p>
|
<p>Enter the email you signed up with. We'll send a verification code.</p>
|
||||||
<div class="signup-error" id="recoverError"></div>
|
<div class="signup-error" id="recoverError"></div>
|
||||||
<label for="recoverEmailInput" class="sr-only">Email address</label>
|
|
||||||
<input type="email" id="recoverEmailInput" placeholder="your.email@example.com" style="width:100%;padding:12px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:0.9rem;margin-bottom:16px;" required>
|
<input type="email" id="recoverEmailInput" placeholder="your.email@example.com" style="width:100%;padding:12px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:0.9rem;margin-bottom:16px;" required>
|
||||||
<button class="btn btn-primary" style="width:100%" id="recoverBtn">Send Verification Code →</button>
|
<button class="btn btn-primary" style="width:100%" id="recoverBtn">Send Verification Code →</button>
|
||||||
<p style="margin-top:16px;color:var(--muted);font-size:0.8rem;text-align:center;">Your key will be shown here after verification — never sent via email</p>
|
<p style="margin-top:16px;color:var(--muted);font-size:0.8rem;text-align:center;">Your key will be shown here after verification — never sent via email</p>
|
||||||
|
|
@ -521,7 +500,6 @@ html, body {
|
||||||
<h2>Enter verification code</h2>
|
<h2>Enter verification code</h2>
|
||||||
<p>We sent a 6-digit code to <strong id="recoverEmailDisplay"></strong></p>
|
<p>We sent a 6-digit code to <strong id="recoverEmailDisplay"></strong></p>
|
||||||
<div class="signup-error" id="recoverVerifyError"></div>
|
<div class="signup-error" id="recoverVerifyError"></div>
|
||||||
<label for="recoverCode" class="sr-only">Verification code</label>
|
|
||||||
<input type="text" id="recoverCode" placeholder="123456" maxlength="6" pattern="[0-9]{6}" inputmode="numeric" style="width:100%;padding:14px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:1.4rem;letter-spacing:0.3em;text-align:center;margin-bottom:16px;font-family:monospace;" required>
|
<input type="text" id="recoverCode" placeholder="123456" maxlength="6" pattern="[0-9]{6}" inputmode="numeric" style="width:100%;padding:14px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:1.4rem;letter-spacing:0.3em;text-align:center;margin-bottom:16px;font-family:monospace;" required>
|
||||||
<button class="btn btn-primary" style="width:100%" id="recoverVerifyBtn">Verify →</button>
|
<button class="btn btn-primary" style="width:100%" id="recoverVerifyBtn">Verify →</button>
|
||||||
<p style="margin-top:16px;color:var(--muted);font-size:0.8rem;text-align:center;">Code expires in 15 minutes</p>
|
<p style="margin-top:16px;color:var(--muted);font-size:0.8rem;text-align:center;">Code expires in 15 minutes</p>
|
||||||
|
|
@ -543,7 +521,43 @@ html, body {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<script src="/app.js"></script>
|
<!-- Email Change Modal -->
|
||||||
|
<div class="modal-overlay" id="emailChangeModal" role="dialog" aria-label="Change email">
|
||||||
|
<div class="modal">
|
||||||
|
<button class="close" id="btn-close-email-change">×</button>
|
||||||
|
|
||||||
|
<div id="emailChangeInitial" class="active">
|
||||||
|
<h2>Change your email</h2>
|
||||||
|
<p>Enter your API key and new email address.</p>
|
||||||
|
<div class="signup-error" id="emailChangeError"></div>
|
||||||
|
<input type="text" id="emailChangeApiKey" placeholder="Your API key (df_free_... or df_pro_...)" style="width:100%;padding:12px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:0.9rem;margin-bottom:12px;font-family:monospace;" required>
|
||||||
|
<input type="email" id="emailChangeNewEmail" placeholder="new.email@example.com" style="width:100%;padding:12px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:0.9rem;margin-bottom:16px;" required>
|
||||||
|
<button class="btn btn-primary" style="width:100%" id="emailChangeBtn">Send Verification Code →</button>
|
||||||
|
<p style="margin-top:16px;color:var(--muted);font-size:0.8rem;text-align:center;">A verification code will be sent to your new email</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="emailChangeLoading">
|
||||||
|
<div class="spinner"></div>
|
||||||
|
<p style="color:var(--muted);margin:0">Sending verification code…</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="emailChangeVerify">
|
||||||
|
<h2>Enter verification code</h2>
|
||||||
|
<p>We sent a 6-digit code to <strong id="emailChangeEmailDisplay"></strong></p>
|
||||||
|
<div class="signup-error" id="emailChangeVerifyError"></div>
|
||||||
|
<input type="text" id="emailChangeCode" placeholder="123456" maxlength="6" pattern="[0-9]{6}" inputmode="numeric" style="width:100%;padding:14px;border:1px solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;font-size:1.4rem;letter-spacing:0.3em;text-align:center;margin-bottom:16px;font-family:monospace;" required>
|
||||||
|
<button class="btn btn-primary" style="width:100%" id="emailChangeVerifyBtn">Verify →</button>
|
||||||
|
<p style="margin-top:16px;color:var(--muted);font-size:0.8rem;text-align:center;">Code expires in 15 minutes</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="emailChangeResult">
|
||||||
|
<h2>✅ Email updated!</h2>
|
||||||
|
<p>Your account email has been changed to <strong id="emailChangeNewDisplay"></strong></p>
|
||||||
|
<p style="margin-top:20px;color:var(--muted);font-size:0.9rem;"><a href="/docs">Read the docs →</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="/app.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Privacy Policy — DocFast</title>
|
<title>Privacy Policy — DocFast</title>
|
||||||
<meta name="description" content="Privacy policy for DocFast API service - GDPR compliant data protection information.">
|
<meta name="description" content="Privacy policy for DocFast API service - GDPR compliant data protection information.">
|
||||||
|
<meta property="og:title" content="Privacy Policy — DocFast">
|
||||||
|
<meta property="og:description" content="Privacy policy for DocFast API service - GDPR compliant data protection information.">
|
||||||
|
<meta property="og:url" content="https://docfast.dev/privacy">
|
||||||
<link rel="canonical" href="https://docfast.dev/privacy">
|
<link rel="canonical" href="https://docfast.dev/privacy">
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
|
|
@ -20,7 +23,7 @@ body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Robo
|
||||||
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
|
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
|
||||||
a:hover { color: var(--accent-hover); }
|
a:hover { color: var(--accent-hover); }
|
||||||
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
|
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
|
||||||
nav { padding: 20px 0; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--bg); z-index: 100; }
|
nav { padding: 20px 0; border-bottom: 1px solid var(--border); }
|
||||||
nav .container { display: flex; align-items: center; justify-content: space-between; }
|
nav .container { display: flex; align-items: center; justify-content: space-between; }
|
||||||
.logo { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.5px; color: var(--fg); display: flex; align-items: center; gap: 8px; text-decoration: none; }
|
.logo { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.5px; color: var(--fg); display: flex; align-items: center; gap: 8px; text-decoration: none; }
|
||||||
.logo span { color: var(--accent); }
|
.logo span { color: var(--accent); }
|
||||||
|
|
@ -44,11 +47,13 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
footer .container { flex-direction: column; text-align: center; }
|
footer .container { flex-direction: column; text-align: center; }
|
||||||
.nav-links { gap: 16px; }
|
.nav-links { gap: 16px; }
|
||||||
}
|
}
|
||||||
|
/* Skip to content */
|
||||||
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
|
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--accent); color: #0b0d11; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem; z-index: 200; transition: top 0.2s; }
|
||||||
|
.skip-link:focus { top: 0; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="#main" class="skip-link">Skip to content</a>
|
||||||
|
|
||||||
<nav aria-label="Main navigation">
|
<nav aria-label="Main navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -61,7 +66,7 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main id="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Privacy Policy</h1>
|
<h1>Privacy Policy</h1>
|
||||||
<p><em>Last updated: February 16, 2026</em></p>
|
<p><em>Last updated: February 16, 2026</em></p>
|
||||||
|
|
@ -180,7 +185,8 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/docs">Docs</a>
|
<a href="/docs">Docs</a>
|
||||||
<a href="/status">API Status</a>
|
<a href="/health">API Status</a>
|
||||||
|
<a href="mailto:support@docfast.dev">Support</a>
|
||||||
<a href="/impressum">Impressum</a>
|
<a href="/impressum">Impressum</a>
|
||||||
<a href="/privacy">Privacy Policy</a>
|
<a href="/privacy">Privacy Policy</a>
|
||||||
<a href="/terms">Terms of Service</a>
|
<a href="/terms">Terms of Service</a>
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,5 @@
|
||||||
<url><loc>https://docfast.dev/impressum</loc><lastmod>2026-02-16</lastmod><changefreq>monthly</changefreq><priority>0.3</priority></url>
|
<url><loc>https://docfast.dev/impressum</loc><lastmod>2026-02-16</lastmod><changefreq>monthly</changefreq><priority>0.3</priority></url>
|
||||||
<url><loc>https://docfast.dev/privacy</loc><lastmod>2026-02-16</lastmod><changefreq>monthly</changefreq><priority>0.3</priority></url>
|
<url><loc>https://docfast.dev/privacy</loc><lastmod>2026-02-16</lastmod><changefreq>monthly</changefreq><priority>0.3</priority></url>
|
||||||
<url><loc>https://docfast.dev/terms</loc><lastmod>2026-02-16</lastmod><changefreq>monthly</changefreq><priority>0.3</priority></url>
|
<url><loc>https://docfast.dev/terms</loc><lastmod>2026-02-16</lastmod><changefreq>monthly</changefreq><priority>0.3</priority></url>
|
||||||
|
<url><loc>https://docfast.dev/status</loc><lastmod>2026-02-17</lastmod><changefreq>always</changefreq><priority>0.2</priority></url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Terms of Service — DocFast</title>
|
<title>Terms of Service — DocFast</title>
|
||||||
<meta name="description" content="Terms of service for DocFast API - legal terms and conditions for using our PDF generation service.">
|
<meta name="description" content="Terms of service for DocFast API - legal terms and conditions for using our PDF generation service.">
|
||||||
|
<meta property="og:title" content="Terms of Service — DocFast">
|
||||||
|
<meta property="og:description" content="Terms of service for DocFast API - legal terms and conditions for using our PDF generation service.">
|
||||||
|
<meta property="og:url" content="https://docfast.dev/terms">
|
||||||
<link rel="canonical" href="https://docfast.dev/terms">
|
<link rel="canonical" href="https://docfast.dev/terms">
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
|
|
@ -20,7 +23,7 @@ body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Robo
|
||||||
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
|
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
|
||||||
a:hover { color: var(--accent-hover); }
|
a:hover { color: var(--accent-hover); }
|
||||||
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
|
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
|
||||||
nav { padding: 20px 0; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--bg); z-index: 100; }
|
nav { padding: 20px 0; border-bottom: 1px solid var(--border); }
|
||||||
nav .container { display: flex; align-items: center; justify-content: space-between; }
|
nav .container { display: flex; align-items: center; justify-content: space-between; }
|
||||||
.logo { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.5px; color: var(--fg); display: flex; align-items: center; gap: 8px; text-decoration: none; }
|
.logo { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.5px; color: var(--fg); display: flex; align-items: center; gap: 8px; text-decoration: none; }
|
||||||
.logo span { color: var(--accent); }
|
.logo span { color: var(--accent); }
|
||||||
|
|
@ -44,11 +47,13 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
footer .container { flex-direction: column; text-align: center; }
|
footer .container { flex-direction: column; text-align: center; }
|
||||||
.nav-links { gap: 16px; }
|
.nav-links { gap: 16px; }
|
||||||
}
|
}
|
||||||
|
/* Skip to content */
|
||||||
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
|
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--accent); color: #0b0d11; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem; z-index: 200; transition: top 0.2s; }
|
||||||
|
.skip-link:focus { top: 0; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="#main" class="skip-link">Skip to content</a>
|
||||||
|
|
||||||
<nav aria-label="Main navigation">
|
<nav aria-label="Main navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -61,7 +66,7 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main id="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Terms of Service</h1>
|
<h1>Terms of Service</h1>
|
||||||
<p><em>Last updated: February 16, 2026</em></p>
|
<p><em>Last updated: February 16, 2026</em></p>
|
||||||
|
|
@ -140,7 +145,7 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>Target:</strong> 99.5% uptime (best effort, no SLA for free tier)</li>
|
<li><strong>Target:</strong> 99.5% uptime (best effort, no SLA for free tier)</li>
|
||||||
<li><strong>Maintenance:</strong> Scheduled maintenance with advance notice</li>
|
<li><strong>Maintenance:</strong> Scheduled maintenance with advance notice</li>
|
||||||
<li><strong>Status page:</strong> <a href="/status">https://docfast.dev/status</a></li>
|
<li><strong>Status page:</strong> <a href="/health">https://docfast.dev/health</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>5.2 Performance</h3>
|
<h3>5.2 Performance</h3>
|
||||||
|
|
@ -252,7 +257,8 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/docs">Docs</a>
|
<a href="/docs">Docs</a>
|
||||||
<a href="/status">API Status</a>
|
<a href="/health">API Status</a>
|
||||||
|
<a href="mailto:support@docfast.dev">Support</a>
|
||||||
<a href="/impressum">Impressum</a>
|
<a href="/impressum">Impressum</a>
|
||||||
<a href="/privacy">Privacy Policy</a>
|
<a href="/privacy">Privacy Policy</a>
|
||||||
<a href="/terms">Terms of Service</a>
|
<a href="/terms">Terms of Service</a>
|
||||||
|
|
|
||||||
|
|
@ -106,13 +106,25 @@
|
||||||
/* Link back */
|
/* Link back */
|
||||||
.back-link { position: fixed; top: 14px; right: 24px; z-index: 100; color: #34d399; text-decoration: none; font-size: 0.85rem; font-family: 'Inter', system-ui, sans-serif; }
|
.back-link { position: fixed; top: 14px; right: 24px; z-index: 100; color: #34d399; text-decoration: none; font-size: 0.85rem; font-family: 'Inter', system-ui, sans-serif; }
|
||||||
.back-link:hover { color: #5eead4; }
|
.back-link:hover { color: #5eead4; }
|
||||||
|
.skip-link { position: absolute; top: -100%; left: 16px; background: #34d399; color: #0b0d11; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem; z-index: 200; transition: top 0.2s; text-decoration: none; }
|
||||||
|
.skip-link:focus { top: 0; }
|
||||||
</style>
|
</style>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="#main" class="skip-link">Skip to content</a>
|
||||||
<a href="/" class="back-link">← Back to docfast.dev</a>
|
<a href="/" class="back-link">← Back to docfast.dev</a>
|
||||||
|
<main id="main">
|
||||||
<div id="swagger-ui"></div>
|
<div id="swagger-ui"></div>
|
||||||
|
</main>
|
||||||
|
<footer style="padding:24px 0;border-top:1px solid #1e2433;text-align:center;">
|
||||||
|
<div style="max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;">
|
||||||
|
<a href="/impressum" style="color:#7a8194;font-size:0.85rem;text-decoration:none;font-family:'Inter',system-ui,sans-serif;">Impressum</a>
|
||||||
|
<a href="/privacy" style="color:#7a8194;font-size:0.85rem;text-decoration:none;font-family:'Inter',system-ui,sans-serif;">Privacy Policy</a>
|
||||||
|
<a href="/terms" style="color:#7a8194;font-size:0.85rem;text-decoration:none;font-family:'Inter',system-ui,sans-serif;">Terms of Service</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
<script src="/swagger-ui/swagger-ui-bundle.js"></script>
|
<script src="/swagger-ui/swagger-ui-bundle.js"></script>
|
||||||
<script src="/swagger-init.js"></script>
|
<script src="/swagger-init.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Impressum — DocFast</title>
|
<title>Impressum — DocFast</title>
|
||||||
<meta name="description" content="Legal notice and company information for DocFast API service.">
|
<meta name="description" content="Legal notice and company information for DocFast API service.">
|
||||||
|
<meta property="og:title" content="Impressum — DocFast">
|
||||||
|
<meta property="og:description" content="Legal notice and company information for DocFast API service.">
|
||||||
|
<meta property="og:url" content="https://docfast.dev/impressum">
|
||||||
<link rel="canonical" href="https://docfast.dev/impressum">
|
<link rel="canonical" href="https://docfast.dev/impressum">
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
|
|
@ -44,13 +47,17 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
footer .container { flex-direction: column; text-align: center; }
|
footer .container { flex-direction: column; text-align: center; }
|
||||||
.nav-links { gap: 16px; }
|
.nav-links { gap: 16px; }
|
||||||
}
|
}
|
||||||
|
/* Skip to content */
|
||||||
|
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--accent); color: #0b0d11; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem; z-index: 200; transition: top 0.2s; }
|
||||||
|
.skip-link:focus { top: 0; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="#main" class="skip-link">Skip to content</a>
|
||||||
|
|
||||||
{{> nav}}
|
{{> nav}}
|
||||||
|
|
||||||
<main>
|
<main id="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Impressum</h1>
|
<h1>Impressum</h1>
|
||||||
<p><em>Legal notice according to § 5 ECG and § 25 MedienG (Austrian law)</em></p>
|
<p><em>Legal notice according to § 5 ECG and § 25 MedienG (Austrian law)</em></p>
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,8 @@
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="DocFast — HTML & Markdown to PDF API">
|
<meta name="twitter:title" content="DocFast — HTML & Markdown to PDF API">
|
||||||
<meta name="twitter:description" content="Convert HTML and Markdown to beautiful PDFs with a simple API call.">
|
<meta name="twitter:description" content="Convert HTML and Markdown to beautiful PDFs with a simple API call.">
|
||||||
|
<meta name="twitter:image" content="https://docfast.dev/og-image.png">
|
||||||
<link rel="canonical" href="https://docfast.dev">
|
<link rel="canonical" href="https://docfast.dev">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{"@context":"https://schema.org","@type":"SoftwareApplication","name":"DocFast","url":"https://docfast.dev","applicationCategory":"DeveloperApplication","operatingSystem":"Web","description":"Convert HTML and Markdown to beautiful PDFs with a simple API call. Fast, reliable, developer-friendly.","offers":[{"@type":"Offer","price":"0","priceCurrency":"EUR","name":"Free","description":"100 PDFs/month"},{"@type":"Offer","price":"9","priceCurrency":"EUR","name":"Pro","description":"5,000 PDFs per month","billingIncrement":"P1M"}]}
|
{"@context":"https://schema.org","@type":"SoftwareApplication","name":"DocFast","url":"https://docfast.dev","applicationCategory":"DeveloperApplication","operatingSystem":"Web","description":"Convert HTML and Markdown to beautiful PDFs with a simple API call. Fast, reliable, developer-friendly.","offers":[{"@type":"Offer","price":"0","priceCurrency":"EUR","name":"Free","description":"100 PDFs/month"},{"@type":"Offer","price":"9","priceCurrency":"EUR","name":"Pro","description":"5,000 PDFs per month","billingIncrement":"P1M"}]}
|
||||||
</script>
|
</script>
|
||||||
|
|
@ -262,12 +261,16 @@ html, body {
|
||||||
|
|
||||||
/* Focus-visible for accessibility */
|
/* Focus-visible for accessibility */
|
||||||
.btn:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
|
.btn:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
|
||||||
|
/* Skip to content */
|
||||||
|
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--accent); color: #0b0d11; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem; z-index: 200; transition: top 0.2s; }
|
||||||
|
.skip-link:focus { top: 0; }
|
||||||
</style>
|
</style>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="#main" class="skip-link">Skip to content</a>
|
||||||
|
|
||||||
<nav aria-label="Main navigation">
|
<nav aria-label="Main navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
@ -280,7 +283,7 @@ html, body {
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main class="hero" role="main">
|
<main class="hero" role="main" id="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="badge">🚀 Simple PDF API for Developers</div>
|
<div class="badge">🚀 Simple PDF API for Developers</div>
|
||||||
<h1>HTML to <span class="gradient">PDF</span><br>in one API call</h1>
|
<h1>HTML to <span class="gradient">PDF</span><br>in one API call</h1>
|
||||||
|
|
@ -542,6 +545,6 @@ html, body {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/app.js"></script>
|
<script src="/app.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Privacy Policy — DocFast</title>
|
<title>Privacy Policy — DocFast</title>
|
||||||
<meta name="description" content="Privacy policy for DocFast API service - GDPR compliant data protection information.">
|
<meta name="description" content="Privacy policy for DocFast API service - GDPR compliant data protection information.">
|
||||||
|
<meta property="og:title" content="Privacy Policy — DocFast">
|
||||||
|
<meta property="og:description" content="Privacy policy for DocFast API service - GDPR compliant data protection information.">
|
||||||
|
<meta property="og:url" content="https://docfast.dev/privacy">
|
||||||
<link rel="canonical" href="https://docfast.dev/privacy">
|
<link rel="canonical" href="https://docfast.dev/privacy">
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
|
|
@ -44,13 +47,17 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
footer .container { flex-direction: column; text-align: center; }
|
footer .container { flex-direction: column; text-align: center; }
|
||||||
.nav-links { gap: 16px; }
|
.nav-links { gap: 16px; }
|
||||||
}
|
}
|
||||||
|
/* Skip to content */
|
||||||
|
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--accent); color: #0b0d11; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem; z-index: 200; transition: top 0.2s; }
|
||||||
|
.skip-link:focus { top: 0; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="#main" class="skip-link">Skip to content</a>
|
||||||
|
|
||||||
{{> nav}}
|
{{> nav}}
|
||||||
|
|
||||||
<main>
|
<main id="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Privacy Policy</h1>
|
<h1>Privacy Policy</h1>
|
||||||
<p><em>Last updated: February 16, 2026</em></p>
|
<p><em>Last updated: February 16, 2026</em></p>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Terms of Service — DocFast</title>
|
<title>Terms of Service — DocFast</title>
|
||||||
<meta name="description" content="Terms of service for DocFast API - legal terms and conditions for using our PDF generation service.">
|
<meta name="description" content="Terms of service for DocFast API - legal terms and conditions for using our PDF generation service.">
|
||||||
|
<meta property="og:title" content="Terms of Service — DocFast">
|
||||||
|
<meta property="og:description" content="Terms of service for DocFast API - legal terms and conditions for using our PDF generation service.">
|
||||||
|
<meta property="og:url" content="https://docfast.dev/terms">
|
||||||
<link rel="canonical" href="https://docfast.dev/terms">
|
<link rel="canonical" href="https://docfast.dev/terms">
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
|
|
@ -44,13 +47,17 @@ footer .container { display: flex; justify-content: space-between; align-items:
|
||||||
footer .container { flex-direction: column; text-align: center; }
|
footer .container { flex-direction: column; text-align: center; }
|
||||||
.nav-links { gap: 16px; }
|
.nav-links { gap: 16px; }
|
||||||
}
|
}
|
||||||
|
/* Skip to content */
|
||||||
|
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--accent); color: #0b0d11; padding: 8px 16px; border-radius: 0 0 8px 8px; font-weight: 600; font-size: 0.9rem; z-index: 200; transition: top 0.2s; }
|
||||||
|
.skip-link:focus { top: 0; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="#main" class="skip-link">Skip to content</a>
|
||||||
|
|
||||||
{{> nav}}
|
{{> nav}}
|
||||||
|
|
||||||
<main>
|
<main id="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Terms of Service</h1>
|
<h1>Terms of Service</h1>
|
||||||
<p><em>Last updated: February 16, 2026</em></p>
|
<p><em>Last updated: February 16, 2026</em></p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue