Excited to share my latest project — Lexica 🗄️ A natural language to SQL interface that lets you query your database in plain English. No SQL knowledge required. How it works: - Type a question like "Show all employees with salary above 50000" - Lexica generates production-ready SQL instantly using Groq LLM - Results render in a clean, paginated table with export support - Schema-aware: the LLM introspects your database so queries are always accurate - Every query runs read-only — no accidental writes, ever Key features built: - Neural Query Interface with real-time suggestions - Engineered SQL preview before/after execution - Query history with success/failure tracking - Dark and light mode support - Export dataset functionality Tech stack: React, FastAPI, Groq LLM, SQLite/PostgreSQL Built this to make database exploration accessible to non-technical users and faster for developers.