{"id":13901280,"url":"https://github.com/DiscovAI/DiscovAI-search","last_synced_at":"2025-07-17T21:32:51.617Z","repository":{"id":251143396,"uuid":"835566105","full_name":"DiscovAI/DiscovAI-search","owner":"DiscovAI","description":"🔍 DiscovAI-Search: An AI-powered search engine for AI tools and custom data. Built with Next.js, OpenAI, Supabase, and more. Features vector-based search, Redis caching, and LLM-powered responses.","archived":false,"fork":false,"pushed_at":"2024-08-08T03:51:40.000Z","size":978,"stargazers_count":194,"open_issues_count":3,"forks_count":24,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-21T10:12:29.739Z","etag":null,"topics":["ai-search-engine","ai-tools","ai-tools-directory","chatbot","jina","llm","nextjs14","openai","pgvector","redis","supabase","tailwindcss","upstash","vector-search-engine"],"latest_commit_sha":null,"homepage":"https://discovai.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiscovAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-30T05:22:18.000Z","updated_at":"2024-11-14T05:32:21.000Z","dependencies_parsed_at":"2024-08-08T05:17:21.530Z","dependency_job_id":null,"html_url":"https://github.com/DiscovAI/DiscovAI-search","commit_stats":null,"previous_names":["discovai/discovai-search"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscovAI%2FDiscovAI-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscovAI%2FDiscovAI-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscovAI%2FDiscovAI-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscovAI%2FDiscovAI-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiscovAI","download_url":"https://codeload.github.com/DiscovAI/DiscovAI-search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226305306,"owners_count":17603789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-search-engine","ai-tools","ai-tools-directory","chatbot","jina","llm","nextjs14","openai","pgvector","redis","supabase","tailwindcss","upstash","vector-search-engine"],"created_at":"2024-08-06T21:01:08.121Z","updated_at":"2024-11-25T09:31:11.080Z","avatar_url":"https://github.com/DiscovAI.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","AI"],"sub_categories":[],"readme":"# DiscovAI\n\nAn AI-powered search engine for AI tools, or your own data.\n\nhttps://github.com/user-attachments/assets/2cdc92d0-d0c9-4098-8166-260e973783f0\n\nPlease feel free to contact me on [Twitter](https://x.com/ruiyanghim) or [create an issue](https://github.com/DiscovAI/DiscovAI-search/issues/new) if you have any questions.\n\n## 💻 Live Demo\n\n[DiscovAI.io](https://discovai.io/) (use it for free without signin or credit card)\n\n## 🗂️ Overview\n\n- 🛠 [Features](#-features)\n- 🧱 [Tech-Stack](#-stack)\n- 🚀 [Quickstart](#-quickstart)\n- 🌐 [Deploy](#-deploy)\n\n## 🛠 Features\n\n- **Vector-based Search**: Converts user queries into vectors for precise similarity matching in our AI product database.\n\n- **Redis-powered Caching**: Utilizes Redis to cache search results and outputs, significantly improving response times for repeated queries.\n\n- **Comprehensive AI Database**: Maintains an up-to-date collection of AI products across various categories and industries.\n\n- **LLM-powered Responses**: Leverages large language models to provide detailed, context-aware answers based on search results.\n\n- **User-friendly Interface**: Offers an intuitive design for effortless navigation and efficient AI product discovery.\n\n## 🧱 Stack\n\n- App framework: [Next.js](https://nextjs.org/)\n- Text streaming: [Vercel AI SDK](https://sdk.vercel.ai/docs)\n- LLM Model: [gpt-4o-mini](https://openai.com/)\n- Database: [Supabase](https://supabase.com/)\n- Vector: [Pgvector](https://github.com/pgvector/pgvector)\n- Embedding Model: [Jina AI](https://jina.ai/embeddings)\n- Redis Cache: [Upstash](https://upstash.com/)\n- Component library: [shadcn/ui](https://ui.shadcn.com/)\n- Headless component primitives: [Radix UI](https://www.radix-ui.com/)\n- Styling: [Tailwind CSS](https://tailwindcss.com/)\n\n## 🚀 Quickstart\n\n### 1. Clone repo\n\nrun the following command to clone the repo:\n\n```\ngit clone https://github.com/DiscovAI/DiscovAI-search\n```\n\n### 2. Install dependencies\n\n```\ncd discovai-search\npnpm i\n```\n\n### 3. Setting up Supabase\n\ncreate a supabase [project](https://supabase.com/dashboard/projects), then run the src/db/init.sql in [SQL Editor](https://supabase.com/docs/guides/database/overview) to setup database\n\n### 4. Setting up Upstash\n\nFollow the guide below to set up Upstash Redis. Create a database and obtain `UPSTASH_REDIS_REST_URL` and `UPSTASH_REDIS_REST_TOKEN`. Refer to the [Upstash guide](https://upstash.com/blog/rag-chatbot-upstash#setting-up-upstash-redis) for instructions on how to proceed.\n\n### 4. Fill out secrets\n\n```\ncp .env.local.example .env.local\n```\n\nYour .env.local file should look like this:\n\n```\n# Required\n\n# for match documents\nNEXT_PUBLIC_SUPABASE_URL=\nNEXT_PUBLIC_SUPABASE_ANON_KEY=\n\n# for embedding query, retrieved here: https://jina.ai/embeddings/\nJINA_API_KEY=\n\n# for llm output, retrieved here: https://platform.openai.com/api-keys\nOPENAI_API_KEY=\nOPENAI_API_URL=\n\n# for llm cache and serach cache\nUPSTASH_REDIS_REST_URL=\nUPSTASH_REDIS_REST_TOKEN=\n```\n\n### 5. Run app locally\n\n```\npnpm dev\n```\n\nYou can now visit http://localhost:3000.\n\n## 🌐 Deploy\n\nYou can deploy on any saas platform like vercel, zeabur, cloudflare pages.\n\n## 🌟 History\n\u003cpicture\u003e\n  \u003csource\n    media=\"(prefers-color-scheme: dark)\"\n    srcset=\"\n      https://api.star-history.com/svg?repos=DiscovAI/DiscovAI-search\u0026type=Date\u0026theme=dark\n    \"\n  /\u003e\n  \u003csource\n    media=\"(prefers-color-scheme: light)\"\n    srcset=\"\n      https://api.star-history.com/svg?repos=DiscovAI/DiscovAI-search\u0026type=Date\n    \"\n  /\u003e\n  \u003cimg\n    alt=\"Star History Chart\"\n    src=\"https://api.star-history.com/svg?repos=DiscovAI/DiscovAI-search\u0026type=Date\"\n  /\u003e\n\u003c/picture\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDiscovAI%2FDiscovAI-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDiscovAI%2FDiscovAI-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDiscovAI%2FDiscovAI-search/lists"}