NF QueryGPT
Link to open source: https://github.com/dwivedi-mohit/trae-hackathon , https://nfsql.mohitdwivedi.in
NF QueryGPT is an AI-powered natural language-to-SQL assistant built for NikahForever (a matrimonial platform). Its primary purpose is to allow non-technical team members—such as Product Managers, Customer Support, Operations, and Founders—to ask business-related questions about database data in plain English or Hinglish (e.g., "How many users registered from Delhi this month?") and receive instant visual results and data analysis without needing to write SQL or wait hours for a data analyst.
Goals
- Democratize Data Access: Bridge the gap between non-technical business teams and databases by providing instant, self-serve answers.
- Translate Natural Language to SQL: Accurately map conversational queries (English and Hinglish) into precise SQLite read queries.
- Handle Ambiguity Safely: Prevent false assumptions by identifying ambiguous questions and asking clarifying follow-up questions instead of guessing.
- Ensure Security & Safety: Enforce read-only access strictly, blocking any query modifications (
INSERT,UPDATE,DELETE,DROP,ALTER) to prevent data corruption. - Enhance User Experience: Present answers clearly using a modern chat interface complete with interactive data tables, collapsible SQL code inspection, and automatic chart visualizations (line/bar plots) for trends.
DEPLOYED LINK -https://nfsql.mohitdwivedi.in/chat



