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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Plugin compatibility boilerplate

Clasificación actualizada el 30 jul 2026

For plugin compatibility boilerplates, the strongest matches are abhijithvijayan/web-extension-starter (This project provides a cross-browser web extension starter kit), openai/plugins-quickstart (This project serves as a starter kit and boilerplate) and tommcfarlin/wordpress-widget-boilerplate (This repository provides a structured and maintainable boilerplate specifically). hitherejoe/android-boilerplate and samuelsimoes/chrome-extension-webpack-boilerplate round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Hand-picked plugin compatibility boilerplates for GitHub. Compare the top frameworks, evaluate active repositories, and find the best fit.

Plugin compatibility boilerplate

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • abhijithvijayan/web-extension-starterAvatar de abhijithvijayan

    abhijithvijayan/web-extension-starter

    2,172Ver en GitHub↗

    This project is a development starter kit and build system designed for creating cross-browser web extensions. It provides a unified codebase structure that allows developers to manage background scripts, content scripts, and user interface components within a single project, automating the generation of browser-specific manifest files and deployment packages. The framework distinguishes itself through a multi-target build pipeline that abstracts platform-specific dependencies and transforms a unified configuration into tailored outputs for different browser environments. It includes a hot mo

    This project provides a cross-browser web extension starter kit and build system with boilerplate structure, build automation, and extension hot reloading, fitting the platform-specific plugin development need.

    TypeScriptBuild Automation
    Ver en GitHub↗2,172
  • openai/plugins-quickstartAvatar de openai

    openai/plugins-quickstart

    4,238Ver en GitHub↗

    This project is a starter kit and boilerplate for developing plugins that extend ChatGPT functionality via external APIs. It serves as a reference implementation for building tools that enable large language models to perform tasks through sequenced API calls and structured data mapping. The repository provides a template for integrating REST APIs and a guide for securing communication between a language model and third-party service endpoints. It focuses on the setup of identity verification and handshake mechanisms between an agent and a private backend server. The implementation covers th

    This project serves as a starter kit and boilerplate specifically designed for building ChatGPT plugins with external API integrations, matching the required focus on platform-specific template structures.

    PythonChatGPT Plugin DevelopmentAPI Request AuthenticationBoilerplates
    Ver en GitHub↗4,238
  • tommcfarlin/wordpress-widget-boilerplateAvatar de tommcfarlin

    tommcfarlin/WordPress-Widget-Boilerplate

    998Ver en GitHub↗

    WordPress Widget Boilerplate is a structured repository foundation and development toolkit designed for building custom content widgets and extensions for WordPress. It provides an object-oriented, namespaced architecture that encapsulates widget logic, prevents global scope pollution, and separates presentation templates, assets, core classes, and localization files into dedicated directories. The framework enforces predefined coding standards and catches errors through automated static analysis, linting, and formatting checks via dependency management tools. It also includes internationaliz

    This repository provides a structured and maintainable boilerplate specifically designed for developing WordPress widgets using platform best practices, fulfilling the core need for plugin and extension templates.

    PHPWidget CustomizationsDevelopment TemplatesExtensible Plugin Architectures
    Ver en GitHub↗998
  • hitherejoe/android-boilerplateAvatar de hitherejoe

    hitherejoe/Android-Boilerplate

    1,855Ver en GitHub↗

    Android-Boilerplate is a modular Android project template pre-configured with dependency injection, reactive streams, and testing tools to accelerate mobile application development. The codebase integrates Dagger for managing component dependencies and object lifecycles, and implements RxJava for asynchronous data streams and event-driven application state management. The application architecture incorporates a pre-configured testing suite using Espresso and Mockito for executing both unit and user interface instrumentation tests. Data handling includes local-first database persistence along

    This project provides a structured Android application template with testing and dependency injection, though it serves general app development rather than specifically targeting plugin architecture.

    JavaAndroid App BoilerplatesAndroid App Architecture PatternsAndroid Injection Systems
    Ver en GitHub↗1,855
  • samuelsimoes/chrome-extension-webpack-boilerplateAvatar de samuelsimoes

    samuelsimoes/chrome-extension-webpack-boilerplate

    1,707Ver en GitHub↗

    Chrome-extension-webpack-boilerplate is a developer workflow toolkit and webpack template for building browser extensions with modern JavaScript, automatic live reloading, and asset bundling. It organizes extension source code into structured folders for popups, options pages, background scripts, and manifests. The development workflow features a hot reload development server and automatic browser refreshing whenever source files change. It includes capabilities to exclude specific content scripts from hot reload cycles and write those designated bundle files directly to disk. The toolkit a

    This repository provides a webpack-based boilerplate and starter kit designed for building browser extensions with hot reloading and modular code structure, fitting the need for platform-specific extension development.

    JavaScriptChrome ExtensionsBrowser Extension DevelopmentExtension Content Script Bundles
    Ver en GitHub↗1,707
  • devinvinson/wordpress-plugin-boilerplateAvatar de DevinVinson

    DevinVinson/WordPress-Plugin-Boilerplate

    7,852Ver en GitHub↗

    The WordPress Plugin Boilerplate is a standardized, object-oriented foundation for building WordPress plugins. It provides a predictable directory structure that separates admin, public, and shared logic, along with a singleton main plugin class that serves as a single entry point for initialization. The boilerplate includes a centralized class-loader hook registry for managing WordPress actions and filters, and prepares user-facing strings for translation through a variable text domain and generated .pot files. This toolkit streamlines plugin development by organizing repository assets like

    This repository provides a structured foundation for building WordPress plugins, offering an organized architecture and hook registry that matches the requested plugin development boilerplate.

    PHPWordPress Plugin BuildersAdmin-Public Code SeparationsHook Registrations
    Ver en GitHub↗7,852
  • ethereum-boilerplate/ethereum-boilerplateE

    ethereum-boilerplate/ethereum-boilerplate

    0Ver en GitHub↗

    🚀DEMO: https://eth-boilerplate.vercel.app/

    This repository provides a project starter kit and boilerplate for Ethereum development, aligning with the category although it targets Web3 applications rather than general platform plugin development.

    Development BoilerplatesHackathon BoilerplatesProject Starter Kits
    Ver en GitHub↗0
  • gofiber/boilerplateAvatar de gofiber

    gofiber/boilerplate

    503Ver en GitHub↗

    Use the following plugins, in this boilerplate project: - Name: Go - ID: golang.go - Description: Rich Go language support for Visual Studio Code - Version: 0.29.0 - Editor: Go Team at Google - Link to Marketplace to VS: https://marketplace.visualstudio.com/items?itemName=golang.Go

    This repository provides a foundational boilerplate project with pre-configured development tools, serving as a starter kit for building applications in Go.

    GoProject Boilerplates
    Ver en GitHub↗503
  • lxieyang/chrome-extension-boilerplate-reactAvatar de lxieyang

    lxieyang/chrome-extension-boilerplate-react

    3,941Ver en GitHub↗

    This project is a pre-configured development environment and boilerplate for building Chrome extensions using React and Webpack. It provides a structured project layout and a build system designed to bundle content scripts and background pages into a browser-ready manifest format. The toolkit emphasizes development speed and code quality through a hot reloading system that automatically refreshes the browser upon saving source files. It integrates TypeScript to provide static type definitions for browser extension APIs, ensuring type safety and intelligent code completion during development.

    This repository provides a pre-configured starter kit for developing browser extensions with React and Webpack, offering features like hot reloading and TypeScript support tailored for specific platform APIs.

    JavaScriptBrowser Extension DevelopmentDevelopment BoilerplatesBrowser Extensions
    Ver en GitHub↗3,941
  • jquery-boilerplate/jquery-boilerplateAvatar de jquery-boilerplate

    jquery-boilerplate/jquery-boilerplate

    2,496Ver en GitHub↗

    A jump-start for jQuery plugins development

    This project provides a foundational jump-start structure specifically designed for developing jQuery plugins, matching the starter-kit intent though limited to a single JavaScript library ecosystem.

    JavaScriptGeneral Utilities
    Ver en GitHub↗2,496
Compara los 10 mejores de un vistazo
RepositorioEstrellasLenguajeLicenciaÚltimo push
abhijithvijayan/web-extension-starter2.2KTypeScriptMIT25 mar 2026
openai/plugins-quickstart4.2KPythonMIT30 ene 2024
tommcfarlin/wordpress-widget-boilerplate998PHPGPL-3.020 mar 2019
hitherejoe/android-boilerplate1.9KJavaNOASSERTION24 oct 2020
samuelsimoes/chrome-extension-webpack-boilerplate1.7KJavaScriptMIT10 dic 2022
devinvinson/wordpress-plugin-boilerplate7.9KPHP—12 jul 2024
ethereum-boilerplate/ethereum-boilerplate0———
gofiber/boilerplate503GoMIT26 jun 2026
lxieyang/chrome-extension-boilerplate-react3.9KJavaScriptMIT24 jul 2024
jquery-boilerplate/jquery-boilerplate2.5KJavaScript—30 sept 2020

Related searches

  • an open source tool for checking compatibility
  • a productivity extension for code editors
  • librería para gestionar archivos de configuración de aplicaciones
  • UI framework bindings
  • SEO plugin
  • Text editor plugins
  • Editores y sus plugins
  • a library for browser automation and scraping