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

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

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

Open-source alternatives to Design.md

15 open-source projects similar to google-labs-code/design.md, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Design.md alternative.

  • lukasoppermann/design-tokensالصورة الرمزية لـ lukasoppermann

    lukasoppermann/design-tokens

    1,110عرض على GitHub↗

    This project is a design token manager designed to bridge the gap between creative design tools and development environments. It functions as an automation utility that extracts design styles, variables, and components from design software and converts them into standardized, machine-readable data structures. The tool distinguishes itself by providing a framework for transforming design data to meet specific platform requirements, such as dark mode configurations or native mobile variable systems. It supports custom transformation middleware, allowing users to apply specific logic to token ou

    TypeScriptamazon-style-dictionarydesign-systemdesign-tokens
    عرض على GitHub↗1,110
  • amzn/style-dictionaryالصورة الرمزية لـ amzn

    amzn/style-dictionary

    4,709عرض على GitHub↗

    Style Dictionary is a cross-platform style generator and design token build system. It converts a single source of design variables into multiple output formats and platform-specific files to maintain a consistent source of truth across different interfaces. The system functions as a multi-format style orchestrator that merges modular token sources and transforms them based on target platform requirements. It uses a scriptable transform interface to modify token values and names, allowing for the automation of design system styles for web, iOS, and Android applications. The build process is

    JavaScript
    عرض على GitHub↗4,709
  • penpot/penpotالصورة الرمزية لـ penpot

    penpot/penpot

    53,219عرض على GitHub↗

    This project is a browser-based collaborative design platform that provides a comprehensive workspace for interface design, interactive prototyping, and design system management. It functions as a vector graphics editor that enables teams to create, manage, and iterate on designs in real-time, utilizing a component-based inheritance model to ensure consistency across complex projects. The platform distinguishes itself through a deep integration of design and development workflows. It features a specialized developer handoff workspace that allows for the inspection of design properties, precis

    Clojureclojureclojurescriptdesign
    عرض على GitHub↗53,219

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • thedaviddias/front-end-design-checklistالصورة الرمزية لـ thedaviddias

    thedaviddias/Front-End-Design-Checklist

    5,214عرض على GitHub↗

    This project is a design-to-development handoff guide and UI design audit framework. It provides a structured collection of requirements and checklists to verify that visual assets, component architectures, and technical specifications are ready for implementation. The framework focuses on standardizing web asset management through naming conventions and format verification for images, icons, and fonts. It includes specifications for responsive web design, ensuring that mobile and tablet layouts and fluid grid systems are defined for cross-device consistency. The guide covers quality assuran

    checklistfront-end-developer-toolfront-end-development
    عرض على GitHub↗5,214
  • pimzino/claude-code-spec-workflowالصورة الرمزية لـ Pimzino

    Pimzino/claude-code-spec-workflow

    3,777عرض على GitHub↗

    This project is a spec-driven development framework and workflow automation system for Claude Code. It provides a structured pipeline that converts product requirements and technical designs into atomic implementation tasks for AI coding agents. The system features a context management system that organizes steering documents and technical specifications to optimize token usage and maintain LLM coherence. It also includes a bug resolution pipeline that manages software defects through a systematic five-stage process of reporting, analysis, fixing, and verification. Progress is tracked via a

    TypeScript
    عرض على GitHub↗3,777
  • qix-/colorالصورة الرمزية لـ Qix-

    Qix-/color

    4,937عرض على GitHub↗

    This is a JavaScript color manipulation library used for converting color spaces, formatting CSS strings, and computing luminosity ratios. It provides tools to transform color values between different mathematical models, including RGB, HSL, and CMYK. The library includes a web accessibility contrast calculator to compute luminosity and contrast ratios, ensuring text readability meets accessibility standards. It also features a CSS color formatter that exports values as hex strings, numeric arrays, or CSS-compatible strings. The toolkit covers broader capabilities for frontend color manageme

    JavaScript
    عرض على GitHub↗4,937
  • sethcottle/littlelinkالصورة الرمزية لـ sethcottle

    sethcottle/littlelink

    2,846عرض على GitHub↗
    HTMLcsshtmllinks
    عرض على GitHub↗2,846
  • lokesh/color-thiefالصورة الرمزية لـ lokesh

    lokesh/color-thief

    13,596عرض على GitHub↗

    Color-thief is a color quantization library and image color palette extractor designed to identify the most prominent colors in visual media. It functions as a semantic color classifier and color space converter, providing tools to extract dominant colors and generate representative palettes from images, videos, and canvas elements. The project utilizes a WebAssembly color processor and background workers to perform high-performance pixel analysis. It implements a WCAG contrast analyzer to calculate color contrast ratios and determine accessible foreground text colors based on accessibility s

    TypeScript
    عرض على GitHub↗13,596
  • googlechrome/accessibility-developer-toolsالصورة الرمزية لـ GoogleChrome

    GoogleChrome/accessibility-developer-tools

    2,301عرض على GitHub↗

    This project provides a comprehensive library and framework for automated web accessibility auditing. It enables developers to verify that web content adheres to accessibility standards by executing a suite of programmatic rules against the document object model to identify potential barriers for users of assistive technologies. The tool distinguishes itself through its modular rule-based engine, which performs deep analysis of semantic structures, including the validation of roles, states, and properties. It implements standard algorithms to compute accessible names and performs computed sty

    JavaScript
    عرض على GitHub↗2,301
  • bgrins/tinycolorالصورة الرمزية لـ bgrins

    bgrins/TinyColor

    5,248عرض على GitHub↗

    TinyColor is a JavaScript color manipulation library used for parsing, converting, and modifying colors across various formats and color spaces. It functions as a color space conversion tool and a web accessibility contrast checker to ensure compliance with readability standards. The library provides a color palette generator for creating monochromatic, analogous, and complementary color schemes from a starting color. It also translates colors between hex, RGB, HSL, HSV, and named formats. Additional capabilities include color parsing and normalization, programmatic manipulation of brightnes

    JavaScript
    عرض على GitHub↗5,248
  • salesforce-ux/theoالصورة الرمزية لـ salesforce-ux

    salesforce-ux/theo

    1,989عرض على GitHub↗

    Theo is an abstraction for transforming and formatting Design Tokens.

    JavaScript
    عرض على GitHub↗1,989
  • mikaelvesavuori/figmagicالصورة الرمزية لـ mikaelvesavuori

    mikaelvesavuori/figmagic

    858عرض على GitHub↗

    🏕️ Kumbaya, friends. Figmagic automates the world into a better place, but does not attempt to completely remove designers or developers: It just aims to move them closer, while eliminating most of the tedious busywork that has grown around front-end development.

    TypeScript
    عرض على GitHub↗858
  • michaelzaporozhets/abstractconnectالصورة الرمزية لـ MichaelZaporozhets

    MichaelZaporozhets/abstractconnect

    7عرض على GitHub↗

    This package retrieves symbols from a specified sketch file stored in abstract, models the data neatly and transposes sketch format styles into more webdev(tm) friendly values.

    JavaScript
    عرض على GitHub↗7
  • design-tokens/community-groupالصورة الرمزية لـ design-tokens

    design-tokens/community-group

    1,907عرض على GitHub↗
    HTMLdesign-systemdesign-systemsdesign-tokens
    عرض على GitHub↗1,907
  • sturobson/awesome-design-tokensالصورة الرمزية لـ sturobson

    sturobson/Awesome-Design-Tokens

    1,296عرض على GitHub↗

    A list of resources on all things to do with Design Tokens

    design-systemdesign-systemsdesign-tokens
    عرض على GitHub↗1,296