Keycierge Keycierge is a mock credential vault web app with a chat-style interface that helps users generate, store, and retrieve credentials through conversational interaction.

This project is built as a demo / hackathon prototype to explore a more user-friendly way of handling credentials while preserving the idea that passwords should still be meaningful and memorable to the user.

Core Idea Many users still prefer “old school” passwords they can remember, but that often comes with security risks. Keycierge is meant to act as an assistant, not a replacement for user responsibility.

It helps users:

Generate stronger passwords Store credentials in one secure-looking location Retrieve credentials through a verification step Avoid immediately depending on password resets Interact with their vault in a more natural, conversational way MVP Flow User signs into the app User asks Loki to create a credential for a site The app generates a strong password User assigns a retrieval phrase The app stores the credential Later, the user asks for the credential The app requires the verification phrase The app returns or copies the password All events are logged Features in Mock Version Chat-style UI Credential creation flow Strong password generation Retrieval phrase verification Credential retrieval flow Event logging for vault actions Demo-friendly conversational experience Bonus Features to Mention These are good additions to mention as future-facing ideas, even if they are not fully implemented in the hackathon version:

Help users create stronger passwords Create unique verification questions after repeated failed attempts Log failed retrieval attempts Trigger alerts after multiple failed attempts Potential Future Features These are intentionally not part of the hackathon build, but are worth mentioning as future development opportunities:

Real AI model integration Real browser autofill Real website login integrations End-to-end production-grade cryptography Multi-device sync

Built With

Share this project:

Updates