Selah - Privacy-First Digital Sanctuary
Beta v1.0BUSINESS RESULT
A Progressive Web App designed as a "digital sanctuary" for journaling with AI-powered scripture-based guidance. Unlike standard journaling apps, Selah integrates a context-aware AI Pastor while enforcing military-grade privacy standards.
Emotionally resonant design meets architecturally paranoid security.
- AI-powered spiritual guidance (context-aware theological reasoning)
- Zero-knowledge sharing (encrypted content, server-blind architecture)
- Works offline (Progressive Web App, installable on any device)
- Stealth security (API designed to appear "dead" to scanners)
UNDER THE HOOD
Security Architecture: Zero-knowledge sharing using Web Crypto API, client-side encryption, fail-closed CORS
Infrastructure: Dockerized stateless containers, <10ms cold start times with Bun runtime
Privacy: Encryption keys never touch the server (stored in URL fragments), Row Level Security on database
Engineering Highlights:
- Zero-Knowledge Sharing: Implemented Firefox Send-style architecture—content encrypted client-side before network transmission, decryption key stored in URL hash (browser never sends to server)
- Stealth API: Root endpoint returns 404 to hide stack fingerprints, strict CORS hardcoded to production domain only
- CI/CD Fix: Resolved Google Cloud Build deadlocks by bypassing default storage sinks, streaming logs directly to Cloud Logging
- AI Token Optimization: Built recursive token-budgeting system for complete theological responses (1024 token context window)
- Native PWA Feel: Framer Motion for liquid transitions, strict manifest.json to remove browser chrome
This project showcases security-by-design thinking—not just features, but paranoid architecture that assumes breach.