Skip to content

Huzaifa-Atiq/simplex-ai

Repository files navigation

Simplex AI

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


🚀 Features

  • 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

🧰 Tech Stack

  • Next.js
  • React
  • Gemini API
  • Supabase (database + auth integration)
  • Clerk (authentication)
  • Vercel (deployment)

📚 How It Works

1. Ask a Question

On the main page, users ask anything they want. The system sends the query to Gemini and returns a response.

2. Save the Answer

Users can save the AI’s answer into their personal knowledge base stored in Supabase.

3. Search

Users can search through the web about the topic.

4. Dive Deeper

Opening a saved result allows users to ask follow-up questions based on that answer.


⚠️ Known Issues

  • 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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors