1 مستودع
Tools for composing modular UI components and utilities into a tailored live code editing interface.
Distinguishing note: None of the candidates relate to assembling code editor interfaces from composable components; this is a UI toolkit capability, not slide, image, or pipeline assembly.
Explore 1 awesome GitHub repository matching development tools & productivity · Custom Code Editor Interface Assemblers. Refine with filters or upvote what's useful.
Sandpack is a browser-based toolkit for building live code editing experiences. It combines a custom Node.js runtime that executes JavaScript and npm dependencies entirely client-side with composable React components for assembling code editor interfaces, all within an iframe-sandboxed execution environment for security. The toolkit provides a hot-reload development workflow where file and dependency updates are streamed to the running preview and trigger automatic recompilation without a full page refresh. It includes a theme-override styling system for customizing the editor and preview app
Assemble a tailored code editing experience by combining individual Sandpack components and utilities.