Marketing site for Etornie — the intellectual property OS for the on-chain era. Static HTML / Tailwind landing pages for etornie.xyz, separate from the production app at app.etornie.com and the platform repo.
Built by Wiener Labs for Etornie AG · Ruessenstrasse 5, 6340 Baar, Switzerland ·
info@etornie.com
| Path | Purpose |
|---|---|
/ |
Landing — hero mockup (Apple Inc placeholder client case), 5 feature sections, pricing, use-case testimonials |
/platform.html |
Platform overview — Cases, Documents, AI Agents, Deadlines, Solana, API |
/solana.html |
Solana layer — wallet sign-in, ZK attestations, RWA tokenization, x402+zk pay-per-query, roadmap |
/attorney.html |
For attorneys — 195 jurisdictions, deadline tracking, EtornieGPT, multilingual UI |
/pricing.html |
Firm tier ($499/mo per counsel) and Enterprise (Custom), pricing FAQ |
/docs.html |
Developer docs — quickstart, JWT + wallet auth, Cases / AI / Agent / Webhook reference |
/privacy.html |
Privacy Policy (GDPR + Swiss FADP) |
/terms.html |
Terms of Service (Swiss governing law, Zug jurisdiction) |
/dpa.html |
Data Processing Addendum (Article 28 GDPR) |
The three legal pages carry a Draft — pending legal review banner. They are working templates; final terms must be issued by Etornie AG's counsel before any contract execution.
- Static HTML + Tailwind CSS via CDN (production build pending)
- Geist typography + Inter
- Iconify — Solar icon set + simple-icons brand marks
- Unicorn Studio hero background scene
- In-house SVG brand mark (
logo.svg)
The site is plain static files; any HTTP server will do.
# from the repo root
python3 -m http.server 5182
# → http://localhost:5182Or via Bun:
bunx serve -p 5182No build step. Edit the HTML, refresh the browser.
logo.svg— Etornie brand mark (blue field, white vertical bar + asterisk rays)- The hero mockup names "Apple Inc" as a template/illustrative client; no relationship is implied. No third-party logo files are bundled.
- Tailwind production build (PostCSS) — drop the CDN warning
- Migrate to Next.js with a shared layout — DRY the navbar/footer that is currently inlined in 9 pages
- Customers and Brand-kit pages
- Final legal review of
privacy.html,terms.html,dpa.html - Vercel deploy + CNAME for
etornie.xyz - Wire
Sign up/Log inCTAs to liveapp.etornie.com
etornie-solana— FastAPI + Next.js platform (the actual product behindapp.etornie.com); landing site here (etornie.xyz) is a separate, marketing-only deploy.
See LICENSE. Proprietary; all rights reserved.
Built by @wienerlabs for Etornie AG.