#🔍 DeepSeek Clone – Full-Stack AI Search Engine This project is a full-stack clone of DeepSeek, built by following the tutorial DeepSeek AI Clone - Full Stack Next.js + AI App. It mimics the functionality and interface of an AI-powered semantic search engine, combining the power of modern web technologies with OpenAI’s capabilities.
🚀 Features 🌐 Full-stack application using Next.js 14 (App Router) and TypeScript 🎨 Elegant UI with Tailwind CSS 🧠 AI-powered search with OpenAI API 🔍 Semantic document search using Vector Embeddings 🗃️ Upload and index PDF documents for context-aware searching ⚡ Real-time response streaming (using openai-streams)
🛠️ Tech Stack Frontend: Next.js 14, TypeScript, Tailwind CSS Backend: OpenAI API, Supabase, Pinecone / Vercel KV Embeddings: OpenAI Embedding API Authentication: Clerk (or replace with Auth.js/Auth0 if preferred)
📁 Project Status ✅ In Progress – Actively building and refining features
#📄 How to Use 1.Clone the repo 2.Set up environment variables (.env.local) 3.Run the dev server with npm run dev 4.Start uploading PDFs and querying them with smart AI search!