Explică în limbaj simplu ce construiești și primește cele mai potrivite repository-uri de pe GitHub.
awesome-repositories.com te ajută să găsești proiectul open source potrivit pe GitHub. Spune-i căutării noastre AI ce vrei să construiești, în limbaj simplu, iar aceasta va clasifica mii de repository-uri selectate în funcție de relevanță. Fiecare proiect este monitorizat continuu, sortat pe categorii clare și votat de alți developeri. Explorează selecțiile de mai jos sau începe o căutare.
Proiecte remarcabile din director — o listă nouă la fiecare câteva ore.
Căutări comune, organizate într-o structură arborescentă.
Un director de repository-uri GitHub open source selectate, pe care le poți căuta în limbaj simplu. Descrie ce construiești, iar AI-ul va clasifica mii de proiecte verificate după relevanță, cu o scurtă explicație pentru fiecare rezultat.
Căutarea GitHub caută cuvintele cheie introduse. Aici, descrii problema în limbaj simplu, iar AI-ul analizează intenția, astfel încât un proiect care îți rezolvă nevoia va apărea chiar dacă nu folosește exact cuvintele tale.
Scrie ce vrei să construiești, de exemplu: „o pagină de status self-hosted care îmi monitorizează serviciile și îmi trimite alerte pe Discord”. Vei primi repository-uri potrivite, clasate după relevanță, nu după numărul de stele.
Sunt selectate, nu doar colectate brut. AI-ul analizează fiecare proiect, îl pune în categoria potrivită și îl clasează după relevanță conform unor reguli pe care le ajustăm și verificăm, eliminând intrările duplicate sau irelevante.
Da. Căutarea și navigarea în director sunt gratuite.
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.
AppFlowy is a local-first knowledge base and collaborative workspace platform designed for structured information management. It functions as a modular productivity suite where users organize content through a block-based document model, allowing for flexible nesting and granular manipulation of data. The system prioritizes data sovereignty by enabling self-hosted storage, ensuring that sensitive information remains under user control while maintaining offline accessibility. The platform distinguishes itself through a decoupled architecture that separates its high-performance, memory-safe cor
Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external dependencies. The language is built around a structural type system that uses interfaces for polymorphism and a concurrency model based on lightweight, stack-based coroutines that communicate through channels. The language distinguishes itself through a runtime that features a c
Jest is a JavaScript testing framework designed for writing and running automated test suites to verify the correctness of JavaScript and TypeScript code. It functions as a comprehensive toolset that integrates a test runner, a mocking and spying library, a snapshot testing tool, and a code coverage tool. The framework distinguishes itself through snapshot testing, which records the serialized state of data structures to detect regressions in future executions. It also includes a mocking and spying library for simulating external dependencies and tracking function calls to isolate code during
This project is a community-driven shell configuration framework designed to manage terminal environments, modular extensions, and command-line interface customizations. It functions as an environment manager that standardizes shell settings and appearance across diverse Unix-like operating systems, ensuring a consistent experience through automated deployment and initialization scripts. The framework distinguishes itself through a modular plugin architecture and a comprehensive theme system that allows for deep visual and functional customization. Users can extend shell capabilities by activ