5 repository-uri
Demonstrations and implementations showcasing how to build or integrate features within Electron applications.
Distinguishing note: Focuses on implementation patterns and usage examples rather than tooling extensions.
Explore 5 awesome GitHub repositories matching web development · Electron Application Examples. Refine with filters or upvote what's useful.
This project is a community-maintained directory of resources for building desktop applications with Electron. It serves as a centralized knowledge base, aggregating high-quality tools, learning materials, and software examples to assist developers in mastering the framework and improving their development workflows. The repository functions as a curated ecosystem index, relying on peer review and community contributions to verify and organize information. By maintaining a structured collection of articles, books, boilerplates, and third-party components, it provides a comprehensive reference
Using Electron — a named example documented in this learning resource.
This project is a cross-platform desktop boilerplate and application template used to build software for Windows, macOS, and Linux. It provides a pre-configured foundation that combines Electron and React to accelerate the bootstrapping of desktop applications. The starter kit integrates TypeScript to maintain type safety in large-scale projects and provides a scalable structure for frontend integration within a desktop shell. The project includes a build pipeline for multi-platform software distribution, utilizing a module bundling system to optimize assets. Its architecture implements a sp
Ships as a pre-configured foundation for building cross-platform desktop applications using Electron and React.
This repository provides a collection of interactive sample applications and reference implementations for the Electron framework. It serves as a library of API reference demos designed to help developers learn how to implement core desktop features. The project features visual demonstrations of cross-platform GUI management and practical examples of native operating system integration. It includes dedicated samples for handling native modules, crash reports, and the configuration of security implementations such as content security policies and process sandboxing. The codebase covers a broa
Ships a collection of practical implementations showcasing native OS integration, window management, and system menu controls.
Macdown is a markdown text editor and HTML renderer designed for structured document composition. It provides a workspace for writing in lightweight markup syntax while simultaneously generating a live HTML preview of the rendered output. The editor distinguishes itself through a programmable interface, offering a command line utility to open files or pipe text directly into the application. It further supports extensibility via a plugin system that allows for the addition of custom features and functional modules at runtime. The application handles technical documentation requirements inclu
Utilizes an Electron-based runtime to combine web technologies with native operating system interfaces.
Acest proiect este o colecție de implementări de referință și aplicații eșantion pentru dezvoltarea de software desktop folosind Electron. Oferă boilerplate-uri cross-platform și exemple practice de cod care demonstrează cum să integrați tehnologiile web cu API-urile native ale sistemului de operare. Repository-ul servește ca o vitrină de funcționalități pentru implementarea integrărilor native de sistem, cum ar fi accesul la sistemul de fișiere local, gestionarea proceselor și încadrarea personalizată a ferestrelor. Include demonstrații pentru capabilități specializate precum interceptarea cererilor de rețea prin service workers, capturarea ecranului și a ferestrelor, și gestionarea certificatelor client-side. Exemplele acoperă o gamă largă de domenii funcționale, inclusiv interfațarea hardware și media prin randarea modelelor 3D și exportul PDF, precum și utilitare la nivel de sistem pentru execuția proceselor externe și prevenirea sleep-ului. Oferă, de asemenea, exemple de personalizare a interfeței utilizator, cum ar fi crearea de meniuri de aplicație personalizate și definirea regiunilor de fereastră care pot fi trase.
Showcases specific Electron capabilities such as network request interception, screen capture, and PDF generation.