Skip to content

Commit 1be877a

Browse files
committed
update landing page
1 parent efd9b00 commit 1be877a

File tree

1 file changed

+65
-1
lines changed

1 file changed

+65
-1
lines changed

ops/index.md

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,76 @@ image: "/assets/img/og-image-ops.png"
66

77
<section class="w-full max-w-2xl mx-auto px-6 mt-12 md:mt-20 flex flex-col gap-8">
88
<h1 class="font-extrabold text-3xl sm:text-5xl text-zinc-950 dark:text-zinc-50 text-center">Commercial tooling for .env files – Dotenvx Ops</h1>
9-
<p class="text-xl text-center">Built to fix the real problems developers hit every day.</p>
9+
<p class="text-xl text-center">Everything around .env, we're solving it.</p>
1010
<div class="flex flex-row gap-4 justify-center my-6">
1111
<a class="btn-primary" href="/docs/ops/quickstart">Quickstart &rarr;</a>
1212
<a class="btn" href="/docs/ops">Documentation</a>
1313
</div>
1414

15+
<div class="flex flex-col gap-2">
16+
<h2 class="font-bold text-xl sm:text-2xl text-zinc-950 dark:text-zinc-50">Ops Sync</h2>
17+
<p>Keep your .env files and secrets consistent everywhere — across teammates, servers, and CI/CD. No merges, no copy-paste, no plaintext. Just secure, automatic sync for your entire stack.</p>
18+
</div>
19+
20+
<div class="flex flex-col gap-2">
21+
<h2 class="font-bold text-xl sm:text-2xl text-zinc-950 dark:text-zinc-50">Ops DB</h2>
22+
<p>All your .env files and secrets, centralized. Ops DB captures every .env across your repos, machines, and services into a single source of truth. Full history, complete visibility, every version of every secret, forever.</p>
23+
</div>
24+
25+
<div class="flex flex-col gap-2">
26+
<h2 class="font-bold text-xl sm:text-2xl text-zinc-950 dark:text-zinc-50">Ops Radar</h2>
27+
<p>See how your environment variables used across your stack and infrastructure. Detect drift, misconfigurations, and unused variables before they cause issues. It's runtime observability for secrets.</p>
28+
</div>
29+
30+
<div class="flex flex-col gap-2">
31+
<h2 class="font-bold text-xl sm:text-2xl text-zinc-950 dark:text-zinc-50">Ops Automation</h2>
32+
<p>Let your .env files take care of themselves. Automate secret rotation, renewal, expiry, and integration to third party platforms like Vercel, Heroku, AWS, and more.</p>
33+
</div>
34+
35+
<div class="flex flex-col gap-2">
36+
<h2 class="font-bold text-xl sm:text-2xl text-zinc-950 dark:text-zinc-50">Ops Compliance</h2>
37+
<p>Prove your .env secrets are under control. Every change, sync, and rotation is logged for audit and compliance. SOC 2, ISO, or just peace of mind — built right in.</p>
38+
</div>
39+
40+
<div class="flex flex-col gap-2">
41+
<p class="font-bold">Your teammate's .env always out of date?</p>
42+
<p>Ops keeps your environment variables in sync across teammates, servers, and CI machines with secure, automated updates and zero manual hassle.</p>
43+
</div>
44+
<div class="flex flex-col gap-2">
45+
<p class="font-bold">Secrets still sitting in plaintext?</p>
46+
<p>Ops encrypts every .env file at rest and in transit. You keep your workflow — just without the exposure.</p>
47+
</div>
48+
<div class="flex flex-col gap-2">
49+
<p class="font-bold">No record of who changed what?</p>
50+
<p>Ops versions and diffs every update. You get full history, authorship, and timestamps across all environments.</p>
51+
</div>
52+
<div class="flex flex-col gap-2">
53+
<p class="font-bold">Rotating secrets still risky?</p>
54+
<p>Ops handles re-encryption and key rotation seamlessly — no downtime, no broken builds.</p>
55+
</div>
56+
<div class="flex flex-col gap-2">
57+
<p class="font-bold">Don't know which keys are actually in use?</p>
58+
<p>Ops Radar feature observes real runtime variable usage across projects, helping you prune dead keys and detect leaks early.</p>
59+
</div>
60+
<div class="flex flex-col gap-2">
61+
<p class="font-bold">Need a record of every secret change?</p>
62+
<p>Ops DB tracks every secret modification. See who changed what, where, and when.</p>
63+
</div>
64+
<div class="flex flex-col gap-2">
65+
<p class="font-bold">Multiple repos, multiple .envs, total chaos?</p>
66+
<p>Ops replaces that with a secure sync channel for your team — no copy-paste, no plaintext ever.</p>
67+
</div>
68+
<div class="flex flex-col gap-2">
69+
<p class="font-bold">Need to prove access control and audit history?</p>
70+
<p>Ops enforces permissions and logs every key event automatically, so compliance isn't a separate system — it's built in.</p>
71+
</div>
72+
73+
74+
75+
76+
77+
78+
1579
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4">
1680
<p class="text-left">
1781
<strong>Radar.</strong>

0 commit comments

Comments
 (0)