A modern Question & Answer web application powered by Gemini AI for intelligent responses.
🟢 Try it live here: https://stackit2-0-1.onrender.com
- 🧠 Gemini AI integrated for smart, contextual answers
- 👤 User authentication (login, signup)
- ❓ Ask and answer questions in a community-like platform
- 🔔 Real-time notifications
- 🧩 Role-based access (Admin/User/Bot)
- 🌈 Clean, modern UI with dynamic views
- Backend: Flask, SQLAlchemy, PostgreSQL
- AI Integration: Google Gemini API
- Frontend: Jinja2 templates, HTML, CSS
- Deployment: Render (App), Supabase (Database)
- Clone the repository:
git clone https://github.com/earlywinter96/stackit2.0.git
cd stackit2.0
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
🧠 Gemini Integration
Gemini AI is used to auto-generate high-quality answers to user questions.
Once a question is posted, the Gemini model processes it and returns a contextual response.
🤝 Contributing
Pull requests and suggestions are welcome. Let’s build something great together!
---
Let me know if you'd like to add badges, screenshots, or contribution guidelines!