NyikoMnisii/LLM_API-Wrapper ? reverse-engineered prompt
Reverse engineered prompt
Build me an app called AgriLite AI that helps farmers get clear, practical agronomy advice based on real weather risk data.
I want a backend that can answer chat style questions with grounded recommendations, using weather data and an AI model, and a mobile app where users can sign in, manage their farms, fields, and crops, and view alerts and chat history. Please wire everything to a live Supabase database for auth and storage, and make sure the main screens actually work with real data instead of mock data.
The frontend should be a clean Expo React Native app that also works as a web app, and the backend should be a FastAPI service that handles the AI and weather logic. If anything depends on current docs or APIs, look them up online and use the right current approach. I also want the project set up so it can be deployed with the backend on Render and the web app on Vercel.