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.
OpenSpec is a specification-driven development tool designed to maintain living documentation directly within a software repository. It functions as an automated documentation engine that tracks technical requirements alongside source code, ensuring that system specifications evolve in tandem with the implementation to prevent documentation drift. The framework distinguishes itself through differential change tracking, which compares current code states against stored specifications to identify deviations between intended requirements and actual implementation. By integrating specification st
This project is a community-maintained, open-source knowledge base that serves as a structured index for cybersecurity resources. It provides a centralized directory of tools, frameworks, and documentation designed to assist security researchers, penetration testers, and developers in hardening digital infrastructure and navigating the security tooling ecosystem. The repository distinguishes itself through a collaborative curation model that relies on distributed user contributions to maintain an accurate and up-to-date registry of technical assets. By organizing information into structured m
V is a statically typed, compiled programming language designed for high-performance systems development. It prioritizes memory safety and execution speed by enforcing strict type checking and immutable defaults, while generating native machine code for multiple hardware architectures. The language is built around an integrated toolchain that includes a compiler, package manager, formatter, and testing utilities within a single executable, facilitating rapid development cycles. What distinguishes V is its focus on developer productivity and interoperability. It provides a direct interface for
TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads acr