awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to 995icu/996icu

Open-source alternatives to 996ICU

30 open-source projects similar to 995icu/996icu, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best 996ICU alternative.

  • a11yproject/a11yproject.coma11yproject avatar

    a11yproject/a11yproject.com

    3,868View on GitHub↗

    The A11y Project is a community-driven initiative that serves as a centralized repository for web accessibility documentation, design principles, and educational resources. It provides technical guidance and best practices to help developers and designers build digital products that meet international accessibility standards and accommodate users with diverse sensory and motor needs. The platform distinguishes itself through a commitment to inclusive content strategy and rigorous technical standards. It enforces consistent tone, reading levels, and inclusive language across all documentation

    Nunjucks
    View on GitHub↗3,868
  • lunet-io/markdiglunet-io avatar

    lunet-io/markdig

    5,257View on GitHub↗

    Markdig is a high-performance Markdown processor for .NET applications that converts Markdown text into HTML or other target formats. It is a CommonMark compliant parser and extensible engine that can transform Markdown into a searchable and manipulatable abstract syntax tree. The library provides a framework for adding custom syntax and rendering logic through a modular pipeline of parsers and renderers. It supports native ahead-of-time compilation and trimming to minimize binary size. Capabilities include the generation of structured HTML with custom attributes and styling, the extraction

    C#
    View on GitHub↗5,257
  • the-cool-coders/project-ideas-and-resourcesThe-Cool-Coders avatar

    The-Cool-Coders/Project-Ideas-And-Resources

    12,382View on GitHub↗

    This project is a curated knowledge base designed to support developer career growth and technical skill acquisition. It functions as a repository of educational references, design assets, and structured project concepts that assist individuals in building their software engineering portfolios. The platform distinguishes itself through a collaborative, version-controlled model that relies on community contributions to maintain its library. By utilizing a structured, text-based authoring system, the repository allows external contributors to submit and validate new resources through a formal r

    beginnercontributioncontributions-welcome
    View on GitHub↗12,382

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • github/copilot-docsgithub avatar

    github/copilot-docs

    23,226View on GitHub↗

    This project is a documentation site for an AI coding assistant, providing technical guides and reference materials for writing and implementing software code. It is built as a markdown-based static site that delivers pre-rendered HTML for fast loading and simplified content authoring. The platform functions as a version-controlled documentation site, using a git repository to track content revisions and manage historical archives. It includes a client-side search index that loads a pre-computed JSON file into the browser to provide instant full-text search results. The content covers AI pai

    View on GitHub↗23,226
  • pedronauck/doczpedronauck avatar

    pedronauck/docz

    23,603View on GitHub↗

    ✍ It has never been so easy to document your things!

    TypeScriptdesign-systemdocsdocumentation
    View on GitHub↗23,603
  • riku/markdown-syntax-cnriku avatar

    riku/Markdown-Syntax-CN

    1,770View on GitHub↗

    Markdown-Syntax-CN is a comprehensive reference guide and documentation resource for the Markdown markup language. It provides a structured manual detailing the standard formatting conventions, syntax rules, and structural patterns required to convert plain text into structured content. The project serves as a technical writing aid for developers and content creators, focusing on the implementation of text-to-HTML conversion rules. By establishing consistent formatting standards, it assists users in mastering the syntax necessary for creating readable documentation and managing digital conten

    HTML
    View on GitHub↗1,770
  • ethereum/eipsethereum avatar

    ethereum/eips

    13,894View on GitHub↗

    This project is a blockchain specification registry and version-controlled archive used to document and track technical specifications for the Ethereum blockchain protocol. It serves as a network protocol governance framework for submitting and validating community-driven technical enhancements. The repository manages the lifecycle of Ethereum Improvement Proposals through a structured process that includes drafting, submitting, and archiving specifications to ensure ecosystem compatibility. It utilizes a technical proposal validation system to check the format and syntax of documents before

    Go
    View on GitHub↗13,894
  • microsoft/code-with-engineering-playbookmicrosoft avatar

    microsoft/code-with-engineering-playbook

    2,608View on GitHub↗

    This project is a software engineering playbook providing a collection of standardized guidelines and processes for managing the full software development lifecycle and team operations. It serves as a high-level framework for organizing agile project management, API design, containerized development standards, and markdown documentation workflows. The framework establishes a system for language-agnostic API design to automate client library generation and documentation. It also defines standards for providing uniform contributor environments and toolchains through virtualized containers. The

    Dockerfile
    View on GitHub↗2,608
  • christianlempa/cheat-sheetsChristianLempa avatar

    ChristianLempa/cheat-sheets

    4,771View on GitHub↗

    This project is a technical reference knowledge base and developer cheat sheet repository. It functions as a searchable collection of quick-reference guides, CLI command patterns, and code snippets for various operating systems, cloud platforms, and infrastructure tools. The system operates as a markdown-based technical knowledge base, where content is stored in plain text files and rendered as a static site. This approach enables a personal knowledge management system that utilizes version control and a directory-based navigation hierarchy to organize technical notes for long-term retrieval.

    cheat-sheetsknowledge-basesecond-brain
    View on GitHub↗4,771
  • hamukazu/lets-get-arrestedhamukazu avatar

    hamukazu/lets-get-arrested

    4,174View on GitHub↗

    This project is a protest coordination toolkit and activism resource repository designed to distribute curated documents and legal guides. It serves as a hub for coordinating political protests and civil disobedience by providing a public website that hosts informational materials. The toolkit functions as a forkable codebase, allowing users to rapidly replicate the site structure to deploy their own protest sites. It uses a static site model to transform markdown documentation into publicly accessible pages for sharing across social media. The platform covers activist information distributi

    HTML
    View on GitHub↗4,174
  • ustc-resource/ustc-courseUSTC-Resource avatar

    USTC-Resource/USTC-Course

    16,016View on GitHub↗

    This project is a community-driven academic resource repository that serves as a collaborative knowledge base for students. It functions as an open-source educational archive, providing a centralized collection of student-contributed study materials, lecture notes, and exam resources organized by academic subject. The platform distinguishes itself by utilizing a structured directory index that allows users to navigate and locate standardized educational documents efficiently. By leveraging version control systems and plain-text authoring, the repository facilitates community contributions whi

    C++computer-sciencecourseshare
    View on GitHub↗16,016
  • golang101/golang101golang101 avatar

    golang101/golang101

    5,012View on GitHub↗

    golang101 is a comprehensive Go programming knowledge base and technical reference library. It provides structured guides and documentation covering Go syntax, runtime behavior, and idiomatic coding patterns. The project serves as a dedicated guide for performance optimization, offering technical strategies to reduce memory allocations, improve garbage collection, and increase execution speed. It also focuses on the Go type system, including generic programming and concurrent synchronization techniques. The library encompasses broader capabilities for language learning, including the study o

    HTMLbookgogolang
    View on GitHub↗5,012
  • xitu/javascript-tutorial-zhxitu avatar

    xitu/javascript-tutorial-zh

    10,760View on GitHub↗

    This project is a structured JavaScript programming tutorial and frontend development learning resource. It serves as a programming educational resource designed to teach core coding principles, fundamental syntax, and complex programming patterns. The content functions as a modern JavaScript language guide and language specification guide, with instructional materials based on current industry standards and technical specifications for contemporary web development. The resource is authored as markdown-based technical documentation and delivered as static HTML pages.

    HTML
    View on GitHub↗10,760
  • jikexueyuanwiki/tensorflow-zhjikexueyuanwiki avatar

    jikexueyuanwiki/tensorflow-zh

    12,364View on GitHub↗

    This project is a community-driven technical translation effort and a machine learning educational resource. It focuses on the localization of official TensorFlow technical guides and deep learning concepts from English into Chinese. The project utilizes a distributed Git-based contribution workflow and a decentralized review process to manage the translation of complex software documentation. Content is authored using Markdown to maintain consistent formatting across different platforms. The repository organizes these translated guides within a nested folder hierarchy that mirrors the origi

    TeX
    View on GitHub↗12,364
  • 18f/development-guide18F avatar

    18F/development-guide

    1,441View on GitHub↗

    This project serves as a centralized repository and framework for documenting software engineering best practices, coding standards, and architectural patterns. It functions as a technical documentation system designed to maintain consistent quality and predictable outcomes across diverse engineering teams. The framework utilizes a static site generation model that converts markdown-based content into searchable web assets. By leveraging git-based version control, it enables collaborative review workflows and tracks the history of documentation changes, ensuring that engineering standards rem

    HTML
    View on GitHub↗1,441
  • keithnull/teachyourselfcs-cnkeithnull avatar

    keithnull/TeachYourselfCS-CN

    22,100View on GitHub↗

    This project is a Chinese translation of a comprehensive self-study guide for learning core computer science concepts and theoretical foundations. It serves as a community-driven effort to provide a professional academic path for computer science outside of a formal university program. The project is organized as an open-source translation effort using a pull-request workflow to manage community contributions and peer reviews. Educational materials are maintained as a structured collection of Markdown files and delivered as static site documentation for web access.

    View on GitHub↗22,100
  • markyun/my-blogmarkyun avatar

    markyun/My-blog

    11,232View on GitHub↗

    This project is a personal technical blog and frontend development knowledge base. It serves as a website for publishing study notes, technical articles, and interview preparation materials focused on professional web development. The project includes a specialized utility for migrating knowledge base content from the Yuque platform into portable external formats. It also implements a secure authentication system using the OAuth2 protocol to connect third-party authorization services. Additional capabilities cover web performance analysis for identifying technical bottlenecks through site sp

    View on GitHub↗11,232
  • survivesjtu/survivesjtumanualSurviveSJTU avatar

    SurviveSJTU/SurviveSJTUManual

    5,378View on GitHub↗

    SurviveSJTUManual is a university student guide and documentation website designed to provide academic planning and resource navigation for higher education. It serves as a student wellness resource and a comprehensive guide for meeting degree requirements and course selection. The project functions as a higher education career coach and international education planner, offering strategic advice on researching global degree programs, applying for international studies, and finding professional mentors. It also provides guidance on managing academic pressure and avoiding toxic environments to

    View on GitHub↗5,378
  • laraveldaily/laravel-tipsLaravelDaily avatar

    LaravelDaily/laravel-tips

    6,472View on GitHub↗

    This project is a curated knowledge base and development guide focused on best practices for the Laravel framework. It provides a collection of architectural patterns and coding standards designed to help developers build scalable PHP server-side applications. The resource specifically covers application architecture, database modeling, and general coding best practices to improve the quality and readability of Laravel codebases. The content is delivered as a static site, rendering technical documentation and guides from markdown files into a searchable web interface.

    View on GitHub↗6,472
  • kubernetes/communitykubernetes avatar

    kubernetes/community

    12,902View on GitHub↗

    This repository serves as the coordination hub for the Kubernetes community, focusing on open source contribution and project governance. It provides the structures necessary to manage the development of subprojects through a distributed governance model involving committees and working groups. The project manages community coordination by connecting contributors through a network of mailing lists and chat channels. It defines the requirements and responsibilities for contributor membership, including the process for becoming an official member or code reviewer. The repository utilizes a sta

    Jupyter Notebookkubernetes
    View on GitHub↗12,902
  • jeffgerickson/algorithmsjeffgerickson avatar

    jeffgerickson/algorithms

    8,050View on GitHub↗

    This project is an algorithm courseware repository and academic resource portal. It serves as a digital archive for algorithm textbooks, providing access to complete manuscripts, individual chapters, and educational materials focused on computer science fundamentals and algorithm design. The repository includes a dedicated errata tracking system to record publication errors and corrections. This system allows for the monitoring of updates made to the academic texts since their official release to ensure the accuracy of the information. The platform distributes a variety of supplemental cours

    algorithmcourse-materialslecture-notes
    View on GitHub↗8,050
  • 0xnr/awesome-analytics0xnr avatar

    0xnr/awesome-analytics

    4,286View on GitHub↗

    This project is a curated directory of analytics frameworks and software designed to help users discover tools for measuring user behavior, SEO performance, and mobile application metrics. It serves as a comprehensive resource list organized by specific use cases and tracking requirements. The directory includes a categorized index focused on privacy-preserving analytics software that prioritizes data protection. It covers a wide range of domains, including product analytics for tracking user journeys, SEO performance monitoring for organic search visibility, and general web and mobile tracki

    View on GitHub↗4,286
  • lingcoder/onjava8lingcoder avatar

    lingcoder/OnJava8

    16,152View on GitHub↗

    OnJava8 is a comprehensive Java 8 programming tutorial and technical documentation set written in Chinese. It serves as an educational guide for learning the Java 8 language, its core features, and general programming fundamentals. The project is structured as a static-site generated course, using Markdown to organize educational content and programming examples. This approach transforms raw text files into pre-rendered HTML pages for consistent rendering and hosting. The repository employs standardized character encoding to ensure Chinese text displays correctly across different operating s

    gitbookon-java-8thinking-in-java
    View on GitHub↗16,152
  • braziljs/js-the-right-waybraziljs avatar

    braziljs/js-the-right-way

    8,686View on GitHub↗

    js-the-right-way is a JavaScript best practices guide and coding standards reference designed to provide a curated collection of industry materials for writing maintainable code. It serves as a web development education resource, offering organized documentation on modern JavaScript patterns and idioms. The project is structured as a markdown-based documentation site, where guides written in lightweight markup are rendered as static pages. It utilizes a curated network of hyperlinks to connect internal documentation with external industry standards.

    HTML
    View on GitHub↗8,686
  • karan/projectskaran avatar

    karan/Projects

    47,751View on GitHub↗

    This repository is a curated collection of practical software development challenges designed to help developers practice coding skills and build functional applications. It functions as a structured curriculum that guides learners through building real-world software across various technical domains and programming languages. The project serves as a resource for both skill development and portfolio building, allowing developers to demonstrate their technical capabilities and problem-solving experience. By implementing a consistent set of challenges, users can master core syntax, explore adva

    View on GitHub↗47,751
  • basarat/typescript-bookbasarat avatar

    basarat/typescript-book

    21,533View on GitHub↗

    This project is a comprehensive educational resource and programming guide for the TypeScript language. It serves as a manual for the type system and a reference for the language's core syntax, focusing on writing type-safe code and building scalable applications. The content provides detailed instruction on the TypeScript type system, covering interfaces, generics, and structural typing. It further acts as a compiler reference, analyzing how source code is transformed into an abstract syntax tree through scanning and parsing. The guide also covers software architecture design, detailing pro

    TypeScriptfreeopen-sourcetypescript
    View on GitHub↗21,533
  • qibaoguang/spring-boot-reference-guideqibaoguang avatar

    qibaoguang/Spring-Boot-Reference-Guide

    4,449View on GitHub↗

    This project is a Chinese translation of the official Spring Boot technical documentation. It serves as a comprehensive Java backend development guide, providing a localized version of English technical specifications to make framework details accessible to Chinese speakers. The repository is structured as a markdown documentation collection, with content organized by module and chapter to mirror the original reference manual. This setup allows for the conversion of raw text files into a navigable technical website via static site generation. The project covers the architecture and implement

    View on GitHub↗4,449
  • theodinproject/curriculumTheOdinProject avatar

    TheOdinProject/curriculum

    12,649View on GitHub↗

    This project is an open-source educational platform that provides a structured curriculum for full-stack web development. It functions as a community-driven repository that organizes high-quality external tutorials and articles into logical learning paths, guiding students through the foundational skills required to become professional software developers. The curriculum distinguishes itself by focusing on project-based learning, requiring students to build a portfolio of practical applications to demonstrate their technical proficiency. By aggregating curated resources rather than hosting pr

    JavaScriptcsscurriculumhacktoberfest
    View on GitHub↗12,649
  • huangzworks/real-world-haskell-cnhuangzworks avatar

    huangzworks/real-world-haskell-cn

    1,574View on GitHub↗

    This project provides a community-driven translation of technical literature into Simplified Chinese, focusing on Haskell programming and functional software architecture. It serves as an educational resource designed to help non-native speakers master advanced language features and practical application development through accessible documentation. The project maintains a standardized collection of translated programming terminology to ensure consistency and clarity across its collaborative documentation efforts. By utilizing a centralized glossary and structured peer review processes, the t

    Haskellchinese-translationhaskell
    View on GitHub↗1,574
  • frontendmasters/front-end-handbook-2019FrontendMasters avatar

    FrontendMasters/front-end-handbook-2019

    4,085View on GitHub↗

    This project is a comprehensive front-end engineering guide and web development curriculum. It serves as a reference for the languages, tools, and architectural patterns used to build web applications, including a dedicated manual for web security and performance. The repository provides a curated tooling catalog for code editing, version control, and deployment workflows. It also includes structured learning paths covering user interface design, state management, and browser performance optimization. The content covers a broad range of engineering domains, including security risk analysis,

    HTMLbookcssfront-end
    View on GitHub↗4,085