docs: Add 10 momentum pages — full launch content kit

How It Works, Security, Roadmap, Live Demo, Hosting Providers,
Documentation Hub, Status, Pricing, Changelog, Founder. These
build perceived scale, trust, and conversion infrastructure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-02-14 23:30:02 -05:00
parent c08128156b
commit f39e376704
10 changed files with 246 additions and 0 deletions

38
docs/SECURITY.md Normal file
View File

@@ -0,0 +1,38 @@
# Security by Design
Corrosion was built with multi-tenant isolation from day one.
---
## Outbound-Only Connections
Your server initiates all connections.
No inbound ports required.
## License-Scoped Isolation
Every server is isolated by `license_id`.
No cross-tenant data exposure.
## Encrypted Secrets
API keys, webhooks, and credentials are encrypted at rest.
## Short-Lived Auth Tokens
JWT sessions expire quickly and require refresh.
## Role-Based Access Control
Granular permission enforcement on every API endpoint.
---
## Built on Modern Infrastructure
* Rust backend (Axum)
* NATS JetStream messaging
* PostgreSQL
* Cloudflare DNS + SSL
Corrosion is engineered like infrastructure — not hobbyware.