Simplex AI is a personal AI-powered knowledge system where users can ask questions using Gemini, save the responses, search through the web, and even ask follow-up questions. It combines AI, storage, and search into one seamless experience.
🔗 Live Website: https://simplex-ai.vercel.app
- AI Question Answering – Ask any question and get responses from the Gemini API.
- Save Answers – Every answer asked on the main page is saved into the database.
- Search System – Search through the web and get a summarized result by the Gemini API.
- Follow-Up Questions – Open an answer and ask more questions related to it.
- Clerk Authentication – Secure login and registration.
- Supabase Storage – All questions and answers are stored in Supabase per user.
- Clean Three-Page Flow
- Main page → ask questions
- Answer page → view answer, save it, ask follow-ups
- Library page → visit previously asked question
- Next.js
- React
- Gemini API
- Supabase (database + auth integration)
- Clerk (authentication)
- Vercel (deployment)
On the main page, users ask anything they want. The system sends the query to Gemini and returns a response.
Users can save the AI’s answer into their personal knowledge base stored in Supabase.
Users can search through the web about the topic.
Opening a saved result allows users to ask follow-up questions based on that answer.
- Some features may not work perfectly due to external API policy changes or rate limits.
- These issues do not affect the main core workflow and will be improved over time.