feat: update landing page, changelog, compare, quick-start with darkMode + hideSelectors features
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 10m39s
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 10m39s
This commit is contained in:
parent
90c1e7da44
commit
28f4a93dc3
5 changed files with 76 additions and 3 deletions
|
|
@ -129,6 +129,8 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(
|
|||
<ul>
|
||||
<li>EU data residency (Germany)</li>
|
||||
<li>POST & GET endpoints</li>
|
||||
<li>Dark mode capture support</li>
|
||||
<li>Element hiding (CSS selectors)</li>
|
||||
<li>Built-in response caching</li>
|
||||
<li>Free playground, no signup</li>
|
||||
<li>Node.js & Python SDKs</li>
|
||||
|
|
@ -189,6 +191,8 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(
|
|||
<ul class="feature-list">
|
||||
<li><span class="icon">🇪🇺</span> <strong>EU-hosted & GDPR compliant</strong> — All rendering happens on servers in Germany. Your data never leaves the EU. No extra DPAs or compliance headaches.</li>
|
||||
<li><span class="icon">💶</span> <strong>Simple EUR pricing</strong> — No currency conversion, no hidden fees. Plans start at €9/month with clear per-screenshot pricing.</li>
|
||||
<li><span class="icon">🌙</span> <strong>Dark mode capture</strong> — Take screenshots in dark mode with a single parameter. Perfect for showcasing dark themes and modern designs.</li>
|
||||
<li><span class="icon">👁️🗨️</span> <strong>Element hiding</strong> — Hide cookie banners, popups, and ads before capture using CSS selectors for clean results.</li>
|
||||
<li><span class="icon">🔗</span> <strong>GET & POST endpoints</strong> — Use GET requests to embed screenshots directly in <code><img></code> tags. No server-side code needed for simple use cases.</li>
|
||||
<li><span class="icon">⚡</span> <strong>Built-in caching</strong> — Response caching out of the box. Repeated requests for the same URL return cached results instantly.</li>
|
||||
<li><span class="icon">🎮</span> <strong>Free playground</strong> — Try the API in your browser without creating an account or entering payment details.</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue