2 Repos
Development workflows that load modules directly from registries into the browser without a local build step.
Distinguishing note: Existing candidates are too generic (Web Development) or unrelated (Curricula); this is a specific architectural approach.
Explore 2 awesome GitHub repositories matching web development · Buildless. Refine with filters or upvote what's useful.
Van is a reactive JavaScript UI framework designed for building user interfaces with state binding and automatic DOM updates without a virtual DOM. It functions as a buildless frontend framework, allowing the creation of reactive applications using standard JavaScript functions that run directly in the browser without a compilation step. The framework includes a reactive state manager that uses proxy-based objects to track dependencies and trigger targeted UI updates. It provides a server-side rendering tool for generating static HTML and a corresponding client-side hydration process to attac
Enables building reactive user interfaces directly in the browser without any compilation or build step.
esm.sh is a proxy-based registry and distribution system for buildless web development. It retrieves packages from external registries and serves them as ES modules directly to the browser, eliminating the need for a local build step. The project transforms TypeScript, JSX, TSX, and Vue files into browser-compatible JavaScript on the fly during the request process. It handles Node.js built-in resolution by mapping internal modules to browser-compatible polyfills and manages dependency versioning and aliasing through URL query parameters. The system optimizes delivery via request-time tree sh
Enables loading JavaScript modules from registries directly in the browser to eliminate the need for a local build step.