gippidy
♥Cherished
Gippidy is a multi-model chat interface that unifies OpenAI, Anthropic, and Google Gemini under one UI with streaming responses, markdown rendering, and file uploads (images and PDFs). It includes web search capability, encrypted chat history, shareable sessions, and Google OAuth authentication, deployable on Vercel with a Postgres backend.
Clauded With Love Rating
7.9 / 10
Gippidy is a unified chat interface that aggregates multiple LLM providers (OpenAI, Anthropic, Google Gemini) with features like streaming responses, file uploads, web search, and encrypted chat history. It provides a production-ready deployment solution with Google OAuth authentication and shareable chat sessions.
Code Quality7.5
Usefulness8.5
Claude Usage8.0
Documentation9.0
Originality6.5
Highlights
- ✓Comprehensive multi-modal input support including images, PDFs, and drag-drop with provider-specific handling
- ✓Client-side AES-GCM encryption for chat history with server-side key management enabling cross-device sync
- ✓Production-ready architecture with structured logging, health endpoints, request IDs, and email allowlists for access control
To Improve
- →Add unit tests and integration tests as the codebase currently lacks test coverage despite having a test script
- →Implement rate limiting and request validation to prevent API abuse and ensure secure handling of user inputs