diff --git a/commercial/account/vault1984-account b/commercial/account/clavitor-account similarity index 100% rename from commercial/account/vault1984-account rename to commercial/account/clavitor-account diff --git a/commercial/website/README.md b/commercial/website/README.md index e877bd1..6d81f3a 100644 --- a/commercial/website/README.md +++ b/commercial/website/README.md @@ -1,17 +1,17 @@ ## Styleguide -**vault1984.css** is the single global stylesheet for all clavitor web surfaces — marketing site (`clavitor-web`) and the app UI (`clavitor`). +**clavitor.css** is the single global stylesheet for all clavitor web surfaces — marketing site (`clavitor-web`) and the app UI (`clavitor`). - Live: https://clavitor.com/styleguide.html -- Source: `clavitor-web/vault1984.css` +- Source: `clavitor-web/clavitor.css` ### Rules (no exceptions) -1. **One stylesheet.** `vault1984.css` only. No Tailwind, no inline styles, no ` + + +
+ + +
+
+
+
+

Clavitor

+

Design System v0.1

+
+
+

CLAVITOR

+

+ A black box vault for AI infrastructure. One file. No dependencies. + Copy the CSS variables and classes you need. +

+
+ + +
+
Brand Colors
+
+
Black Square
--brand-black
#0A0A0A
+
Accent
--brand-accent
#B45309
+
Accent Light
--brand-accent-light
#D97706
+
Accent Dark
--brand-accent-dark
#92400E
+
+
+ + +
+
Typography — Plus Jakarta Sans
+
+
wordmarkCLAVITOR
+
48pxHeading 48
+
36pxHeading 36
+
24pxHeading 24
+
18pxBody large 18
+
16pxBody 16 — The quick brown fox jumps
+
14pxSmall 14 — The quick brown fox jumps
+
12pxTiny 12 — The quick brown fox
+
+
+ + +
+
Spacing Scale (4px base)
+
+
4px
+
8px
+
16px
+
24px
+
32px
+
48px
+
64px
+
+
+ + +
+
Buttons
+

Variants

+
+ + + + + +
+

Sizes

+
+ + + +
+
+ + +
+
Inputs
+
+
+ + +
+
+ + + We'll never share your email. +
+
+ + + Please enter a valid email address. +
+
+ + +
+
+
+ + +
+
Cards
+
+
+
+
Credential Entry
+

Last modified 2 hours ago

+
+

Password for production database. Private fields encrypted with your biometric.

+
+ Private + Database +
+
+
+
+
API Key
+

Never expires

+
+

Production API key for CI/CD pipelines. Rotate every 90 days.

+
+ Active + API +
+
+
+
+ + +
+
Badges
+
+ Default + Primary + Accent + Success + Warning + Error +
+
+ + +
+
Alerts
+
+
+ Info: Your vault is end-to-end encrypted. We cannot access your data. +
+
+ Success: Credential rotated successfully. API key updated. +
+
+ Error: Failed to connect to vault. Check your network connection. +
+
+
+ + +
+
Tables
+ + + + + + + + + +
NameTypeStatusLast Used
Production DBPasswordActive2 min ago
AWS API KeyAPI KeyExpiring1 hour ago
GitHub SSHSSH KeyActive3 days ago
+
+ + +
+
Code / Terminal
+
+ $ clavitor search github
+ Found 3 credentials:
+ • github-personal (SSH key)
+ • github-work (Token)
+ • github-actions (API key) +
+

Inline code looks like --brand-accent or get_credential()

+
+ + +
+
Form Elements
+
+ + +
+
+
+
+ +
+ + \ No newline at end of file diff --git a/oss/app/Makefile b/oss/app/Makefile index 125622c..f1cf3ad 100644 --- a/oss/app/Makefile +++ b/oss/app/Makefile @@ -9,7 +9,7 @@ export GOFIPS140 := latest build: rm -f $(BINARY) /usr/local/go/bin/go clean -cache - GOFIPS140=latest /usr/local/go/bin/go build -o $(BINARY) ./cmd/vault1984 + GOFIPS140=latest /usr/local/go/bin/go build -o $(BINARY) ./cmd/clavitor deploy: build scp $(BINARY) $(REMOTE):/tmp/$(BINARY)-new diff --git a/oss/app/cmd/vault1984/main.go b/oss/app/cmd/clavitor/main.go similarity index 100% rename from oss/app/cmd/vault1984/main.go rename to oss/app/cmd/clavitor/main.go diff --git a/oss/app/cmd/vault1984/templates/base.html b/oss/app/cmd/clavitor/templates/base.html similarity index 94% rename from oss/app/cmd/vault1984/templates/base.html rename to oss/app/cmd/clavitor/templates/base.html index d5bec16..84ce999 100644 --- a/oss/app/cmd/vault1984/templates/base.html +++ b/oss/app/cmd/clavitor/templates/base.html @@ -9,7 +9,7 @@ - + {{if eq .Page "install"}}{{template "install-head"}}{{end}} @@ -17,7 +17,7 @@