awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 مستودعات

Awesome GitHub RepositoriesCore Framework

The official repository for the utility-first CSS framework.

Explore 16 awesome GitHub repositories matching part of an awesome list · Core Framework. Refine with filters or upvote what's useful.

Awesome Core Framework GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tailwindcss/tailwindcssالصورة الرمزية لـ tailwindcss

    tailwindcss/tailwindcss

    95,631عرض على GitHub↗

    Tailwind CSS is a utility-first CSS framework and design system framework used to build custom user interfaces. It provides a set of low-level utility classes that are applied directly in HTML, allowing for the creation of custom web designs without writing traditional custom CSS files. The framework functions as a PostCSS plugin and a responsive web design tool. It utilizes a mobile-first system of modifiers to create layouts that adapt to different screen sizes and establishes consistent visual languages through a centralized configuration of colors, spacing, and typography. The system sup

    The official source code for the framework.

    TypeScript
    عرض على GitHub↗95,631
  • googlechrome/puppeteerالصورة الرمزية لـ GoogleChrome

    GoogleChrome/puppeteer

    94,974عرض على GitHub↗

    Puppeteer is a JavaScript library for programmatically controlling Chrome and Firefox through the Chrome DevTools Protocol or the WebDriver BiDi protocol. It launches and manages browser instances—typically without a visible user interface—to automate interactions with web pages, enabling navigation, clicking, typing, and data extraction entirely through code. The library distinguishes itself through deep integration with the Chromium embedding layer, allowing fine-grained process configuration with custom flags, permissions, and sandbox policies. It maintains multiple concurrent command stre

    Official library for browser automation and control.

    TypeScript
    عرض على GitHub↗94,974
  • nestjs/nestالصورة الرمزية لـ nestjs

    nestjs/nest

    75,862عرض على GitHub↗

    Nest is a server-side framework for building scalable and maintainable enterprise-grade applications using TypeScript. It provides a modular architecture that organizes code into encapsulated, reusable modules, utilizing a dependency injection container to manage object lifecycles and resolve component dependencies through declarative metadata. The framework distinguishes itself through a platform-agnostic abstraction layer that decouples core logic from underlying HTTP servers, allowing for flexible implementation choices. It employs a middleware-based request pipeline that processes traffic

    The core NestJS framework repository.

    TypeScriptframeworkhacktoberfestjavascript
    عرض على GitHub↗75,862
  • strapi/strapiالصورة الرمزية لـ strapi

    strapi/strapi

    72,385عرض على GitHub↗

    Strapi is an open-source headless content management system and JavaScript framework used for defining content schemas and managing structured data. It functions as a REST and GraphQL API gateway that decouples backend data storage from frontend delivery. The system includes a self-hosted administration interface for managing content entries and defining data models without manual database queries. The framework utilizes a plugin-based extension system to inject custom logic into the application lifecycle. It employs schema-driven content modeling to automatically generate database tables and

    The primary open-source headless CMS codebase.

    TypeScriptapicmscms-framework
    عرض على GitHub↗72,385
  • driftyco/ionicالصورة الرمزية لـ driftyco

    driftyco/ionic

    52,514عرض على GitHub↗

    Ionic is a cross-platform mobile UI toolkit and hybrid app development framework. It provides a library of web components for building native-quality iOS, Android, and Progressive Web Apps using HTML, CSS, and JavaScript from a single codebase. The project utilizes a web component UI library to ensure consistent mobile interface behaviors. It employs a framework-agnostic wrapper to integrate these custom elements with JavaScript libraries such as React, Vue, and Angular. The toolkit covers hybrid mobile UI design and cross-platform app development. It includes an adaptive styling system that

    The main open-source front-end SDK for hybrid mobile applications.

    TypeScript
    عرض على GitHub↗52,514
  • apache/airflowالصورة الرمزية لـ apache

    apache/airflow

    45,902عرض على GitHub↗

    Airflow is a platform for programmatically authoring, scheduling, and monitoring complex data pipelines. It functions as a workflow automation engine that manages the lifecycle of recurring business processes by executing code-defined task dependencies. By representing workflows as directed acyclic graphs, the system ensures that task execution order and data flow are explicitly defined and reliably maintained across distributed computing environments. The platform distinguishes itself through a highly modular, provider-based architecture that decouples core orchestration logic from external

    The official platform for authoring, scheduling, and monitoring workflows.

    Pythonairflowapacheapache-airflow
    عرض على GitHub↗45,902
  • yewstack/yewالصورة الرمزية لـ yewstack

    yewstack/yew

    32,696عرض على GitHub↗

    Yew is a framework for building front-end web applications using Rust and WebAssembly. It provides a component-based architecture that allows developers to create modular, reusable user interface elements that manage their own state and logic. By compiling code into binary modules, the framework enables high-performance execution within modern browser environments. The framework distinguishes itself through a macro-based markup language that transforms declarative, HTML-like syntax into strongly-typed component structures during compilation. It features a robust server-side rendering engine t

    Modern Rust framework for multi-threaded frontend web applications.

    Rustasmjsconcurrencyelm
    عرض على GitHub↗32,696
  • vuejs/vuepressالصورة الرمزية لـ vuejs

    vuejs/vuepress

    22,759عرض على GitHub↗

    VuePress is a Vue-powered static site generator and markdown-based documentation tool. It transforms markdown files into static HTML pages, serving as a modular website builder that leverages Vue components for rendering and theme injection. The project is distinguished by a plugin-based architecture that allows the build process and runtime to be extended. It features a specialized framework for transforming static content into Progressive Web Apps with service worker integration for offline support. The system covers a broad range of capabilities, including internationalization for multi-l

    The core static site generator framework for Vue-based documentation.

    JavaScript
    عرض على GitHub↗22,759
  • adonisjs/coreالصورة الرمزية لـ adonisjs

    adonisjs/core

    18,990عرض على GitHub↗

    This is a TypeScript web framework and Node.js backend framework used to build web applications and API servers. It serves as a server-side application toolkit providing a structured environment for managing HTTP routing, request parsing, and application configuration. The framework features a dependency injection container to deliver required objects between application components, decoupling internal logic. It includes built-in tools for server-side data security, such as cryptographic drivers for hashing sensitive data and encrypting application data at rest. The project covers broad capa

    The primary framework engine and core functionality.

    TypeScript
    عرض على GitHub↗18,990
  • driftyco/ionic-nativeالصورة الرمزية لـ driftyco

    driftyco/ionic-native

    2,452عرض على GitHub↗

    Awesome Cordova Plugins is a curated set of wrappers for Cordova plugins that make adding any native functionality you need to your Ionic mobile app easy.

    A wrapper for Cordova plugins to provide native functionality in apps.

    TypeScript
    عرض على GitHub↗2,452
  • nestjs/typescript-starterالصورة الرمزية لـ nestjs

    nestjs/typescript-starter

    2,123عرض على GitHub↗

    Nest framework TypeScript starter :coffee:

    Official starter template for TypeScript-based NestJS applications.

    TypeScript
    عرض على GitHub↗2,123
  • strapi/documentationالصورة الرمزية لـ strapi

    strapi/documentation

    1,275عرض على GitHub↗

    Strapi Documentation

    Official repository for project documentation.

    JavaScriptcmsdocumentationdocusaurus-v2
    عرض على GitHub↗1,275
  • nestjs/javascript-starterالصورة الرمزية لـ nestjs

    nestjs/javascript-starter

    131عرض على GitHub↗

    Nest framework JavaScript (ES6, ES7, ES8) Babel starter 🍰

    Official starter template for JavaScript-based NestJS applications.

    JavaScript
    عرض على GitHub↗131
  • strapi/rfcsS

    strapi/rfcs

    0عرض على GitHub↗

    Public repository for discussing and proposing new features.

    عرض على GitHub↗0
  • strapi/design-systemS

    strapi/design-system

    0عرض على GitHub↗

    Shared UI components and design language for the ecosystem.

    عرض على GitHub↗0
  • strapi/codemodsS

    strapi/codemods

    0عرض على GitHub↗

    Automated migration scripts for updating project codebases.

    عرض على GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Core Framework