awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

21 个仓库

Awesome GitHub RepositoriesMobile-Compatible Web Apps

Web applications designed with responsive interfaces and interaction patterns optimized for mobile devices.

Distinct from Mobile Web Integration: Existing candidates focus on routers, scraping, or native integration, not the general nature of a mobile-compatible web app.

Explore 21 awesome GitHub repositories matching mobile development · Mobile-Compatible Web Apps. Refine with filters or upvote what's useful.

Awesome Mobile-Compatible Web Apps GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • react-native-community/react-native-elementsreact-native-community 的头像

    react-native-community/React-Native-Elements

    25,851在 GitHub 上查看↗

    React-Native-Elements is a cross-platform mobile UI toolkit and component library. It provides a collection of pre-built visual elements and a framework for building responsive, uniform layouts that render consistently across different mobile operating systems. The library focuses on mobile interface standardization and React Native frontend design. It enables rapid mobile prototyping by offering a shared set of common UI patterns, allowing developers to assemble functional interfaces without coding every component from scratch. The toolkit supports cross-platform UI development by ensuring

    Enables the rapid assembly of functional mobile interfaces using pre-built components to accelerate initial prototyping.

    MDX
    在 GitHub 上查看↗25,851
  • dhg/skeletondhg 的头像

    dhg/Skeleton

    19,410在 GitHub 上查看↗

    Skeleton is a lightweight responsive CSS boilerplate and mobile-first framework. It provides a foundation for building mobile-friendly websites through a fluid 12-column grid system, a minimal CSS reset library to normalize browser defaults, and default styling for raw HTML elements. The project emphasizes a mobile-first development approach, using percentage-based widths and predefined media queries to progressively enhance layouts for larger screens. It includes a utility-first library of single-purpose classes to manage common layout tasks such as floating elements, clearing, and width con

    Provides a responsive interface that automatically adapts layout and typography to fit any screen size.

    CSS
    在 GitHub 上查看↗19,410
  • gabrielecirulli/2048gabrielecirulli 的头像

    gabrielecirulli/2048

    13,276在 GitHub 上查看↗

    This is a browser-based puzzle game and HTML5 JavaScript application where players slide and merge numbered tiles on a grid to reach a target value. The game runs entirely on the client side, using web standard technologies to handle game logic and rendering directly in the browser. The application is a mobile-compatible web app that translates touch-swipe gestures and keyboard inputs into directional commands. It includes a local storage score tracker to save and maintain a record of high scores across different sessions.

    Provides a responsive interface that processes touch gestures and swipes for mobile devices and tablets.

    JavaScript20482048-gamegame
    在 GitHub 上查看↗13,276
  • expo/create-react-native-appexpo 的头像

    expo/create-react-native-app

    13,254在 GitHub 上查看↗

    create-react-native-app is a command-line project bootstrapper and template generator for creating the directory structure and configuration files required for React Native applications. It serves as a development scaffold for initializing projects that target iOS, Android, and web environments. The tool automates the generation of a standardized codebase by copying pre-defined source templates and resolving the necessary dependencies to establish a basic development environment. It produces the native metadata files required for platform-specific configuration to ensure the project builds co

    Provides a fast way to generate functional project skeletons for mobile app experimentation.

    JavaScriptandroidcreate-react-native-appios
    在 GitHub 上查看↗13,254
  • ant-design/ant-design-mobileant-design 的头像

    ant-design/ant-design-mobile

    12,006在 GitHub 上查看↗

    Ant Design Mobile is a mobile UI component library and design system built for React. It provides a collection of pre-styled interface elements and standardized UI blocks used to create consistent, responsive user interfaces for mobile web applications. The framework focuses on mobile web design and frontend interface engineering, providing tools to implement interaction patterns tailored for touch-based browsing. It ensures a uniform look and feel across different mobile browsers and handheld device screens. The library incorporates responsive layout systems and CSS-variable-based theming.

    Builds responsive user interfaces and interaction patterns specifically optimized for mobile browser environments.

    TypeScriptant-designantdantd-mobile
    在 GitHub 上查看↗12,006
  • zyronon/douyinzyronon 的头像

    zyronon/douyin

    11,473在 GitHub 上查看↗

    This project is a mobile-first web interface built with Vue 3 that replicates the layout and interaction patterns of a short-form video platform. It is designed as a responsive web application focused on high-performance mobile rendering and short-video workflows. The application features a vertical video carousel with infinite scrolling and a vertical-slide view orchestration system for seamless content playback. It employs a responsive layout using viewport-relative units to ensure consistent rendering across various mobile screen sizes and aspect ratios. The project incorporates Pinia for

    Builds a responsive web application with interaction patterns and layouts optimized specifically for mobile devices.

    Vue
    在 GitHub 上查看↗11,473
  • google/pprofgoogle 的头像

    google/pprof

    9,212在 GitHub 上查看↗

    pprof is a tool for visualizing and analyzing performance profiling data. It converts sampled call stacks into a directed graph rendered as an SVG, enabling visual identification of execution hotspots. The tool also parses Linux perf.data files, converting them into an internal profile representation for further analysis. Beyond visualization, pprof provides a command-line REPL for interactive exploration of profiling data, allowing users to filter, refine, and query performance information on the fly. It generates sorted text reports that highlight the most resource-intensive call stacks, an

    Serves a local web dashboard for interactive browsing and analysis of profiling data.

    Goperformanceperformance-analysispprof
    在 GitHub 上查看↗9,212
  • nxtrace/ntrace-corenxtrace 的头像

    nxtrace/NTrace-core

    7,941在 GitHub 上查看↗

    NTrace-core is an open-source network diagnostic toolset that combines traceroute and MTR techniques with geographic IP geolocation, path MTU discovery, and multi-protocol probing. It functions as a command-line utility and a local web server, providing both a terminal-based interface and a browser-based UI for tracing network paths and analyzing hop-by-hop performance. The tool distinguishes itself through a modular architecture that includes a community probe network for executing traceroutes from geographically dispersed agents, a token-gated API for authenticating remote requests, and an

    Ships a local web server that provides a browser-based traceroute interface and an MCP API for AI agent integration.

    Goapias-pathasn-lookup
    在 GitHub 上查看↗7,941
  • mango/slideoutmango 的头像

    mango/slideout

    7,881在 GitHub 上查看↗

    Slideout is a touch-gesture UI component and navigation menu designed for mobile web applications. It provides a side panel that slides across the screen to reveal navigation options, utilizing CSS transitions to animate the movement of the viewport. The component manages the expanded or collapsed state of the navigation menu and includes logic to restrict gestures for specific interface elements to prevent interaction conflicts. It employs a system for executing custom logic triggered by menu state transitions and user drag gestures.

    Provides a responsive navigation drawer optimized for interaction patterns on mobile devices.

    JavaScript
    在 GitHub 上查看↗7,881
  • inventree/inventreeinventree 的头像

    inventree/InvenTree

    6,350在 GitHub 上查看↗

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    InvenTree configures visual preferences such as dark mode, screen orientation, and language for the mobile application.

    Pythondjangohacktoberfestpython
    在 GitHub 上查看↗6,350
  • golang/mobilegolang 的头像

    golang/mobile

    6,127在 GitHub 上查看↗

    The Go Mobile project is a framework and toolchain that enables Go developers to build native mobile applications for Android and iOS entirely in Go, or to compile Go packages into shared libraries that can be called from existing native mobile apps. It provides a complete set of libraries for handling mobile app lifecycle events, rendering 2D and 3D graphics through OpenGL ES, accessing device sensors like accelerometers and gyroscopes, processing touch and keyboard input, playing audio via OpenAL Soft, and reading bundled application assets. The project distinguishes itself by offering two

    Compiles a complete mobile application written entirely in Go, producing a native binary for Android or iOS.

    Go
    在 GitHub 上查看↗6,127
  • azure/azure-sdk-for-netAzure 的头像

    Azure/azure-sdk-for-net

    5,937在 GitHub 上查看↗

    The Azure SDK for .NET is a collection of client and management libraries that enable .NET applications to interact with cloud services through a consistent, well-defined programming model. It provides a unified interface for authenticating, configuring HTTP pipelines, and calling service methods either synchronously or asynchronously, with support for pagination, long-running operations, and structured error handling. The SDK distinguishes itself through comprehensive authentication options, including connection strings, OAuth token credentials, managed identity, service principals, and deve

    Build cross-platform mobile applications that consume REST web services using a single codebase.

    C#azureazure-sdkc-sharp
    在 GitHub 上查看↗5,937
  • supermonster003/autojs6SuperMonster003 的头像

    SuperMonster003/AutoJs6

    5,352在 GitHub 上查看↗

    AutoJs6 is an Android automation framework and JavaScript runtime designed to automate user interface interactions and system tasks on mobile devices. It functions as a UI automator that inspects screen hierarchies and manipulates on-screen controls via selectors to automate manual workflows. The project includes an Android script compiler that bundles automation scripts into standalone APK files for distribution. It also provides a remote debugging tool that creates a network-based bridge between a mobile device and a desktop IDE for writing and testing scripts. The framework covers a broad

    Enables rapid creation of functional mobile interfaces and script bundling for quick testing.

    Javaandroidautojsautojs6
    在 GitHub 上查看↗5,352
  • beancount/beancountbeancount 的头像

    beancount/beancount

    5,291在 GitHub 上查看↗

    Beancount is a plain-text double-entry accounting system. It enforces zero-sum transactions, organizes accounts into a hierarchical five-type tree, and verifies balances at specific dates using precision-derived tolerances. Transactions are recorded in plain-text files with a strict syntax that supports currency-specific rounding, automatic interpolation of missing amounts, and comprehensive metadata including tags, links, and payee annotations. Beyond core bookkeeping, Beancount offers investment portfolio tracking with lot-based cost basis management, configurable booking strategies (FIFO,

    A local web server that serves interactive reports and dashboards for browsing and analyzing accounting data.

    Pythonbeancount
    在 GitHub 上查看↗5,291
  • exrick/xpayExrick 的头像

    Exrick/xpay

    5,245在 GitHub 上查看↗

    xpay 是一个支付收款和捐赠管理系统,旨在通过个人二维码接受转账。它能够在无需商业执照或官方商户 API 集成的情况下,将资金收集到个人账户中。 该系统利用提供商无关的接口,通过单个结账页面将交易路由到多个个人账户和支付方式。它支持将资金聚合到个人身份中,并使用基于二维码的路由来促进来自各种移动平台的支付。 该平台包括捐赠跟踪工具,具有捐赠者昵称和贡献金额的公开显示功能。它通过手动验证工作流和自动回调的组合来管理支付生命周期,这些回调通过 Webhook 触发状态更新和用户通知。 该界面提供静态资产渲染,以确保支付视图与移动 Web 浏览器和应用兼容。

    Serves lightweight static payment views optimized for mobile web browsers to ensure compatibility across different apps.

    Java
    在 GitHub 上查看↗5,245
  • data-camp/weapp_demosData-Camp 的头像

    Data-Camp/WeApp_Demos

    5,171在 GitHub 上查看↗

    WeApp_Demos 是一个用于构建微信小程序与小游戏的源代码示例与参考实现合集。它作为一个示例库与组件库,包含用于交互式移动应用场景的可复用 UI 模式与功能演示。 该仓库包含一个游戏设计模式模板合集,以及专门用于在微信生态内开发小型游戏的入门代码。 这些资源通过提供一套精选的可运行演示,涵盖了前端组件实现与快速应用原型设计。内容经过组织,旨在通过使用预制场景与参考源代码,支持轻量级应用与游戏的开发。

    Offers project templates to speed up the initial development phase by creating functional skeletons.

    JavaScriptdemodemo-appdemos
    在 GitHub 上查看↗5,171
  • kevquirk/simple.csskevquirk 的头像

    kevquirk/simple.css

    4,921在 GitHub 上查看↗

    simple.css is a classless CSS framework that styles plain, semantic HTML with sensible defaults, requiring no CSS classes or JavaScript. It automatically applies a dark color scheme based on system preference, sets responsive typography and spacing from a modular scale, and includes a minimal CSS reset to normalize browser defaults. The entire framework lives in a single file with no dependencies. The framework uses only element selectors, so any standard HTML page becomes visually presentable with a centered, max-width layout, accessible interactive elements (buttons, forms, navigation), and

    Quickly turning raw HTML content into a visually presentable page for mockups or drafts without custom styling work.

    HTMLcsscss3html
    在 GitHub 上查看↗4,921
  • lohanidamodar/flutter_ui_challengeslohanidamodar 的头像

    lohanidamodar/flutter_ui_challenges

    4,767在 GitHub 上查看↗

    This project is a collection of high-fidelity UI kits, design pattern examples, and reusable component galleries for diverse device environments. It provides a frontend interface gallery of dashboard and store screens alongside a library of professional user interface implementations and reusable widgets. The repository functions as a cross-platform UI kit designed for mobile, web, and desktop environments. It includes specific code samples that demonstrate how to implement complex layouts and navigation patterns. The project covers the development of responsive interface layouts, stack-base

    Enables rapid assembly of screens and layouts to visualize mobile application behavior before production.

    Dartflutterflutter-demoflutter-examples
    在 GitHub 上查看↗4,767
  • alibaba/weex-uialibaba 的头像

    alibaba/weex-ui

    4,725在 GitHub 上查看↗

    Weex-UI 是一个跨平台移动 UI 套件和组件库,专为构建高性能移动应用界面而设计。它作为一个基于 Vue 的移动框架,提供了一套与 Vue.js 集成的标准化界面组件,用于声明式 UI 开发。 该库通过提供预构建的视觉元素,支持跨平台界面设计和移动 UI 开发。这允许组装交互式应用屏幕并进行快速应用原型设计,以测试设计模式和用户交互。 该框架利用组件化 UI 库和声明式视图层级,将 JavaScript 定义映射到原生移动界面组件。它通过平台特定的样式映射处理视觉呈现,并通过事件驱动的原生通信管理用户交互。

    Allows for the rapid assembly of functional mobile app views to test interactions and design patterns.

    Vue
    在 GitHub 上查看↗4,725
  • boxfactura/pulltorefresh.jsBoxFactura 的头像

    BoxFactura/pulltorefresh.js

    4,003在 GitHub 上查看↗

    pulltorefresh.js 是一个 JavaScript 库和触摸手势 UI 组件,用于为 Web 应用程序中的可滚动元素添加“下拉刷新”功能。它作为一个 Web 交互插件,检测向下滚动的手势以触发内容刷新操作。 该库专注于移动 Web 应用程序的用户体验,允许开发者实现触摸式导航和动态内容刷新,从而模拟智能手机和平板电脑上的原生应用行为。 该实现包括可配置的触发距离和灵敏度阈值。它利用触摸事件跟踪和硬件加速定位来管理下拉动作的视觉状态。

    Implements interaction patterns that mimic native mobile app behaviors within a web application.

    JavaScriptjavascriptjspulltorefresh
    在 GitHub 上查看↗4,003
上一个12下一个
  1. Home
  2. Mobile Development
  3. Mobile-Compatible Web Apps

探索子标签

  • Accounting Dashboard Interfaces1 个子标签Web and mobile interfaces for browsing, querying, and recording transactions in an accounting system. **Distinct from Mobile-Compatible Web Apps:** Distinct from Mobile-Compatible Web Apps: focuses on accounting-specific dashboards and data entry, not general mobile web compatibility.
  • Display CustomizationsConfigures visual preferences such as dark mode, screen orientation, and language for mobile applications. **Distinct from Mobile-Compatible Web Apps:** Distinct from Mobile-Compatible Web Apps: focuses on user-configurable display preferences within a mobile app, not responsive web design.
  • Rapid PrototypingTools for quickly creating functional skeletons to experiment with mobile application ideas. **Distinct from Mobile-Compatible Web Apps:** Focuses on the speed of initial project generation for experimentation rather than responsive web patterns.
  • Static Asset OptimizationServing lightweight, static assets specifically for mobile payment views to ensure fast loading and app compatibility. **Distinct from Mobile-Compatible Web Apps:** Focuses on the delivery of static assets for payment views rather than general responsive web app patterns.
  • Visual Consistency FixesStyle normalization and layout adjustments for cross-browser mobile rendering. **Distinct from Mobile-Compatible Web Apps:** Distinct from Mobile-Compatible Web Apps: focuses specifically on the visual rendering consistency layer rather than the application architecture.