Skip to main content
Trust

Security & Trust

How we protect your account, your sites, and your customers' data - written to be specific about what we actually do, and honest that no online service can promise perfect security.

Last updated: July 8, 2026 · Version 1.2

Encryption everywhere

  • The entire service is served over HTTPS (TLS), with HSTS so browsers only connect securely
  • Every published customer site gets free, automatic SSL - including custom domains, whose certificates are issued and renewed automatically at no cost
  • Credentials you entrust to us (e.g. your own SMTP details) are encrypted at rest with authenticated AES-256-GCM - and never returned to the browser once saved
  • Passwords are stored only as salted bcrypt hashes (work factor 12) - never in plain text

Account protection

  • Two-factor authentication (TOTP) with single-use recovery codes on every account
  • 2FA sign-in challenges are short-lived and single-use - a redeemed challenge cannot be replayed
  • Per-device sessions you can review and revoke remotely ("sign out all other devices")
  • Access tokens rotate on refresh; a password change or reset instantly invalidates every previously issued token
  • OAuth sign-in verifies anti-forgery state on every callback

Tenant isolation

  • Every account's data is scoped by a central ownership layer - one customer can never read or modify another's projects, orders, or contacts
  • Isolation is continuously verified by automated cross-tenant tests that attempt (and must fail) to access another account's data
  • Public identifiers are opaque tokens, not guessable sequential numbers

Abuse & rate protection

  • Atomic rate limiting on every public endpoint - login, forms, comments, checkout, subscriptions
  • Escalating lockouts for repeat offenders, plus email-relay caps so forms can't be scripted into spamming third parties
  • Disposable-address screening and MX validation on collected emails; spam-content scoring before campaigns send
  • Optional per-site geo controls to block or allow visitors by country

Content & link safety

  • Four-layer content moderation on published content and AI prompts: curated word lists, profanity detection (including leetspeak evasion), AI moderation, and malicious-URL screening
  • Publish-time gates keep banned content off live sites even if it was drafted
  • Email click-tracking redirects are cryptographically signed, so they can't be abused as open redirects

Payments

  • Card data never passes through or gets stored on our servers
  • Subscriptions are processed by Creem, our Merchant of Record, and store payments by Stripe - both PCI-DSS-compliant providers
  • Every payment webhook is signature-verified before it is trusted

Privileged access

  • Platform administration is protected by role-based access control, login throttling, and audit logging, with IP allow-listing available to restrict administrative access
  • Dual audit trails record user actions and every administrative action separately
  • Support impersonation uses one-time, expiring tokens and is flagged to the audit trail

Engineering practice

  • Static analysis with custom security-minded rules runs on every change; new code cannot merge with violations
  • An automated test suite - including the cross-tenant isolation checks - gates every release
  • CI scans for leaked secrets and vulnerable dependencies
  • Security telemetry feeds real-time dashboards, including alerts when a protective control degrades

Your data, your rights

  • Export your complete account data or delete your account (full cascade) at any time, self-serve
  • GDPR-aligned processing with a signable Data Processing Agreement for your own sites' visitor data
  • Sub-processors are listed publicly and kept current