LuminaLog is a serverless, privacy-focused observability platform designed to help startups (especially in regulated industries like Fintech or Healthtech) monitor their applications without risking data breaches or high costs. The project was an AIdeas Finalist and focuses on solving the tension between needing deep system insights and maintaining strict data privacy (GDPR/HIPAA compliance).
- SmartScrub™ Privacy Engine: This is the standout feature. Instead of just deleting sensitive information (PII) or replacing it with [REDACTED], it uses synthetic data replacement.
- Example: A real user email is replaced with a fake but valid-looking email. Because it uses deterministic hashing, the same user will always have the same "fake" ID across all logs, allowing developers to trace a user’s journey without ever seeing their real identity.
- Real-Time Live Tailing: Uses WebSockets to stream logs directly to a browser dashboard as they happen.
- **A