SpineFrame
Python, Flask, PostgreSQL
- Built authenticated chat, history, memory review, account, and settings flows around a user-scoped continuity runtime.
- Moved the public-user path from JSON files into Postgres-backed auth, session, conversation, and memory stores.
- Validated Alice/Bob isolation, memory integrity, and storage migration parity through project gates.