आप क्या बना रहे हैं, इसे सादी भाषा में समझाएं और सबसे सटीक GitHub रिपॉजिटरी प्राप्त करें।
awesome-repositories.com आपको GitHub पर सही ओपन-सोर्स प्रोजेक्ट खोजने में मदद करता है। हमारे AI सर्च को बताएं कि आप क्या बनाना चाहते हैं, सरल अंग्रेजी में, और यह हजारों क्यूरेटेड रिपॉजिटरी को उनकी उपयुक्तता के आधार पर रैंक करता है। प्रत्येक प्रोजेक्ट निरंतर मॉनिटर किया जाता हैजिन्हें स्पष्ट श्रेणियों में व्यवस्थित किया गया है और अन्य डेवलपर्स द्वारा वोट दिया गया है। नीचे दिए गए विकल्पों को ब्राउज़ करें, या शुरू करने के लिए खोजें।
डायरेक्टरी से खास प्रोजेक्ट्स — हर कुछ घंटों में अपडेट होने वाला एक नया सेट।
सामान्य खोजें, जिन्हें ब्राउज़ करने योग्य ट्री के रूप में व्यवस्थित किया गया है।
यह ओपन-सोर्स GitHub रिपॉजिटरी की एक क्यूरेटेड डायरेक्टरी है जिसे आप साधारण अंग्रेजी में सर्च कर सकते हैं। आप जो बना रहे हैं उसका वर्णन करें और AI हजारों जाँचे-परखे प्रोजेक्ट्स को उनकी उपयुक्तता के आधार पर रैंक करेगा, साथ ही यह भी बताएगा कि वे क्यों मेल खाते हैं।
GitHub सर्च आपके द्वारा टाइप किए गए कीवर्ड्स से मेल खाता है। यहाँ आप अपनी समस्या को साधारण अंग्रेजी में बताते हैं और AI आपके इरादे (intent) के आधार पर मैच ढूंढता है, इसलिए जो प्रोजेक्ट आपकी जरूरत को पूरा करता है वह तब भी सामने आ जाता है जब उसमें आपके सटीक शब्दों का उपयोग न किया गया हो।
आप जो बनाना चाहते हैं उसे टाइप करें, उदाहरण के लिए 'एक सेल्फ-होस्टेड स्टेटस पेज जो मेरी सर्विसेज को पिंग करे और मुझे Discord पर अलर्ट करे'। आपको स्टार काउंट के बजाय उपयुक्तता के आधार पर रैंक की गई रिपॉजिटरी मिलेंगी।
क्यूरेटेड, न कि केवल स्क्रैप की गई। एक AI प्रत्येक प्रोजेक्ट का विश्लेषण करता है, उसे एक कैटेगरी में डालता है, और हमारे द्वारा तय किए गए नियमों के तहत प्रासंगिकता के आधार पर रैंक करता है। कम सिग्नल वाली या डुप्लिकेट प्रविष्टियों को हटा दिया जाता है।
हाँ। डायरेक्टरी को सर्च करना और ब्राउज़ करना फ्री है।
LLMs, agents, and the tools to build with them.
Notes, tasks, docs, and knowledge bases.
Chat, calls, photos, music, and personal files.
Databases, pipelines, and analytics.
Containers, deployment, monitoring, and automation.
Passwords, secrets, and offensive security.
Languages, CLIs, frameworks, and version control.
Courses, books, interviews, and CS foundations.
Siyuan is a self-hosted knowledge management platform designed for private note-taking and information organization. It functions as a local-first application that stores all user content as plain text files on the local file system, ensuring data ownership and offline availability. The platform utilizes a block-based document model, which structures information as a tree of independent content blocks to facilitate granular manipulation and bidirectional linking. Users can extend the core functionality through a sandboxed plugin architecture, allowing for the development of custom themes and
This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime includes a broad set of built-in modules for system-level operations, such as file system interaction, network communication across various protocols, and cryptographic security. It supports multiple module systems, native binary addon integration, and diagnostic tools for monitorin
This tool is a rule-based engine designed to automate the correction of failed terminal commands. By integrating directly into the shell environment, it intercepts command execution errors, analyzes exit codes and output streams, and applies corrective logic to resolve typos or syntax mistakes. It functions as a persistent background utility that monitors command history to provide immediate remediation for input failures. The system distinguishes itself through a modular, plugin-oriented architecture that allows for extensive customization. Users can define their own correction rules via scr