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

Plugin compatibility boilerplate

Ranking updated Jul 30, 2026

For plugin compatibility boilerplates, the first results are abhijithvijayan/web-extension-starter (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), openai/plugins-quickstart (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) and tommcfarlin/wordpress-widget-boilerplate (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). hitherejoe/android-boilerplate and samuelsimoes/chrome-extension-webpack-boilerplate round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

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

Plugin compatibility boilerplate

Find the best repos with AI.We'll search the best matching repositories with AI.
  • abhijithvijayan/web-extension-starterabhijithvijayan avatar

    abhijithvijayan/web-extension-starter

    2,172View on 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
    View on GitHub↗2,172
  • openai/plugins-quickstartopenai avatar

    openai/plugins-quickstart

    4,238View on 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
    View on GitHub↗4,238
  • tommcfarlin/wordpress-widget-boilerplatetommcfarlin avatar

    tommcfarlin/WordPress-Widget-Boilerplate

    998View on 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
    View on GitHub↗998
  • hitherejoe/android-boilerplatehitherejoe avatar

    hitherejoe/Android-Boilerplate

    1,855View on 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
    View on GitHub↗1,855
  • samuelsimoes/chrome-extension-webpack-boilerplatesamuelsimoes avatar

    samuelsimoes/chrome-extension-webpack-boilerplate

    1,707View on 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
    View on GitHub↗1,707
  • devinvinson/wordpress-plugin-boilerplateDevinVinson avatar

    DevinVinson/WordPress-Plugin-Boilerplate

    7,852View on 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
    View on GitHub↗7,852
  • ethereum-boilerplate/ethereum-boilerplateE

    ethereum-boilerplate/ethereum-boilerplate

    0View on 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
    View on GitHub↗0
  • gofiber/boilerplategofiber avatar

    gofiber/boilerplate

    503View on 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
    View on GitHub↗503
  • lxieyang/chrome-extension-boilerplate-reactlxieyang avatar

    lxieyang/chrome-extension-boilerplate-react

    3,941View on 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
    View on GitHub↗3,941
  • jquery-boilerplate/jquery-boilerplatejquery-boilerplate avatar

    jquery-boilerplate/jquery-boilerplate

    2,496View on 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
    View on GitHub↗2,496
  • yeoman/generatoryeoman avatar

    yeoman/generator

    1,263View on GitHub↗

    This project is a terminal-based framework designed to automate the scaffolding of new software projects. It functions as a development workflow tool that generates consistent file structures, boilerplate code, and configuration files to streamline the initialization of application environments. The system operates through a structured, inheritance-based architecture where developers define custom generation logic by extending base classes. This process is managed by a synchronous execution pipeline that orchestrates tasks in a specific sequence, ensuring that file creation, dependency instal

    Yeoman is a general-purpose project scaffolding tool rather than a pre-packaged template specifically tailored for platform-specific plugin development, making it a building block for creating your own generators rather than an out-of-the-box plugin starter kit.

    TypeScriptBuild AutomationProject Scaffolding
    View on GitHub↗1,263
  • air-verse/airair-verse avatar

    air-verse/air

    22,999View on GitHub↗

    Air is a command-line utility designed to automate the development lifecycle for Go applications. It functions as a build runner that monitors source code for file-system modifications, automatically triggering rebuilds and process restarts to maintain an updated development environment. The tool distinguishes itself by integrating container-isolated execution, allowing developers to run build and test workflows within consistent, ephemeral environments. It also incorporates a reverse-proxy layer that intercepts network traffic to facilitate live-reloading of browser sessions, ensuring that c

    This repository is a general Go file-watcher and build runner rather than a template or boilerplate specifically designed for creating plugins.

    GoBuild AutomationHot-Reloading Systems
    View on GitHub↗22,999
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
abhijithvijayan/web-extension-starter2.2KTypeScriptMITMar 25, 2026
openai/plugins-quickstart4.2KPythonMITJan 30, 2024
tommcfarlin/wordpress-widget-boilerplate
998
PHP
GPL-3.0
Mar 20, 2019
hitherejoe/android-boilerplate1.9KJavaNOASSERTIONOct 24, 2020
samuelsimoes/chrome-extension-webpack-boilerplate1.7KJavaScriptMITDec 10, 2022
devinvinson/wordpress-plugin-boilerplate7.9KPHP—Jul 12, 2024
ethereum-boilerplate/ethereum-boilerplate0———
gofiber/boilerplate503GoMITJun 26, 2026
lxieyang/chrome-extension-boilerplate-react3.9KJavaScriptMITJul 24, 2024
jquery-boilerplate/jquery-boilerplate2.5KJavaScript—Sep 30, 2020

Related searches

  • an open source tool for checking compatibility
  • a productivity extension for code editors
  • a library for managing application configuration files
  • UI framework bindings
  • SEO plugin
  • Text editor plugins
  • Editors and their plugins
  • a library for browser automation and scraping