parasfzi/shlokai-backend
chore: enable host mode in frontend dev script
feat: Add real-time streaming explanations + native Google Gemini API support
fix(frontend): Properly catch 401 Unauthorized errors and auto-logout user
fix(backend): Add robust NoneType crash protection for OpenRouter free models
fix(ai): update openrouter model ID and fix JSX unicode rendering
docs: Completely rewrite ARCHITECTURE.md to act as a full A-Z guide for the ShlokAI system
feat: add local startup script and frontend dependency lock file
logo
feat: add navigation bar component and project entry point with logo asset
UI: Redesign ResetPassword page with premium ShlokAI glassmorphism theme
Fix: Add vercel.json for SPA routing support
Integrate Resend API for real password reset emails
Scrub logos and ignore binary files to fix HF push and enable forgot-password endpoint
Implement Frontend Password Reset Flow (AuthModal updates + ResetPassword page)
feat: implement responsive Navbar component and initialize frontend entry point with branding assets
Disable CORS credentials and allow all origins to fix frontend connection
Build FAISS index inside Docker - no more binary file issues
Rebuild FAISS index + embeddings (fix LFS pointer corruption)
feat: initialize backend main entry point for gitaGuruAi
feat: initialize backend main entry point for gitaGuruAi
Disable slow AI layers for instant FAISS search
Fix GIL hanging uvicorn during startup on Hugging Face
Connect Frontend directly to Hugging Face API
Fix missing email-validator dependency
Fix color in HF metadata
Fix HF spaces metadata YAML header
Add Dockerfile for Hugging Face Spaces
Fix GIL thread locking port bind timeout on Render Free instances
Add foolproof python deployment script
Fix Render port bind timeout by backgrounding engine load
Unpin requirements for Render compat
Initial commit of ShlokAI Full-Stack App
