All documents · Website spec

Website specification — cryptobook.space

Date: 18 September 2026
Theme: Virtus Blockchain Labs (see 07-brand-guidelines.md).
Recommendation: Holding page only until a demand-first GO. Do not deploy the incomplete Slip app in /root/cryptobook-next/app/.

Copy: website/holding-page.md, website/pages-copy.md, website/seo.md.


1. Current production

Item Value
URL https://cryptobook.space
nginx /etc/nginx/sites-available/cryptobook.conf
Static /var/www/cryptobook
API PM2 cryptobook cluster, 127.0.0.1:3000
TLS Let’s Encrypt cryptobook.space
ACME location ^~ /.well-known/acme-challenge/ must never be caught by location ~ /\.
Do not Open port 3100 on WAN; add .com until DNS points here

cryptobook.com A record is 217.160.223.94 (IONOS). Advertising that URL from this VPS is false until DNS changes.


2. Option A — do nothing

Leave social live. Documents exist; site unchanged.


Stack: static HTML + Virtus CSS tokens, or a tiny Node on 127.0.0.1:3100 proxied by nginx. No signup. No playground. No “agent permit API.”

Sitemap (holding)

/                 holding
/legal            short posture + links
/legal/privacy    privacy for a static page (logs, no accounts)
/robots.txt
/llms.txt

No /app, /pricing (or pricing says “no product”), no /docs for a fake API.

Chrome

Visual

Acceptance: curl -sI https://cryptobook.space is 200; /healthz optional; ACME still works; no API key fields.


4. Option C — full SaaS shell (ONLY after a GO memo names the product)

Do not implement now. Contract for a later build:

Sitemap

/                 hero + 60s aha (product-specific)
/pricing          real prices or “not billed”
/docs             actual contract
/legal            /terms /privacy
/signup /login    email+password; 18+; not EU if still required
/app              dashboard
/c/:id /r/:id     only if the GO product has public objects
/healthz

Technical

Pages must use

Copy from website/pages-copy.md after search-and-replace of the product name. That file is a template, labeled as such, not Slip launch copy.


5. SEO rules

See website/seo.md.


6. Accessibility and quality